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

Issue 12906011: Detect debugging target crash. (Closed)

Created:
7 years, 9 months ago by Vladislav Kaznacheev
Modified:
7 years, 9 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, vsevik, jam, yurys, joi+watch-content_chromium.org, darin-cc_chromium.org, pfeldman
Visibility:
Public.

Description

Detect debugging target crash. BUG=None TBR=avi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190374

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments #

Patch Set 3 : Extracted protocol-related constants into a separate file. #

Patch Set 4 : Found and reused existing observer #

Patch Set 5 : gypi fix #

Patch Set 6 : Rebase #

Total comments: 8

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -67 lines) Patch
M content/browser/devtools/devtools_http_handler_impl.h View 1 2 3 4 5 4 chunks +0 lines, -9 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_impl.cc View 1 2 3 4 5 2 chunks +0 lines, -23 lines 0 comments Download
M content/browser/devtools/devtools_protocol.h View 1 2 3 4 5 6 2 chunks +21 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_protocol.cc View 1 2 3 chunks +33 lines, -5 lines 0 comments Download
A content/browser/devtools/devtools_protocol_constants.h View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
A content/browser/devtools/devtools_protocol_constants.cc View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.cc View 1 2 3 4 5 6 7 4 chunks +24 lines, -1 line 0 comments Download
M content/browser/devtools/renderer_overrides_handler.cc View 1 2 3 4 5 6 7 6 chunks +19 lines, -27 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Vladislav Kaznacheev
This relies on Inspector.targetCrashed introduced in https://bugs.webkit.org/show_bug.cgi?id=112669.
7 years, 9 months ago (2013-03-19 08:23:09 UTC) #1
Vladislav Kaznacheev
Please review. This requires https://bugs.webkit.org/show_bug.cgi?id=112669 committed.
7 years, 9 months ago (2013-03-19 08:23:48 UTC) #2
yurys
lgtm https://codereview.chromium.org/12906011/diff/1/content/browser/devtools/render_view_devtools_agent_host.h File content/browser/devtools/render_view_devtools_agent_host.h (right): https://codereview.chromium.org/12906011/diff/1/content/browser/devtools/render_view_devtools_agent_host.h#newcode39 content/browser/devtools/render_view_devtools_agent_host.h:39: friend class DevToolsAgentHostWebContentsObserver; I'd rather made DevToolsAgentHostWebContentsObserver and ...
7 years, 9 months ago (2013-03-19 08:53:31 UTC) #3
yurys
We need to cover http handler with tests, please re-enabled existing ones and start adding ...
7 years, 9 months ago (2013-03-19 09:01:31 UTC) #4
Vladislav Kaznacheev
PTAL
7 years, 9 months ago (2013-03-19 13:10:06 UTC) #5
pfeldman
https://codereview.chromium.org/12906011/diff/19002/content/browser/devtools/devtools_protocol.cc File content/browser/devtools/devtools_protocol.cc (right): https://codereview.chromium.org/12906011/diff/19002/content/browser/devtools/devtools_protocol.cc#newcode221 content/browser/devtools/devtools_protocol.cc:221: DevToolsProtocol::Event* DevToolsProtocol::CreateEvent( Make sure order of implementation matches order ...
7 years, 9 months ago (2013-03-21 06:30:08 UTC) #6
Vladislav Kaznacheev
PTAL https://codereview.chromium.org/12906011/diff/19002/content/browser/devtools/devtools_protocol.cc File content/browser/devtools/devtools_protocol.cc (right): https://codereview.chromium.org/12906011/diff/19002/content/browser/devtools/devtools_protocol.cc#newcode221 content/browser/devtools/devtools_protocol.cc:221: DevToolsProtocol::Event* DevToolsProtocol::CreateEvent( I believe it does. On 2013/03/21 ...
7 years, 9 months ago (2013-03-21 07:24:02 UTC) #7
pfeldman
lgtm
7 years, 9 months ago (2013-03-21 15:26:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/12906011/32001
7 years, 9 months ago (2013-03-21 15:26:48 UTC) #9
commit-bot: I haz the power
Presubmit check for 12906011-32001 failed and returned exit status 1. INFO:root:Found 10 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-21 15:26:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/12906011/32001
7 years, 9 months ago (2013-03-21 15:29:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/12906011/32001
7 years, 9 months ago (2013-03-22 19:04:28 UTC) #12
commit-bot: I haz the power
Failed to apply patch for content/browser/devtools/renderer_overrides_handler.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-22 19:04:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/12906011/51001
7 years, 9 months ago (2013-03-25 10:15:52 UTC) #14
commit-bot: I haz the power
7 years, 9 months ago (2013-03-25 12:08:31 UTC) #15
Message was sent while issue was closed.
Change committed as 190374

Powered by Google App Engine
This is Rietveld 408576698