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

Issue 41010: Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserView... (Closed)

Created:
11 years, 9 months ago by sky
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserView that created it, but if a tab contained a download shelf and was dragged to a new window the ResizeCorner would be referencing the wrong BrowserView. I've changed the code to look up the ancestor BrowserView as necessary. BUG=8477 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11285

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -7 lines) Patch
M chrome/browser/views/frame/browser_view.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 6 chunks +20 lines, -7 lines 0 comments Download
M chrome/views/view.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/views/view.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
11 years, 9 months ago (2009-03-09 20:13:34 UTC) #1
Ben Goodger (Google)
11 years, 9 months ago (2009-03-09 20:47:58 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698