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

Issue 766683005: Populate scope sections with variable name/values (Closed)

Created:
6 years ago by yurys
Modified:
6 years ago
CC:
abarth-chromium, Aaron Boodman, aandrey, ben+mojo_chromium.org, darin (slow to review), esprehn, mojo-reviews_chromium.org, ojan, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Populate scope sections with variable name/values Now when debugger is paused scope sections are properly populated with corresponding name:value pairs for all variables. Eventually InjectedScript may become something like a regular Sky module but at the moment I don't see how to do this gracefully given that it is parametrised by InjectedScriptHost binding. So at the moment I just store it in "injectedScript" property on the global object, BUG=435243 R=abarth@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/1d0f65a8db9b6b39a110fa949646e76bdccb00c9

Patch Set 1 #

Patch Set 2 : Removed unused code #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M sky/engine/core/inspector/InjectedScriptManager.cpp View 1 chunk +5 lines, -0 lines 2 comments Download
M sky/engine/v8_inspector/inspector_backend_mojo.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M sky/framework/inspector/inspector.sky View 1 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/inspector/runtime-agent.sky View 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
yurys
6 years ago (2014-11-27 17:02:21 UTC) #2
abarth-chromium
> parametrised by InjectedScriptHost binding We'll eventually add a mechanism for internal modules to import ...
6 years ago (2014-11-27 17:16:35 UTC) #3
abarth-chromium
lgtm
6 years ago (2014-11-27 17:16:55 UTC) #4
abarth-chromium
https://codereview.chromium.org/766683005/diff/20001/sky/engine/core/inspector/InjectedScriptManager.cpp File sky/engine/core/inspector/InjectedScriptManager.cpp (right): https://codereview.chromium.org/766683005/diff/20001/sky/engine/core/inspector/InjectedScriptManager.cpp#newcode168 sky/engine/core/inspector/InjectedScriptManager.cpp:168: // FIXME(sky): InjecedScript should be available as a regular ...
6 years ago (2014-11-27 17:17:34 UTC) #5
yurys
https://codereview.chromium.org/766683005/diff/20001/sky/engine/core/inspector/InjectedScriptManager.cpp File sky/engine/core/inspector/InjectedScriptManager.cpp (right): https://codereview.chromium.org/766683005/diff/20001/sky/engine/core/inspector/InjectedScriptManager.cpp#newcode168 sky/engine/core/inspector/InjectedScriptManager.cpp:168: // FIXME(sky): InjecedScript should be available as a regular ...
6 years ago (2014-11-27 17:57:04 UTC) #6
yurys
6 years ago (2014-11-27 18:00:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1d0f65a8db9b6b39a110fa949646e76bdccb00c9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698