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

Issue 299053002: Adds some debugging code for tracking down a crash (Closed)

Created:
6 years, 7 months ago by sky
Modified:
6 years, 7 months ago
Reviewers:
marja
CC:
chromium-reviews, marja+watch_chromium.org
Visibility:
Public.

Description

Adds some debugging code for tracking down a crash Crash seems to indicate we're registering twice for a notification. Perhaps we're calling ScheduleLoad and TabIsLoading for the same tab. Only way I could see that happening is if ShowBrowser() activated some other tab. This should help isolate if that is happening. BUG=368236 TEST=none R=marja@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272716

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M chrome/browser/sessions/session_restore.cc View 6 chunks +32 lines, -0 lines 5 comments Download

Messages

Total messages: 12 (0 generated)
sky
6 years, 7 months ago (2014-05-22 19:53:14 UTC) #1
marja
LGTM I was wondering if this is related to pinned tabs, but.. meh, dunno, looks ...
6 years, 7 months ago (2014-05-23 08:30:43 UTC) #2
sky
https://codereview.chromium.org/299053002/diff/1/chrome/browser/sessions/session_restore.cc File chrome/browser/sessions/session_restore.cc (right): https://codereview.chromium.org/299053002/diff/1/chrome/browser/sessions/session_restore.cc#newcode492 chrome/browser/sessions/session_restore.cc:492: tabs_to_load_.end(); On 2014/05/23 08:30:43, marja wrote: > Style nit, ...
6 years, 7 months ago (2014-05-23 15:38:41 UTC) #3
sky
The CQ bit was checked by sky@chromium.org
6 years, 7 months ago (2014-05-23 15:38:44 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/299053002/1
6 years, 7 months ago (2014-05-23 15:39:13 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-23 18:52:01 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-23 21:09:23 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_rel/builds/32165)
6 years, 7 months ago (2014-05-23 21:09:23 UTC) #8
sky
The CQ bit was checked by sky@chromium.org
6 years, 7 months ago (2014-05-23 21:14:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/299053002/1
6 years, 7 months ago (2014-05-23 21:16:02 UTC) #10
commit-bot: I haz the power
Change committed as 272716
6 years, 7 months ago (2014-05-24 12:29:11 UTC) #11
marja
6 years, 7 months ago (2014-05-27 07:54:55 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/299053002/diff/1/chrome/browser/sessions/sess...
File chrome/browser/sessions/session_restore.cc (right):

https://codereview.chromium.org/299053002/diff/1/chrome/browser/sessions/sess...
chrome/browser/sessions/session_restore.cc:492: tabs_to_load_.end();
Ahh, I see, I missed that it's a list.

Powered by Google App Engine
This is Rietveld 408576698