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

Issue 9328037: Add fullscreen state support for chrome.windows (Closed)

Created:
8 years, 10 months ago by hashimoto
Modified:
8 years, 10 months ago
CC:
chromium-reviews, mihaip+watch_chromium.org, jennb
Visibility:
Public.

Description

Add fullscreen state support for chrome.windows BUG=112782 TEST=ExtensionApiTest.UpdateWindowShowState Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122995

Patch Set 1 #

Patch Set 2 : Do not test fullscreen for panel #

Patch Set 3 : Small fix #

Total comments: 7

Patch Set 4 : Fixed test #

Patch Set 5 : Fixed message #

Patch Set 6 : Fix default case handling #

Total comments: 6

Patch Set 7 : Separate FullscreenController related stuff to another patch set #

Total comments: 3

Patch Set 8 : Purge browser.h/cc changes, fix test #

Patch Set 9 : Rebased onto ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -10 lines) Patch
M chrome/browser/extensions/extension_tab_util.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 1 2 3 4 5 6 7 8 4 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module_constants.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module_constants.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/windows.json View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/windows.html View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/window_update/show_state/test.js View 1 2 3 4 5 6 7 1 chunk +22 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
hashimoto
8 years, 10 months ago (2012-02-06 09:33:19 UTC) #1
Mihai Parparita -not on Chrome
Jenn: See the question below about the additional window state value and whether that would ...
8 years, 10 months ago (2012-02-06 22:31:34 UTC) #2
jennb
http://codereview.chromium.org/9328037/diff/6009/chrome/browser/extensions/extension_tab_util.cc File chrome/browser/extensions/extension_tab_util.cc (right): http://codereview.chromium.org/9328037/diff/6009/chrome/browser/extensions/extension_tab_util.cc#newcode73 chrome/browser/extensions/extension_tab_util.cc:73: return keys::kShowStateValueFullscreen; On 2012/02/06 22:31:34, Mihai Parparita wrote: > ...
8 years, 10 months ago (2012-02-06 23:34:25 UTC) #3
hashimoto
Fixed the test and the message, PTAL. http://codereview.chromium.org/9328037/diff/6009/chrome/browser/extensions/extension_tabs_module.cc File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/9328037/diff/6009/chrome/browser/extensions/extension_tabs_module.cc#newcode621 chrome/browser/extensions/extension_tabs_module.cc:621: GURL(), FEB_TYPE_BROWSER_FULLSCREEN_EXIT_INSTRUCTION); ...
8 years, 10 months ago (2012-02-07 02:16:00 UTC) #4
hashimoto
yzshen, Could you review my changes for fullscreen_exit_bubble_type.h/cc?
8 years, 10 months ago (2012-02-07 02:18:34 UTC) #5
yzshen1
http://codereview.chromium.org/9328037/diff/12002/chrome/browser/extensions/extension_tabs_module.cc File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/9328037/diff/12002/chrome/browser/extensions/extension_tabs_module.cc#newcode621 chrome/browser/extensions/extension_tabs_module.cc:621: browser->window()->EnterFullscreen( I am a little bit surprised that this ...
8 years, 10 months ago (2012-02-07 07:57:22 UTC) #6
hashimoto
New patch set. Separated FullscreenController related stuff to http://codereview.chromium.org/9353010/ http://codereview.chromium.org/9328037/diff/12002/chrome/browser/extensions/extension_tabs_module.cc File chrome/browser/extensions/extension_tabs_module.cc (right): http://codereview.chromium.org/9328037/diff/12002/chrome/browser/extensions/extension_tabs_module.cc#newcode621 chrome/browser/extensions/extension_tabs_module.cc:621: ...
8 years, 10 months ago (2012-02-07 11:53:17 UTC) #7
yzshen1
Thanks! Since you created a new CL and moved things that I am interested in ...
8 years, 10 months ago (2012-02-07 18:32:46 UTC) #8
jennb
http://codereview.chromium.org/9328037/diff/16002/chrome/test/data/extensions/api_test/window_update/show_state/test.js File chrome/test/data/extensions/api_test/window_update/show_state/test.js (right): http://codereview.chromium.org/9328037/diff/16002/chrome/test/data/extensions/api_test/window_update/show_state/test.js#newcode21 chrome/test/data/extensions/api_test/window_update/show_state/test.js:21: if (theWindow.type != 'panel') Can you set the panel ...
8 years, 10 months ago (2012-02-07 18:41:37 UTC) #9
hashimoto
http://codereview.chromium.org/9328037/diff/16002/chrome/test/data/extensions/api_test/window_update/show_state/test.js File chrome/test/data/extensions/api_test/window_update/show_state/test.js (right): http://codereview.chromium.org/9328037/diff/16002/chrome/test/data/extensions/api_test/window_update/show_state/test.js#newcode21 chrome/test/data/extensions/api_test/window_update/show_state/test.js:21: if (theWindow.type != 'panel') On 2012/02/07 18:41:38, jennb wrote: ...
8 years, 10 months ago (2012-02-08 04:22:35 UTC) #10
Mihai Parparita -not on Chrome
LGTM, but please wait for Aaron's thoughts on permissions.
8 years, 10 months ago (2012-02-08 05:59:26 UTC) #11
hashimoto
On 2012/02/08 05:59:26, Mihai Parparita wrote: > LGTM, but please wait for Aaron's thoughts on ...
8 years, 10 months ago (2012-02-10 14:23:26 UTC) #12
Aaron Boodman
On 2012/02/10 14:23:26, hashimoto wrote: > On 2012/02/08 05:59:26, Mihai Parparita wrote: > > LGTM, ...
8 years, 10 months ago (2012-02-10 23:38:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/9328037/29010
8 years, 10 months ago (2012-02-22 06:06:11 UTC) #14
commit-bot: I haz the power
8 years, 10 months ago (2012-02-22 07:22:33 UTC) #15
Change committed as 122995

Powered by Google App Engine
This is Rietveld 408576698