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

Issue 7610003: More. (Closed)

Created:
9 years, 4 months ago by Elliot Glaysher
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org
Visibility:
Public.

Description

Profiles: Three small changes - Change how BOOKMARK_BAR_VISIBILITY_PREF_CHANGED is handled because it broke interaction w/ incognito windows. - Make SIDEBAR_CHANGED listen only to a certain SidebarManager instance. - Mark COOKIE_CHANGED as ok to listen to AllSources(). BUG=87457, 92506 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96440

Patch Set 1 #

Total comments: 7

Patch Set 2 : oops #

Patch Set 3 : Even bigger oops #

Patch Set 4 : oops #

Total comments: 3

Patch Set 5 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -16 lines) Patch
M chrome/browser/extensions/extension_cookies_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/global_menu_bar.cc View 1 2 3 4 3 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Elliot Glaysher
pkasting: review mirandac: FYI when you come back; we can't just follow a single profile ...
9 years, 4 months ago (2011-08-10 20:40:03 UTC) #1
Peter Kasting
http://codereview.chromium.org/7610003/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7610003/diff/1/chrome/browser/ui/browser.cc#newcode279 chrome/browser/ui/browser.cc:279: NotificationService::AllBrowserContextsAndSources()); Nit: Might want to comment somewhere that we ...
9 years, 4 months ago (2011-08-10 21:03:21 UTC) #2
Elliot Glaysher
http://codereview.chromium.org/7610003/diff/1/chrome/browser/ui/cocoa/browser_window_cocoa.mm File chrome/browser/ui/cocoa/browser_window_cocoa.mm (right): http://codereview.chromium.org/7610003/diff/1/chrome/browser/ui/cocoa/browser_window_cocoa.mm#newcode58 chrome/browser/ui/cocoa/browser_window_cocoa.mm:58: NotificationService::AllSources()); On 2011/08/10 21:03:21, Peter Kasting wrote: > Don't ...
9 years, 4 months ago (2011-08-10 21:19:22 UTC) #3
Elliot Glaysher
9 years, 4 months ago (2011-08-10 21:26:53 UTC) #4
Peter Kasting
LGTM http://codereview.chromium.org/7610003/diff/3003/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/7610003/diff/3003/chrome/browser/ui/browser.cc#newcode277 chrome/browser/ui/browser.cc:277: // Need to stay in sync between our ...
9 years, 4 months ago (2011-08-10 21:30:14 UTC) #5
Miranda Callahan
9 years, 4 months ago (2011-08-11 06:57:59 UTC) #6
On 2011/08/10 20:40:03, Elliot Glaysher wrote:
> pkasting: review
> mirandac: FYI when you come back; we can't just follow a single profile
because
> we then won't receive notifications for the Ingocnito/vice versa.

Makes sense; I imagine we will see this pattern in many other places. LGTM.

Powered by Google App Engine
This is Rietveld 408576698