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

Issue 9689047: Added notion of currently active app / browser (Closed)

Created:
8 years, 9 months ago by DaveMoore
Modified:
8 years, 9 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, dhollowa+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Added notion of currently active app / browser BUG=115650 TEST=LauncherUpdaterTest.*, including new tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126764

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Remove default args from State #

Total comments: 22

Patch Set 4 : Review issues #

Total comments: 24

Patch Set 5 : Fixed test failure #

Patch Set 6 : Mid air collision #

Unified diffs Side-by-side diffs Delta from patch set Stats (+439 lines, -122 lines) Patch
M ash/launcher/launcher.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M ash/launcher/launcher.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M ash/launcher/launcher_unittest.cc View 1 2 3 4 5 4 chunks +47 lines, -12 lines 0 comments Download
M ash/wm/activation_controller_unittest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/window_util.cc View 1 2 3 4 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/launcher/launcher_updater.h View 1 2 3 4 3 chunks +33 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/launcher/launcher_updater.cc View 1 2 3 4 7 chunks +46 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/ash/launcher/launcher_updater_unittest.cc View 1 2 3 24 chunks +222 lines, -73 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M content/test/test_renderer_host.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ui/aura/test/test_activation_client.h View 1 chunk +3 lines, -1 line 0 comments Download
M ui/aura/test/test_activation_client.cc View 1 2 3 4 3 chunks +41 lines, -14 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
DaveMoore
8 years, 9 months ago (2012-03-13 15:00:20 UTC) #1
Avi (use Gerrit)
I get weird feelings about putting the idea of a root window on RenderViewHostTester for ...
8 years, 9 months ago (2012-03-13 15:07:37 UTC) #2
sky
https://chromiumcodereview.appspot.com/9689047/diff/7001/ash/launcher/launcher_unittest.cc File ash/launcher/launcher_unittest.cc (right): https://chromiumcodereview.appspot.com/9689047/diff/7001/ash/launcher/launcher_unittest.cc#newcode101 ash/launcher/launcher_unittest.cc:101: TEST_F(LauncherTest, OpenTwoBrowsers) { Add a description of what this ...
8 years, 9 months ago (2012-03-13 17:14:42 UTC) #3
DaveMoore
I think access to the root_window() in that class is appropriate for aura. On other ...
8 years, 9 months ago (2012-03-13 23:33:56 UTC) #4
Avi (use Gerrit)
I don't get it, but I'll withdraw.
8 years, 9 months ago (2012-03-14 02:19:24 UTC) #5
sky
https://chromiumcodereview.appspot.com/9689047/diff/8001/ash/launcher/launcher.cc File ash/launcher/launcher.cc (right): https://chromiumcodereview.appspot.com/9689047/diff/8001/ash/launcher/launcher.cc#newcode143 ash/launcher/launcher.cc:143: return static_cast<internal::LauncherView*>( This is brittle, cache LauncherView as a ...
8 years, 9 months ago (2012-03-14 04:05:44 UTC) #6
DaveMoore
http://codereview.chromium.org/9689047/diff/8001/ash/launcher/launcher.cc File ash/launcher/launcher.cc (right): http://codereview.chromium.org/9689047/diff/8001/ash/launcher/launcher.cc#newcode143 ash/launcher/launcher.cc:143: return static_cast<internal::LauncherView*>( On 2012/03/14 04:05:44, sky wrote: > This ...
8 years, 9 months ago (2012-03-14 19:54:58 UTC) #7
sky
LGTM
8 years, 9 months ago (2012-03-14 20:54:39 UTC) #8
DaveMoore
ben: content OWNER review please?
8 years, 9 months ago (2012-03-14 21:43:28 UTC) #9
Ben Goodger (Google)
8 years, 9 months ago (2012-03-14 21:53:05 UTC) #10
content LGTM

Powered by Google App Engine
This is Rietveld 408576698