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

Issue 174480: OSX: Remove some nsnotificationcenter observers more reliably. (Closed)

Created:
11 years, 4 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

OSX: Remove some nsnotificationcenter observers more reliably. There are some crashers which show up as an objc_msgSend when posting a notification. So I went around reviewing our observers looking for places where it's possible that we weren't unregistering correctly. These may have already been correct, but this change would seem to make unregistration more reliable.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Stop observing released popup. #

Patch Set 3 : Egregious whitespace change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M chrome/app/keystone_glue.m View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_mac.mm View 1 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_view_mac.mm View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Scott Hess - ex-Googler
This isn't really intended to explicitly fix anything, just good hygiene.
11 years, 4 months ago (2009-08-26 00:13:46 UTC) #1
rohitrao (ping after 24h)
http://codereview.chromium.org/174480/diff/1/4 File chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (left): http://codereview.chromium.org/174480/diff/1/4#oldcode309 Line 309: object:[field_ window]]; This move feels a little strange. ...
11 years, 3 months ago (2009-08-27 16:30:19 UTC) #2
Scott Hess - ex-Googler
http://codereview.chromium.org/174480/diff/1/4 File chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (left): http://codereview.chromium.org/174480/diff/1/4#oldcode309 Line 309: object:[field_ window]]; On 2009/08/27 16:30:19, rohitrao wrote: > ...
11 years, 3 months ago (2009-08-28 20:04:40 UTC) #3
rohitrao (ping after 24h)
11 years, 3 months ago (2009-08-31 21:02:10 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698