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

Issue 164024: Fix crash on fullscreening of popup. (Closed)

Created:
11 years, 4 months ago by John Grabowski
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Ben Goodger (Google)
Visibility:
Public.

Description

Fix crash on fullscreening of popup. BUG=http://crbug.com/18551 TEST=Create a pop-up window. Fullscreen it (Cmd-Shift-F). Go back (Cmd-Shift-F again). Repeat a few times across different launches of Chromium. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22712

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M chrome/browser/cocoa/toolbar_controller.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller.mm View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller_unittest.mm View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
John Grabowski
11 years, 4 months ago (2009-08-05 23:44:48 UTC) #1
rohitrao (ping after 24h)
http://codereview.chromium.org/164024/diff/1/3 File chrome/browser/cocoa/toolbar_controller.mm (right): http://codereview.chromium.org/164024/diff/1/3#newcode208 Line 208: [locationBar_ release]; This scares me a bit, because ...
11 years, 4 months ago (2009-08-06 00:12:54 UTC) #2
John Grabowski
New diff uploaded http://codereview.chromium.org/164024/diff/1/3 File chrome/browser/cocoa/toolbar_controller.mm (right): http://codereview.chromium.org/164024/diff/1/3#newcode208 Line 208: [locationBar_ release]; On 2009/08/06 00:12:54, ...
11 years, 4 months ago (2009-08-06 01:18:35 UTC) #3
rohitrao (ping after 24h)
11 years, 4 months ago (2009-08-06 01:27:39 UTC) #4
LGTM, but you need to add toolbar_controller.h.

Less scared now that we have the scoped_nsobject.

Powered by Google App Engine
This is Rietveld 408576698