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

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (Closed)

Created:
4 years, 7 months ago by pfeldman
Modified:
4 years, 6 months ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, 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: consolidate protocol generators for front-end, backend and type builder. BUG=580337 Committed: https://crrev.com/21d06c3ce07e3800f769d3395cce1985a733f10a Cr-Commit-Position: refs/heads/master@{#396629}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : per-domain generation #

Total comments: 9

Patch Set 4 : comments addressed #

Patch Set 5 : rebaselined #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : win bot speculative fix #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+734 lines, -839 lines) Patch
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h View 1 2 3 4 5 3 chunks +15 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp View 1 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.cpp View 1 4 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 10 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp View 1 2 chunks +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp View 1 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/platform/inspector_protocol/Backend_cpp.template View 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template View 1 chunk +0 lines, -74 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py View 1 2 3 4 5 5 chunks +34 lines, -4 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase.h View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase.cpp View 1 2 3 1 chunk +170 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template View 1 1 chunk +0 lines, -364 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template View 1 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template View 1 chunk +0 lines, -64 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_cpp.template View 1 2 3 4 3 chunks +204 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_h.template View 1 2 3 4 5 5 chunks +101 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp View 1 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 6 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp View 1 5 chunks +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp View 1 2 3 4 4 chunks +10 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp View 1 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorEmulationAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorEmulationAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorRenderingAgent.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorRenderingAgent.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (22 generated)
pfeldman
4 years, 7 months ago (2016-05-26 01:44:18 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/1
4 years, 7 months ago (2016-05-26 01:44:53 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/72205)
4 years, 7 months ago (2016-05-26 01:56:22 UTC) #6
dgozman
Looks like this doesn't compile. https://codereview.chromium.org/2012753003/diff/1/third_party/WebKit/Source/devtools/protocol.json File third_party/WebKit/Source/devtools/protocol.json (right): https://codereview.chromium.org/2012753003/diff/1/third_party/WebKit/Source/devtools/protocol.json#newcode76 third_party/WebKit/Source/devtools/protocol.json:76: "depends": ["Debugger"], It's called ...
4 years, 6 months ago (2016-05-26 20:55:31 UTC) #7
pfeldman
PTAL. it did compile - generated files were messing with new regular files w/ same ...
4 years, 6 months ago (2016-05-27 02:36:18 UTC) #8
dgozman
lgtm https://codereview.chromium.org/2012753003/diff/40001/third_party/WebKit/Source/devtools/protocol.json File third_party/WebKit/Source/devtools/protocol.json (right): https://codereview.chromium.org/2012753003/diff/40001/third_party/WebKit/Source/devtools/protocol.json#newcode76 third_party/WebKit/Source/devtools/protocol.json:76: "depends": ["Debugger"], depends on DOM https://codereview.chromium.org/2012753003/diff/40001/third_party/WebKit/Source/devtools/protocol.json#newcode1217 third_party/WebKit/Source/devtools/protocol.json:1217: "domain": ...
4 years, 6 months ago (2016-05-27 05:20:47 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/40001
4 years, 6 months ago (2016-05-27 06:02:07 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/72974)
4 years, 6 months ago (2016-05-27 06:18:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/60001
4 years, 6 months ago (2016-05-27 15:02:06 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/73123) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 6 months ago (2016-05-27 15:13:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/80001
4 years, 6 months ago (2016-05-27 19:28:45 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/144595)
4 years, 6 months ago (2016-05-27 19:43:04 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/100001
4 years, 6 months ago (2016-05-27 21:19:59 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/29277)
4 years, 6 months ago (2016-05-27 22:17:24 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/120001
4 years, 6 months ago (2016-05-27 23:02:33 UTC) #31
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/197824)
4 years, 6 months ago (2016-05-28 00:03:46 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/140001
4 years, 6 months ago (2016-05-28 00:08:53 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2012753003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2012753003/160001
4 years, 6 months ago (2016-05-28 00:39:21 UTC) #39
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 6 months ago (2016-05-28 02:44:04 UTC) #40
commit-bot: I haz the power
4 years, 6 months ago (2016-05-28 02:45:20 UTC) #42
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/21d06c3ce07e3800f769d3395cce1985a733f10a
Cr-Commit-Position: refs/heads/master@{#396629}

Powered by Google App Engine
This is Rietveld 408576698