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

Issue 22654003: Create system tray item for accessing chrome://slow (Closed)

Created:
7 years, 4 months ago by Zachary Kuznia
Modified:
7 years, 4 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Create system tray item for accessing chrome://slow BUG=269843 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216915

Patch Set 1 #

Patch Set 2 : Diff to the correct base #

Total comments: 4

Patch Set 3 : Code review fixes #

Total comments: 26

Patch Set 4 : Code review fixes #

Total comments: 2

Patch Set 5 : Code review fixes #

Total comments: 2

Patch Set 6 : Code review fix #

Patch Set 7 : rebase #

Patch Set 8 : Fix non-chromeos build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -0 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ash/resources/ash_resources.grd View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A ash/system/chromeos/tray_tracing.h View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
A ash/system/chromeos/tray_tracing.cc View 1 2 3 4 1 chunk +112 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_notifier.h View 1 2 3 4 4 chunks +6 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_notifier.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/tray/test_system_tray_delegate.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 4 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/chrome_pages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Zachary Kuznia
Please take a look.
7 years, 4 months ago (2013-08-08 02:19:43 UTC) #1
rkc
lgtm once the comments are addressed. https://codereview.chromium.org/22654003/diff/5001/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): https://codereview.chromium.org/22654003/diff/5001/ash/system/tray/system_tray.cc#newcode171 ash/system/tray/system_tray.cc:171: AddTrayItem(tray_tracing_); This can ...
7 years, 4 months ago (2013-08-08 21:56:24 UTC) #2
Zachary Kuznia
https://codereview.chromium.org/22654003/diff/5001/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): https://codereview.chromium.org/22654003/diff/5001/ash/system/tray/system_tray.cc#newcode171 ash/system/tray/system_tray.cc:171: AddTrayItem(tray_tracing_); On 2013/08/08 21:56:25, Rahul Chaturvedi wrote: > This ...
7 years, 4 months ago (2013-08-08 22:44:23 UTC) #3
Zachary Kuznia
sadrul: Could you do an OWNERS review of ash/system/tray/*? jhawkins: COuld you do an OWNERS ...
7 years, 4 months ago (2013-08-08 22:46:19 UTC) #4
sadrul
+jamescook@ Do we really want to show this in the tray? https://codereview.chromium.org/22654003/diff/13001/ash/system/tray/system_tray.h File ash/system/tray/system_tray.h (right): ...
7 years, 4 months ago (2013-08-09 04:56:44 UTC) #5
Zachary Kuznia
On 2013/08/09 04:56:44, sadrul wrote: > +jamescook@ > > Do we really want to show ...
7 years, 4 months ago (2013-08-09 15:39:19 UTC) #6
James Cook
On 2013/08/09 15:39:19, Zachary Kuznia wrote: > On 2013/08/09 04:56:44, sadrul wrote: > > +jamescook@ ...
7 years, 4 months ago (2013-08-09 17:43:37 UTC) #7
James Cook
https://codereview.chromium.org/22654003/diff/13001/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): https://codereview.chromium.org/22654003/diff/13001/ash/system/tray/system_tray.cc#newcode170 ash/system/tray/system_tray.cc:170: AddTrayItem(new internal::TrayTracing(this)); I think you want this inside #if ...
7 years, 4 months ago (2013-08-09 20:06:02 UTC) #8
Zachary Kuznia
https://codereview.chromium.org/22654003/diff/13001/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): https://codereview.chromium.org/22654003/diff/13001/ash/system/tray/system_tray.cc#newcode170 ash/system/tray/system_tray.cc:170: AddTrayItem(new internal::TrayTracing(this)); On 2013/08/09 20:06:02, James Cook wrote: > ...
7 years, 4 months ago (2013-08-09 20:58:04 UTC) #9
James Cook
LGTM with one suggestion https://codereview.chromium.org/22654003/diff/13001/ash/system/tray_tracing.cc File ash/system/tray_tracing.cc (right): https://codereview.chromium.org/22654003/diff/13001/ash/system/tray_tracing.cc#newcode88 ash/system/tray_tracing.cc:88: return true; On 2013/08/09 20:58:04, ...
7 years, 4 months ago (2013-08-09 21:16:51 UTC) #10
sadrul
https://codereview.chromium.org/22654003/diff/30001/ash/system/tray/system_tray.cc File ash/system/tray/system_tray.cc (right): https://codereview.chromium.org/22654003/diff/30001/ash/system/tray/system_tray.cc#newcode171 ash/system/tray/system_tray.cc:171: AddTrayItem(new internal::TrayTracing(this)); tray_tracing should live inside ash/system/chromeos/
7 years, 4 months ago (2013-08-09 21:23:47 UTC) #11
Zachary Kuznia
https://codereview.chromium.org/22654003/diff/13001/ash/system/tray_tracing.cc File ash/system/tray_tracing.cc (right): https://codereview.chromium.org/22654003/diff/13001/ash/system/tray_tracing.cc#newcode88 ash/system/tray_tracing.cc:88: return true; On 2013/08/09 21:16:51, James Cook wrote: > ...
7 years, 4 months ago (2013-08-09 22:22:32 UTC) #12
Zachary Kuznia
Hello thestig, Could you do an OWNERS review of: chrome/browser/ui/chrome_pages.{cc,h} ? Thanks, -Zach
7 years, 4 months ago (2013-08-09 22:24:49 UTC) #13
Lei Zhang
chrome/browser/ui lgtm https://codereview.chromium.org/22654003/diff/54001/chrome/browser/ui/chrome_pages.cc File chrome/browser/ui/chrome_pages.cc (right): https://codereview.chromium.org/22654003/diff/54001/chrome/browser/ui/chrome_pages.cc#newcode146 chrome/browser/ui/chrome_pages.cc:146: void ShowSlow(Browser* browser) { nit: put this ...
7 years, 4 months ago (2013-08-09 22:42:12 UTC) #14
Zachary Kuznia
https://codereview.chromium.org/22654003/diff/54001/chrome/browser/ui/chrome_pages.cc File chrome/browser/ui/chrome_pages.cc (right): https://codereview.chromium.org/22654003/diff/54001/chrome/browser/ui/chrome_pages.cc#newcode146 chrome/browser/ui/chrome_pages.cc:146: void ShowSlow(Browser* browser) { On 2013/08/09 22:42:12, Lei Zhang ...
7 years, 4 months ago (2013-08-09 23:17:22 UTC) #15
sadrul
LGTM
7 years, 4 months ago (2013-08-09 23:26:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22654003/60001
7 years, 4 months ago (2013-08-10 15:51:39 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-10 16:26:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22654003/78001
7 years, 4 months ago (2013-08-10 19:54:15 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-10 20:29:53 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22654003/96001
7 years, 4 months ago (2013-08-11 03:34:41 UTC) #21
commit-bot: I haz the power
7 years, 4 months ago (2013-08-12 04:50:10 UTC) #22
Message was sent while issue was closed.
Change committed as 216915

Powered by Google App Engine
This is Rietveld 408576698