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

Issue 8588020: fix NetInternalsTest.NetInternalsPrerenderViewSucceed for aura (Closed)

Created:
9 years, 1 month ago by alicet1
Modified:
9 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews
Visibility:
Public.

Description

The test failed because LauncherIconUpdater was holding a stale TabContentsWrapper and accessing its favicon helper. Add LauncherIconUpdater::TabReplaceAt so that we know when the TabContentsWrapper goes stale. BUG=104376 TEST=the test above. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110523

Patch Set 1 #

Total comments: 2

Patch Set 2 : update #

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

Messages

Total messages: 6 (0 generated)
alicet1
9 years, 1 month ago (2011-11-17 04:46:13 UTC) #1
sky
http://codereview.chromium.org/8588020/diff/1/chrome/browser/ui/views/aura/launcher_icon_updater.cc File chrome/browser/ui/views/aura/launcher_icon_updater.cc (right): http://codereview.chromium.org/8588020/diff/1/chrome/browser/ui/views/aura/launcher_icon_updater.cc#newcode95 chrome/browser/ui/views/aura/launcher_icon_updater.cc:95: tabs_.erase(i); This should replace the value at i with ...
9 years, 1 month ago (2011-11-17 05:04:23 UTC) #2
alicet1
http://codereview.chromium.org/8588020/diff/1/chrome/browser/ui/views/aura/launcher_icon_updater.cc File chrome/browser/ui/views/aura/launcher_icon_updater.cc (right): http://codereview.chromium.org/8588020/diff/1/chrome/browser/ui/views/aura/launcher_icon_updater.cc#newcode95 chrome/browser/ui/views/aura/launcher_icon_updater.cc:95: tabs_.erase(i); On 2011/11/17 05:04:23, sky wrote: > This should ...
9 years, 1 month ago (2011-11-17 05:33:38 UTC) #3
sky
LGTM
9 years, 1 month ago (2011-11-17 16:01:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alicet@chromium.org/8588020/4001
9 years, 1 month ago (2011-11-17 16:29:35 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 18:11:05 UTC) #6
Change committed as 110523

Powered by Google App Engine
This is Rietveld 408576698