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

Issue 8369013: Fix the segfault on Linux when closing a tab that is in tab fullscreen mode. (Closed)

Created:
9 years, 2 months ago by yzshen1
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., jeremya
Visibility:
Public.

Description

Fix the segfault on Linux when closing a tab that is in tab fullscreen mode. It is caused by using a TabContentsWrapper pointer after it has been freed. BUG=100680 TEST=BrowserTest.TestFullscreenBubbleMouseLockState should work on Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106948

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -26 lines) Patch
M chrome/browser/ui/browser.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 chunk +3 lines, -10 lines 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc View 3 chunks +5 lines, -9 lines 2 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 2 chunks +10 lines, -6 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
yzshen1
Please take a look. Thanks! http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (left): http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/views/frame/browser_view.cc#oldcode819 chrome/browser/ui/views/frame/browser_view.cc:819: DCHECK(fullscreen_request_.pending); I observed fullscreen ...
9 years, 2 months ago (2011-10-21 21:45:28 UTC) #1
scheib
One Q in the _gtk code. http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc File chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc (right): http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc#newcode86 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc:86: hbox_ = gtk_hbox_new(false, ...
9 years, 2 months ago (2011-10-21 23:28:13 UTC) #2
yzshen1
http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc File chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc (right): http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc#newcode86 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc:86: hbox_ = gtk_hbox_new(false, ui::kControlSpacing); On 2011/10/21 23:28:13, scheib wrote: ...
9 years, 2 months ago (2011-10-21 23:29:25 UTC) #3
scheib
lgtm
9 years, 2 months ago (2011-10-22 00:02:42 UTC) #4
koz (OOO until 15th September)
lgtm http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (left): http://codereview.chromium.org/8369013/diff/1/chrome/browser/ui/views/frame/browser_view.cc#oldcode819 chrome/browser/ui/views/frame/browser_view.cc:819: DCHECK(fullscreen_request_.pending); On 2011/10/21 21:45:29, yzshen1 wrote: > I ...
9 years, 2 months ago (2011-10-24 00:57:05 UTC) #5
sky
LGTM
9 years, 2 months ago (2011-10-24 15:14:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/8369013/1
9 years, 2 months ago (2011-10-24 17:00:07 UTC) #7
commit-bot: I haz the power
9 years, 2 months ago (2011-10-24 18:14:08 UTC) #8
Change committed as 106948

Powered by Google App Engine
This is Rietveld 408576698