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

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed)

Created:
4 years, 6 months ago by dgozman
Modified:
4 years, 5 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-dom_chromium.org, blink-worker-reviews_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dglazkov+blink, dominicc+watchlist_chromium.org, eae+blinkwatch, falken, haraken, hongchan, horo+watch_chromium.org, kinuko+watch, kinuko+worker_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, mkwst+watchlist-csp_chromium.org, pfeldman+blink_chromium.org, rwlbuis, Raymond Toy, sergeyv+blink_chromium.org, sof, tyoshino+watch_chromium.org, yhirano+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move Console to v8 inspector. This patch moves Console domain, console message, storage and console agent to v8 inspector. Possible follow-ups: - removing ConsoleMessage from blink; - migrating from V8StackTrace to V8SourceLocation; - removing FrameConsole abstraction; - exposing single entry method for adding message with parameters. BUG=613882 TBR=pfeldman@chromium.org (for includes) Committed: https://crrev.com/2bee43695b522e74827332cf43ca2d87ebe32a7d Cr-Commit-Position: refs/heads/master@{#403006}

Patch Set 1 #

Patch Set 2 : cleanups, rebase #

Patch Set 3 : correct base #

Patch Set 4 : some tests pass #

Patch Set 5 : inspector tests pass #

Patch Set 6 : all tests pass #

Total comments: 13

Patch Set 7 : rebased #

Patch Set 8 : fixed review comments #

Patch Set 9 : improved api a bit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1217 lines, -1594 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-enabled/resources/console-clear-arguments-test.js View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp View 1 2 3 4 5 6 7 8 5 chunks +11 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptController.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptState.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp View 1 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/SourceLocation.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 8 3 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/core/core_generated.gypi View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameConsole.h View 1 2 3 4 5 6 3 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameConsole.cpp View 1 2 3 4 5 6 4 chunks +17 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.h View 1 2 3 4 5 6 3 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.cpp View 1 4 chunks +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/BUILD.gn View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ConsoleMessage.h View 1 2 3 4 5 6 3 chunks +3 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp View 1 2 3 4 5 6 6 chunks +3 lines, -66 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.cpp View 1 chunk +0 lines, -77 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/ConsoleTypes.h View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h View 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp View 1 chunk +0 lines, -212 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/InspectorConsoleInstrumentation.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp View 1 2 3 4 5 6 2 chunks +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl View 1 2 3 4 5 6 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorSession.cpp View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.h View 1 2 3 4 5 6 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp View 1 2 3 4 5 6 4 chunks +9 lines, -36 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/PageConsoleAgent.h View 1 2 3 4 5 6 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/PageConsoleAgent.cpp View 1 chunk +0 lines, -104 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/ScriptArguments.h View 1 chunk +0 lines, -68 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/ScriptArguments.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -212 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ThreadDebugger.h View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp View 1 2 3 4 5 6 7 8 4 chunks +3 lines, -25 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.cpp View 1 chunk +0 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h View 1 1 chunk +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp View 1 2 3 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/inspector.gyp View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.h View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/Page.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 8 2 chunks +21 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.h View 1 2 3 4 5 6 3 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 4 5 6 5 chunks +17 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DOMWebSocketTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/WebSocketChannel.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/String16STL.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/String16WTF.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp View 1 2 3 4 5 6 7 8 3 chunks +23 lines, -8 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.cpp View 1 2 3 4 5 6 7 8 1 chunk +418 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 3 4 5 6 7 8 6 chunks +21 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 2 3 4 5 6 7 8 8 chunks +131 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.cpp View 1 2 3 4 5 6 7 8 7 chunks +11 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp View 1 2 3 4 5 6 7 8 3 chunks +15 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/js_protocol.json View 1 2 3 4 5 6 7 8 1 chunk +72 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/platform/v8_inspector/public/ConsoleAPITypes.h View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/Source/platform/v8_inspector/public/ConsoleTypes.h View 1 chunk +0 lines, -55 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h View 1 chunk +49 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h View 1 2 3 4 5 6 7 8 3 chunks +14 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/public/V8StackTrace.h View 1 2 3 1 chunk +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 4 5 6 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebPepperSocketImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 37 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035653006/100001
4 years, 6 months ago (2016-06-16 07:28:31 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-16 08:58:35 UTC) #4
dgozman
Aleksei, could you please take a look? I will do some cleanup, but everything else ...
4 years, 6 months ago (2016-06-18 04:54:34 UTC) #7
pfeldman
will we follow up with brushing it up and moving v8initializer error messages into runtime?
4 years, 6 months ago (2016-06-18 10:45:40 UTC) #8
dgozman
On 2016/06/18 10:45:40, pfeldman_slow wrote: > will we follow up with brushing it up and ...
4 years, 6 months ago (2016-06-18 19:12:50 UTC) #9
kozy
lgtm https://codereview.chromium.org/2035653006/diff/100001/third_party/WebKit/Source/core/inspector/ScriptArguments.h File third_party/WebKit/Source/core/inspector/ScriptArguments.h (left): https://codereview.chromium.org/2035653006/diff/100001/third_party/WebKit/Source/core/inspector/ScriptArguments.h#oldcode1 third_party/WebKit/Source/core/inspector/ScriptArguments.h:1: /* Please remove .cpp too! https://codereview.chromium.org/2035653006/diff/100001/third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp File third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp ...
4 years, 6 months ago (2016-06-23 22:28:44 UTC) #11
dgozman
All done. https://codereview.chromium.org/2035653006/diff/100001/third_party/WebKit/Source/core/inspector/ScriptArguments.h File third_party/WebKit/Source/core/inspector/ScriptArguments.h (left): https://codereview.chromium.org/2035653006/diff/100001/third_party/WebKit/Source/core/inspector/ScriptArguments.h#oldcode1 third_party/WebKit/Source/core/inspector/ScriptArguments.h:1: /* On 2016/06/23 22:28:43, kozyatinskiy wrote: > ...
4 years, 5 months ago (2016-06-28 01:43:48 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2035653006/140001
4 years, 5 months ago (2016-06-28 01:44:26 UTC) #14
dgozman
Could you please take a look? Jochen - at bindings/ Pavel - at v8_inspector/public/ Thanks, ...
4 years, 5 months ago (2016-06-28 01:48:14 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/246395)
4 years, 5 months ago (2016-06-28 03:19:53 UTC) #18
jochen (gone - plz use gerrit)
bindings lgtm
4 years, 5 months ago (2016-06-28 13:12:19 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2035653006/140001
4 years, 5 months ago (2016-06-28 23:19:31 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/247200)
4 years, 5 months ago (2016-06-28 23:39:26 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2035653006/160001
4 years, 5 months ago (2016-06-29 20:51:36 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/252648) win_chromium_rel_ng on ...
4 years, 5 months ago (2016-06-29 22:16:30 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2035653006/160001
4 years, 5 months ago (2016-06-29 22:34:23 UTC) #32
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-06-30 00:09:57 UTC) #34
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 00:10:05 UTC) #35
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 00:14:00 UTC) #37
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/2bee43695b522e74827332cf43ca2d87ebe32a7d
Cr-Commit-Position: refs/heads/master@{#403006}

Powered by Google App Engine
This is Rietveld 408576698