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

Issue 1702673002: DevTools: migrate remote debugging protocol generators to jinja2. (Closed)

Created:
4 years, 10 months ago by pfeldman
Modified:
4 years, 10 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, 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 remote debugging protocol generators to jinja2. BUG=580337 Committed: https://crrev.com/10924eea919977e800165ab7e10adaa7b495a65f Cr-Commit-Position: refs/heads/master@{#376929}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 9

Patch Set 12 : #

Patch Set 13 : rebaselined #

Patch Set 14 : for landing #

Patch Set 15 : #

Patch Set 16 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3259 lines, -4741 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ConsoleBase.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +11 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +31 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 40 chunks +125 lines, -159 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +44 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +41 lines, -42 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 44 chunks +139 lines, -189 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +12 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 15 chunks +35 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +27 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +83 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +18 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +25 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +45 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +14 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +56 lines, -56 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +10 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 21 chunks +83 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +12 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +49 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 23 chunks +56 lines, -58 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp View 1 2 3 4 5 6 1 chunk +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +93 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +14 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +56 lines, -101 lines 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +54 lines, -67 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +20 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +230 lines, -2020 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CodeGeneratorStrings.py View 1 2 3 1 chunk +0 lines, -912 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_cpp.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +400 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/Dispatcher_h.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/Frontend_cpp.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/Frontend_h.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_cpp.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/inspector_protocol/TypeBuilder_h.template View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +463 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +13 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +22 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 21 chunks +53 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/PromiseTracker.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +82 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 39 chunks +143 lines, -109 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +17 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +32 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +44 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +68 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8StackTrace.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorEmulationAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorEmulationAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
pfeldman
PTAL :)
4 years, 10 months ago (2016-02-22 20:39:11 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702673002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702673002/220001
4 years, 10 months ago (2016-02-22 23:04:41 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/134429) ios_rel_device_ninja on ...
4 years, 10 months ago (2016-02-22 23:10:49 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702673002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702673002/240001
4 years, 10 months ago (2016-02-22 23:52:01 UTC) #8
dgozman
https://codereview.chromium.org/1702673002/diff/200001/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp (right): https://codereview.chromium.org/1702673002/diff/200001/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp#newcode354 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp:354: if (!tile) { I believe this does not happen ...
4 years, 10 months ago (2016-02-22 23:57:36 UTC) #9
dgozman
lgtm
4 years, 10 months ago (2016-02-23 00:06:43 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/107022) win_chromium_compile_dbg_ng on ...
4 years, 10 months ago (2016-02-23 00:25:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702673002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702673002/260001
4 years, 10 months ago (2016-02-23 00:56:08 UTC) #15
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/25463) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-23 01:16:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702673002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702673002/280001
4 years, 10 months ago (2016-02-23 01:18:18 UTC) #20
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/149239)
4 years, 10 months ago (2016-02-23 02:30:23 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1702673002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1702673002/300001
4 years, 10 months ago (2016-02-23 04:04:28 UTC) #25
commit-bot: I haz the power
Committed patchset #16 (id:300001)
4 years, 10 months ago (2016-02-23 05:18:07 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 05:19:38 UTC) #28
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/10924eea919977e800165ab7e10adaa7b495a65f
Cr-Commit-Position: refs/heads/master@{#376929}

Powered by Google App Engine
This is Rietveld 408576698