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

Issue 8915026: Attempt at fixing tab dragging crash. I believe the crash is happening (Closed)

Created:
9 years ago by sky
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Attempt at fixing tab dragging crash. I believe the crash is happening because there is an existing TabDragController when a new one is created. Right after we create the new TabDragController it replaces the old, but if we create the new one before the old is destroyed it means the old is still set as a delegate on the TabContents so that when the new restores the delegates it restores the old TabDragController, which has now been deleted. BUG=107172 TEST=none R=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114653

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M chrome/browser/ui/views/tabs/base_tab_strip.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sky
9 years ago (2011-12-15 00:36:32 UTC) #1
Ben Goodger (Google)
LGTM On Wed, Dec 14, 2011 at 4:36 PM, <sky@chromium.org> wrote: > Reviewers: Ben Goodger ...
9 years ago (2011-12-15 00:39:28 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/8915026/1
9 years ago (2011-12-15 00:40:38 UTC) #3
commit-bot: I haz the power
Try job failure for 8915026-1 (retry) on mac_rel for steps "browser_tests, ui_tests" (clobber build). It's ...
9 years ago (2011-12-15 02:31:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/8915026/1
9 years ago (2011-12-15 15:59:14 UTC) #5
commit-bot: I haz the power
9 years ago (2011-12-15 17:10:06 UTC) #6
Change committed as 114653

Powered by Google App Engine
This is Rietveld 408576698