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

Issue 493853002: Keep a copy of page id in RenderViewHost. (Closed)

Created:
6 years, 4 months ago by Avi (use Gerrit)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Keep a copy of page id in RenderViewHost. This is an instrumented version of the patch that will be reverted in a few days. This is meant to catch crashes in edge cases and log enough for us to repro them. BUG=99379, 369661 TEST=this is gonna crash for a few people Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291077

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -11 lines) Patch
M chrome/common/crash_keys.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 5 chunks +28 lines, -2 lines 7 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 4 chunks +18 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/test_render_view_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_render_view_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Avi (use Gerrit)
Robert: crash keys; this is how you do it, right? Charlie: are these the urls ...
6 years, 4 months ago (2014-08-20 19:46:07 UTC) #1
Robert Sesek
crash_keys.cc LGTM
6 years, 4 months ago (2014-08-20 20:20:30 UTC) #2
Charlie Reis
One question about whether logging the URL will be useful. https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc#newcode563 ...
6 years, 4 months ago (2014-08-20 20:22:30 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc#newcode563 content/browser/frame_host/render_frame_host_impl.cc:563: base::debug::SetCrashKeyValue("url1", On 2014/08/20 20:22:30, Charlie Reis wrote: > I ...
6 years, 4 months ago (2014-08-20 20:29:20 UTC) #4
Charlie Reis
LGTM https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc#newcode563 content/browser/frame_host/render_frame_host_impl.cc:563: base::debug::SetCrashKeyValue("url1", On 2014/08/20 20:29:20, Avi wrote: > On ...
6 years, 4 months ago (2014-08-20 20:44:47 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc File content/browser/frame_host/render_frame_host_impl.cc (right): https://codereview.chromium.org/493853002/diff/1/content/browser/frame_host/render_frame_host_impl.cc#newcode563 content/browser/frame_host/render_frame_host_impl.cc:563: base::debug::SetCrashKeyValue("url1", > Let's be sure to revert it once ...
6 years, 4 months ago (2014-08-20 21:00:02 UTC) #6
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 4 months ago (2014-08-20 21:00:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/493853002/1
6 years, 4 months ago (2014-08-20 21:02:15 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 22:50:19 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 22:54:26 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55219) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/7995)
6 years, 4 months ago (2014-08-20 22:54:27 UTC) #11
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 4 months ago (2014-08-20 23:45:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/493853002/1
6 years, 4 months ago (2014-08-20 23:47:12 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 00:53:42 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 00:57:33 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55372) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/8114)
6 years, 4 months ago (2014-08-21 00:57:34 UTC) #16
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 4 months ago (2014-08-21 01:47:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/493853002/1
6 years, 4 months ago (2014-08-21 01:48:20 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:54:12 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:57:32 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55460)
6 years, 4 months ago (2014-08-21 01:57:33 UTC) #21
Avi (use Gerrit)
The CQ bit was checked by avi@chromium.org
6 years, 4 months ago (2014-08-21 13:23:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/493853002/1
6 years, 4 months ago (2014-08-21 13:23:42 UTC) #23
commit-bot: I haz the power
Committed patchset #1 (1) as 291077
6 years, 4 months ago (2014-08-21 15:26:18 UTC) #24
Avi (use Gerrit)
6 years, 4 months ago (2014-08-22 14:40:12 UTC) #25
Message was sent while issue was closed.
A revert of this CL (patchset #1) has been created in
https://codereview.chromium.org/500533002/ by avi@chromium.org.

The reason for reverting is: This hit canary and we're getting instrumented
crashes. That's what we were looking for so let's back it out.
.

Powered by Google App Engine
This is Rietveld 408576698