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

Issue 11362216: reland of https://codereview.chromium.org/11364053/ w/o removing the per-rootwindow stacking client (Closed)

Created:
8 years, 1 month ago by scottmg
Modified:
8 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, sadrul, yusukes+watch_chromium.org, ben+watch_chromium.org, tburkard+watch_chromium.org, tfarina, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, gavinp+prer_chromium.org, dominich+watch_chromium.org, darin-cc_chromium.org, James Su, mmenke
Visibility:
Public.

Description

reland of https://codereview.chromium.org/11364053/ Two changes from that CL: - Don't remove per-RootWindow StackingClient (erg thought he probably needed it; if not I can remove it later in a separate CL) - Fix initialization in Shell::PlatformInitialize (wasn't initializing correctly in the CrOS case), diff between ps1 and ps2 in content/shell/shell_aura.cc TBR=ben@chromium.org BUG=128578 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167431

Patch Set 1 #

Patch Set 2 : fix init on cros #

Patch Set 3 : fix dnwa #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -32 lines) Patch
M ash/shell.h View 4 chunks +4 lines, -2 lines 0 comments Download
M ash/shell.cc View 3 chunks +8 lines, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M ash/wm/stacking_controller.h View 3 chunks +6 lines, -4 lines 0 comments Download
M ash/wm/stacking_controller.cc View 4 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc View 3 chunks +4 lines, -1 line 0 comments Download
A chrome/browser/ui/aura/stacking_client_aura.h View 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/ui/aura/stacking_client_aura.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_tabstrip.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/shell/shell_aura.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/shell_stacking_client_ash.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/shell_stacking_client_ash.cc View 2 chunks +1 line, -1 line 0 comments Download
M ui/aura/client/stacking_client.h View 2 chunks +8 lines, -2 lines 0 comments Download
M ui/aura/demo/demo_main.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura/desktop/desktop_stacking_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura/desktop/desktop_stacking_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/test/test_stacking_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura/test/test_stacking_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura/window.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/examples/content_client/examples_browser_main_parts.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_native_widget_aura.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/widget.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/widget/widget.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
8 years, 1 month ago (2012-11-13 05:03:37 UTC) #1
Ben Goodger (Google)
i tried to say lgtm before but rietveld done gone broked itself. so lgtm. -Ben ...
8 years, 1 month ago (2012-11-13 20:33:53 UTC) #2
scottmg
8 years, 1 month ago (2012-11-13 20:38:35 UTC) #3
Had to revert it again, you snuck some renames in there just before I
landed. 3rd time's the charm! http://codereview.chromium.org/11377140/


On Tue, Nov 13, 2012 at 12:33 PM, Ben Goodger (Google) <ben@chromium.org>wrote:

> i tried to say lgtm before but rietveld done gone broked itself. so lgtm.
>
> -Ben
>
>
> On Mon, Nov 12, 2012 at 9:03 PM, <scottmg@chromium.org> wrote:
>
>> Reviewers: Ben Goodger (Google), Elliot Glaysher,
>>
>> Description:
>> reland of
https://codereview.chromium.**org/11364053/<https://codereview.chromium.org/1...
>>
>> Two changes from that CL:
>> - Don't remove per-RootWindow StackingClient (erg thought he probably
>> needed it;
>> if not I can remove it later in a separate CL)
>> - Fix initialization in Shell::PlatformInitialize (wasn't initializing
>> correctly
>> in the CrOS case), diff between ps1 and ps2 in content/shell/shell_aura.cc
>>
>>
>> BUG=128578
>>
>>
>> Please review this at
http://codereview.chromium.**org/11362216/<http://codereview.chromium.org/113...
>>
>> SVN Base:
http://git.chromium.org/git/**chromium.git@trunk<http://git.chromium.org/git/...
>>
>> Affected files:
>>   M ash/shell.h
>>   M ash/shell.cc
>>   M ash/shell/shell_delegate_impl.**h
>>   M ash/shell/shell_delegate_impl.**cc
>>   M ash/shell_delegate.h
>>   M ash/test/test_shell_delegate.h
>>   M ash/test/test_shell_delegate.**cc
>>   M ash/wm/stacking_controller.h
>>   M ash/wm/stacking_controller.cc
>>   M chrome/browser/prerender/**prerender_manager.cc
>>   M chrome/browser/prerender/**prerender_unittest.cc
>>   M chrome/browser/ui/ash/chrome_**shell_delegate.h
>>   M chrome/browser/ui/ash/chrome_**shell_delegate.cc
>>   M chrome/browser/ui/aura/chrome_**browser_main_extra_parts_aura.**h
>>   M chrome/browser/ui/aura/chrome_**browser_main_extra_parts_aura.**cc
>>   A chrome/browser/ui/aura/**stacking_client_aura.h
>>   A chrome/browser/ui/aura/**stacking_client_aura.cc
>>   M chrome/browser/ui/browser_**commands.cc
>>   M chrome/browser/ui/browser_**tabstrip.cc
>>   M chrome/browser/ui/views/frame/**browser_frame.cc
>>   M chrome/browser/ui/views/**omnibox/omnibox_popup_**contents_view.cc
>>   M chrome/browser/ui/views/**status_bubble_views.cc
>>   M chrome/chrome_browser_ui.gypi
>>   M content/browser/renderer_host/**render_widget_host_view_aura.**cc
>>   M content/shell/shell_aura.cc
>>   M content/shell/shell_stacking_**client_ash.h
>>   M content/shell/shell_stacking_**client_ash.cc
>>   M ui/aura/client/stacking_**client.h
>>   M ui/aura/demo/demo_main.cc
>>   M ui/aura/desktop/desktop_**stacking_client.h
>>   M ui/aura/desktop/desktop_**stacking_client.cc
>>   M ui/aura/test/test_stacking_**client.h
>>   M ui/aura/test/test_stacking_**client.cc
>>   M ui/aura/window.cc
>>   M ui/views/examples/content_**client/examples_browser_main_**parts.cc
>>   M ui/views/widget/desktop_**native_widget_aura.cc
>>   M ui/views/widget/native_widget_**aura.cc
>>   M ui/views/widget/widget.h
>>   M ui/views/widget/widget.cc
>>
>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698