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

Issue 199054: GTK: fix tabstrip index misalignment during tab removal.... (Closed)

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

Description

GTK: fix tabstrip index misalignment during tab removal. Repro steps: - open a gmail tab and get someone to message you such that the tab title keeps changing - put that tab to the right of a bunch of other tabs - close a bunch of the tabs to the left of gmail Each time you close a tab you have about a 10% chance of reproing. The solution is essentially copy-pasted from the windows tabstrip. The Browser change is somewhat unrelated. I noticed the comment "Do not dereference |contents|" and that we were in fact dereferncing |contents|, so I worked around it. BUG=13811

Patch Set 1 #

Patch Set 2 : remove debugging code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -3 lines) Patch
M chrome/browser/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tabs/tab_strip_gtk.h View 1 chunk +11 lines, -1 line 0 comments Download
M chrome/browser/gtk/tabs/tab_strip_gtk.cc View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Stade
11 years, 3 months ago (2009-09-09 04:16:37 UTC) #1
James Hawkins
11 years, 3 months ago (2009-09-09 04:25:24 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698