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

Issue 1812983002: [DevTools] Move evaluate from InjectedScriptSource.js to native (Closed)

Created:
4 years, 9 months ago by kozy
Modified:
4 years, 8 months ago
Reviewers:
dgozman, pfeldman
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@move-evaluate-on-call-frame
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move evaluate from InjectedScriptSource.js to native BUG=595206 R=dgozman@chromium.org Committed: https://crrev.com/07892da08747cb20df3856387961dff5f4902cf3 Cr-Commit-Position: refs/heads/master@{#381902}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Removed _callFrameForId #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -257 lines) Patch
M third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-eval-object-literal-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-eval-syntax-error-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 1 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 6 chunks +5 lines, -76 lines 2 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptManager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptManager.cpp View 1 1 chunk +3 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 2 chunks +0 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp View 1 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 2 chunks +0 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp View 1 5 chunks +44 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js View 1 chunk +0 lines, -7 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 22 (8 generated)
kozy
Dmitry, please take a look!
4 years, 9 months ago (2016-03-17 17:48:56 UTC) #1
pfeldman
https://codereview.chromium.org/1812983002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt (right): https://codereview.chromium.org/1812983002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt#newcode4 third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt:4: VM:1 Uncaught SyntaxError: Invalid or unexpected token Do we ...
4 years, 9 months ago (2016-03-17 21:24:22 UTC) #3
kozy
Rebased and answered comments. https://codereview.chromium.org/1812983002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt (right): https://codereview.chromium.org/1812983002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt#newcode4 third_party/WebKit/LayoutTests/inspector/console/console-control-characters-expected.txt:4: VM:1 Uncaught SyntaxError: Invalid or ...
4 years, 9 months ago (2016-03-17 21:27:58 UTC) #4
dgozman
lgtm https://codereview.chromium.org/1812983002/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/1812983002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp#newcode465 third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp:465: if (wasThrown) Should we kill this entirely and ...
4 years, 9 months ago (2016-03-18 00:04:33 UTC) #6
kozy
https://codereview.chromium.org/1812983002/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/1812983002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp#newcode465 third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp:465: if (wasThrown) On 2016/03/18 00:04:33, dgozman wrote: > Should ...
4 years, 9 months ago (2016-03-18 00:41:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812983002/60001
4 years, 9 months ago (2016-03-18 00:42:08 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/37379) android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 9 months ago (2016-03-18 00:46:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812983002/60001
4 years, 9 months ago (2016-03-18 00:48:22 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/40081) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 9 months ago (2016-03-18 00:49:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812983002/60001
4 years, 9 months ago (2016-03-18 04:47:49 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 9 months ago (2016-03-18 06:46:22 UTC) #18
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/07892da08747cb20df3856387961dff5f4902cf3 Cr-Commit-Position: refs/heads/master@{#381902}
4 years, 9 months ago (2016-03-18 06:47:44 UTC) #20
achuithb
On 2016/03/18 06:47:44, commit-bot: I haz the power wrote: > Patchset 3 (id:??) landed as ...
4 years, 8 months ago (2016-04-07 01:25:28 UTC) #21
achuithb
4 years, 8 months ago (2016-04-07 01:26:45 UTC) #22
Message was sent while issue was closed.
On 2016/04/07 01:25:28, achuithb wrote:
> On 2016/03/18 06:47:44, commit-bot: I haz the power wrote:
> > Patchset 3 (id:??) landed as
> > https://crrev.com/07892da08747cb20df3856387961dff5f4902cf3
> > Cr-Commit-Position: refs/heads/master@{#381902}
> 
> http://crbug.com/597820

Telemetry is no longer able to see the GAIA webview object in the login screen
after this change.

Powered by Google App Engine
This is Rietveld 408576698