Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Issue 9288062: Adding fullscreen mode access to chrome.fileBrowserPrivate API. (Closed)

Created:
8 years, 11 months ago by Vladislav Kaznacheev
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews), achuith+watch_chromium.org, mihaip+watch_chromium.org
Visibility:
Public.

Description

Adding fullscreen mode access to chrome.fileBrowserPrivate API. BUG=chromium-os:23978 TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -2 lines) Patch
M chrome/browser/extensions/extension_file_browser_private_api.h View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/file_manager/js/image_editor/media_controls.js View 2 chunks +25 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/fileBrowserPrivate.json View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vladislav Kaznacheev
Hi, Please review this small patch. Thanks, Vlad
8 years, 11 months ago (2012-01-26 16:18:18 UTC) #1
Mihai Parparita -not on Chrome
+Jeremy, who knows full screen Does this need to be a private API just for ...
8 years, 11 months ago (2012-01-26 16:39:43 UTC) #2
jeremya
On 2012/01/26 16:39:43, Mihai Parparita wrote: > +Jeremy, who knows full screen > > Does ...
8 years, 11 months ago (2012-01-26 21:31:45 UTC) #3
dgozman
LGTM
8 years, 11 months ago (2012-01-27 07:13:13 UTC) #4
Vladislav Kaznacheev
8 years, 10 months ago (2012-01-27 13:24:02 UTC) #5
Thanks a lot for the pointer! It worked for me (I am copying you on the new
patch: http://codereview.chromium.org/9298009/). 

While working on it I found that if I remove an iframe which is currently
fullscreen it will crush the tab reliably.

  Vlad



On 2012/01/26 21:31:45, jeremya wrote:
> On 2012/01/26 16:39:43, Mihai Parparita wrote:
> > +Jeremy, who knows full screen
> > 
> > Does this need to be a private API just for the file browser? WebKit has a
> > webkitRequestFullScreen method on DOM nodes now, can that be used instead?
> 
> The webkitRequestFullScreen mode and the 'browser full-screen' mode (toggled
by
> the fullscreen button or menu item) are a little different -- the former may
be
> suitable for your purposes, though :)

Powered by Google App Engine
This is Rietveld 408576698