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

Issue 9968101: Close notification windows while message loop is still active (Closed)

Created:
8 years, 8 months ago by oshima
Modified:
8 years, 8 months ago
CC:
chromium-reviews, ben+watch_chromium.org
Visibility:
Public.

Description

Close notification windows while message loop is still active Reset tooltip_controller explicitly so that timer stops at shutdown. Use tray_ reference in SystemTrayDelegate instead of going through ash instance. Make sure delegates doesn't access tray after the tray has been deleted. BUG=104998 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131902 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132320

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : sync #

Total comments: 3

Patch Set 6 : Delete shell ni HandleAppExitingForPlatform #

Patch Set 7 : sync #

Patch Set 8 : . #

Patch Set 9 : don't delete ash (yet) #

Total comments: 2

Patch Set 10 : remove null check. reset delegate #

Patch Set 11 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -69 lines) Patch
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 2 3 4 5 6 7 8 9 8 chunks +14 lines, -24 lines 0 comments Download
M chrome/browser/ui/browser_list_aura.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -45 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
oshima
Sadrul, can you take a look at this first, especially the changes to system tray ...
8 years, 8 months ago (2012-04-09 20:21:41 UTC) #1
oshima
On 2012/04/09 20:21:41, oshima wrote: > Sadrul, can you take a look at this first, ...
8 years, 8 months ago (2012-04-10 16:32:32 UTC) #2
sadrul
The tray related changes LGTM. Regarding the other changes: I don't know the chrome shutdown ...
8 years, 8 months ago (2012-04-10 17:01:24 UTC) #3
oshima
+ben for OWNERS review.
8 years, 8 months ago (2012-04-10 18:17:53 UTC) #4
Ben Goodger (Google)
http://codereview.chromium.org/9968101/diff/23003/ash/shell.h File ash/shell.h (right): http://codereview.chromium.org/9968101/diff/23003/ash/shell.h#newcode350 ash/shell.h:350: // If the shell has been shutdown. shut down ...
8 years, 8 months ago (2012-04-10 22:35:02 UTC) #5
oshima
http://codereview.chromium.org/9968101/diff/23003/chrome/browser/ui/browser_list_aura.cc File chrome/browser/ui/browser_list_aura.cc (right): http://codereview.chromium.org/9968101/diff/23003/chrome/browser/ui/browser_list_aura.cc#newcode26 chrome/browser/ui/browser_list_aura.cc:26: ash::Shell::GetInstance()->Shutdown(); On 2012/04/10 22:35:02, Ben Goodger (Google) wrote: > ...
8 years, 8 months ago (2012-04-10 23:06:55 UTC) #6
Ben Goodger (Google)
lgtm
8 years, 8 months ago (2012-04-11 21:07:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/23005
8 years, 8 months ago (2012-04-11 21:58:18 UTC) #8
commit-bot: I haz the power
Can't apply patch for file tools/valgrind/memcheck/suppressions.txt. While running patch -p1 --forward --force; patching file tools/valgrind/memcheck/suppressions.txt ...
8 years, 8 months ago (2012-04-11 21:58:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/31001
8 years, 8 months ago (2012-04-11 22:24:42 UTC) #10
commit-bot: I haz the power
Try job failure for 9968101-31001 on android for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android&number=8332 Step "update" is always ...
8 years, 8 months ago (2012-04-11 22:26:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/31001
8 years, 8 months ago (2012-04-11 22:45:45 UTC) #12
commit-bot: I haz the power
Change committed as 131902
8 years, 8 months ago (2012-04-12 02:24:52 UTC) #13
oshima
On 2012/04/12 02:24:52, I haz the power (commit-bot) wrote: > Change committed as 131902 Ben, ...
8 years, 8 months ago (2012-04-12 23:32:17 UTC) #14
Ben Goodger (Google)
http://codereview.chromium.org/9968101/diff/29006/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): http://codereview.chromium.org/9968101/diff/29006/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode608 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:608: tray_ = NULL; rather than NULL checking everything in ...
8 years, 8 months ago (2012-04-12 23:33:56 UTC) #15
oshima
http://codereview.chromium.org/9968101/diff/29006/chrome/browser/chromeos/system/ash_system_tray_delegate.cc File chrome/browser/chromeos/system/ash_system_tray_delegate.cc (right): http://codereview.chromium.org/9968101/diff/29006/chrome/browser/chromeos/system/ash_system_tray_delegate.cc#newcode608 chrome/browser/chromeos/system/ash_system_tray_delegate.cc:608: tray_ = NULL; On 2012/04/12 23:33:56, Ben Goodger (Google) ...
8 years, 8 months ago (2012-04-12 23:50:27 UTC) #16
oshima
Uploaded new patch. PTAL. Since NULL check isn't necessary now, I removed them and deleted ...
8 years, 8 months ago (2012-04-13 08:34:32 UTC) #17
Ben Goodger (Google)
This seems much nicer. LGTM.
8 years, 8 months ago (2012-04-13 15:25:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/41002
8 years, 8 months ago (2012-04-13 15:43:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/41002
8 years, 8 months ago (2012-04-14 00:33:48 UTC) #20
commit-bot: I haz the power
Try job failure for 9968101-41002 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-14 00:50:42 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/9968101/61002
8 years, 8 months ago (2012-04-14 02:08:35 UTC) #22
commit-bot: I haz the power
8 years, 8 months ago (2012-04-14 03:24:55 UTC) #23
Change committed as 132320

Powered by Google App Engine
This is Rietveld 408576698