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

Issue 1745423002: DevTools: migrate protocol values from RefPtr to OwnPtr. (Closed)

Created:
4 years, 9 months ago by pfeldman
Modified:
4 years, 9 months ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, cmumford, aboxhall, aboxhall+watch_chromium.org, nektar+watch_chromium.org, lushnikov+blink_chromium.org, yuzo+watch_chromium.org, pfeldman+blink_chromium.org, nektarios, dmazzoni, apavlov+blink_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, je_julie, sergeyv+blink_chromium.org, jsbell+idb_chromium.org, kinuko+watch, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: migrate protocol values from RefPtr to OwnPtr. BUG=580337 Committed: https://crrev.com/e8903f001fe670d33ee3b34cc43fc8a5cb778509 Cr-Commit-Position: refs/heads/master@{#378575}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : review comments addressed. #

Patch Set 4 : compile fix #

Patch Set 5 : attempt to fix win #

Patch Set 6 : assert #

Patch Set 7 : rebaselined #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+524 lines, -495 lines) Patch
M third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp View 1 2 3 4 5 3 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 4 12 chunks +35 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 9 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 2 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/LayoutEditor.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/LayoutEditor.cpp View 8 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py View 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template View 1 2 12 chunks +25 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/FrontendChannel.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Parser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Parser.cpp View 6 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/ParserTest.cpp View 13 chunks +28 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_cpp.template View 1 2 4 chunks +20 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_h.template View 1 2 3 16 chunks +58 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Values.h View 1 2 3 4 5 6 7 7 chunks +50 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Values.cpp View 1 2 3 4 9 chunks +48 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 2 21 chunks +53 lines, -59 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 4 10 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8ToProtocolValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8ToProtocolValue.cpp View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 30 (16 generated)
pfeldman
4 years, 9 months ago (2016-03-01 00:20:26 UTC) #2
dgozman
lgtm https://codereview.chromium.org/1745423002/diff/1/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template File third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template (right): https://codereview.chromium.org/1745423002/diff/1/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template#newcode214 third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template:214: ASSERT(parsedMessage); Unrelated, but asserting protocol input is a ...
4 years, 9 months ago (2016-03-01 01:45:06 UTC) #3
pfeldman
All done. https://codereview.chromium.org/1745423002/diff/1/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template File third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template (right): https://codereview.chromium.org/1745423002/diff/1/third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template#newcode214 third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template:214: ASSERT(parsedMessage); On 2016/03/01 01:45:05, dgozman wrote: > ...
4 years, 9 months ago (2016-03-01 02:41:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745423002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745423002/40001
4 years, 9 months ago (2016-03-01 02:42:25 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/31252) chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 9 months ago (2016-03-01 02:57:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745423002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745423002/60001
4 years, 9 months ago (2016-03-01 04:12:17 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/153053)
4 years, 9 months ago (2016-03-01 05:29:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745423002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745423002/80001
4 years, 9 months ago (2016-03-01 17:05:18 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/29437) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 9 months ago (2016-03-01 17:18:00 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745423002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745423002/100001
4 years, 9 months ago (2016-03-01 18:24:19 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/153300)
4 years, 9 months ago (2016-03-01 19:36:13 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1745423002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1745423002/140001
4 years, 9 months ago (2016-03-01 20:19:20 UTC) #27
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 9 months ago (2016-03-01 22:15:14 UTC) #28
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 22:16:50 UTC) #30
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e8903f001fe670d33ee3b34cc43fc8a5cb778509
Cr-Commit-Position: refs/heads/master@{#378575}

Powered by Google App Engine
This is Rietveld 408576698