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

Issue 1707043002: [DevTools] Support CommandLineAPI in snippets (Closed)

Created:
4 years, 10 months ago by kozy
Modified:
4 years, 10 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, telemetry-reviews_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, kinuko+watch, 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] Support CommandLineAPI in snippets BUG=260401 R=dgozman@chromium.org TBR=pfeldman@chromium.org Committed: https://crrev.com/570287aff53d12afc29afb566bbe1e5f4ab22dc6 Cr-Commit-Position: refs/heads/master@{#376262}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -20 lines) Patch
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html View 1 5 chunks +27 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
kozy
Dmitry, please take a look!
4 years, 10 months ago (2016-02-17 20:27:29 UTC) #3
dgozman
https://codereview.chromium.org/1707043002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html (left): https://codereview.chromium.org/1707043002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html#oldcode205 third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html:205: evaluateSnippetAndDumpEvaluationDetails(uiSourceCode1, context, next); Bring this one back. https://codereview.chromium.org/1707043002/diff/40001/third_party/WebKit/Source/devtools/protocol.json File ...
4 years, 10 months ago (2016-02-17 23:47:43 UTC) #4
kozy
All done. https://codereview.chromium.org/1707043002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html (left): https://codereview.chromium.org/1707043002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html#oldcode205 third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html:205: evaluateSnippetAndDumpEvaluationDetails(uiSourceCode1, context, next); On 2016/02/17 23:47:43, dgozman ...
4 years, 10 months ago (2016-02-18 00:27:33 UTC) #5
dgozman
lgtm https://codereview.chromium.org/1707043002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp File third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp (right): https://codereview.chromium.org/1707043002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp#newcode354 third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp:354: global->Set(commandLineAPISymbolValue, commandLineAPI->ToObject(m_isolate)); nit: remove ->ToObject
4 years, 10 months ago (2016-02-18 01:28:33 UTC) #6
kozy
All done. https://codereview.chromium.org/1707043002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp File third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp (right): https://codereview.chromium.org/1707043002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp#newcode354 third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp:354: global->Set(commandLineAPISymbolValue, commandLineAPI->ToObject(m_isolate)); On 2016/02/18 01:28:33, dgozman wrote: ...
4 years, 10 months ago (2016-02-18 01:55:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707043002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707043002/80001
4 years, 10 months ago (2016-02-18 01:55:21 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/147169) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-18 02:05:45 UTC) #14
kozy
Pavel, ptal. I need owner lgtm for platform.
4 years, 10 months ago (2016-02-18 02:05:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707043002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707043002/80001
4 years, 10 months ago (2016-02-18 20:05:23 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 10 months ago (2016-02-18 21:14:17 UTC) #20
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 21:15:26 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/570287aff53d12afc29afb566bbe1e5f4ab22dc6
Cr-Commit-Position: refs/heads/master@{#376262}

Powered by Google App Engine
This is Rietveld 408576698