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

Issue 1826623002: [DevTools] Move wrapCallFrames from InjectedScriptSource.js to native (Closed)

Created:
4 years, 9 months ago by kozy
Modified:
4 years, 9 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, kinuko+watch, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@remove-no-scopes
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move wrapCallFrames from InjectedScriptSource.js to native BUG=595206 R=dgozman@chromium.org,pfeldman@chromium.org Committed: https://crrev.com/ff9743586cb05bd0b5c40c44778a87b11757500a Cr-Commit-Position: refs/heads/master@{#382922}

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -666 lines) Patch
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js View 1 2 3 4 chunks +43 lines, -84 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 8 chunks +30 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 3 chunks +13 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InspectorWrapper.h View 1 3 chunks +0 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h View 1 2 3 1 chunk +1 line, -19 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp View 1 2 3 3 chunks +5 lines, -94 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.cpp View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 17 chunks +83 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 6 chunks +6 lines, -17 lines 0 comments Download
D third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D third_party/WebKit/Source/platform/v8_inspector/V8JavaScriptCallFrame.cpp View 1 1 chunk +0 lines, -186 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js View 1 1 chunk +0 lines, -55 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
kozy
Dmitry, please take a look!
4 years, 9 months ago (2016-03-22 21:45:05 UTC) #1
kozy
Dmitry, I've removed V8JavaScriptCallFrame, please take a look!
4 years, 9 months ago (2016-03-22 23:43:13 UTC) #2
dgozman
https://codereview.chromium.org/1826623002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js File third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js (right): https://codereview.chromium.org/1826623002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js#newcode427 third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js:427: var location = script.locationFromPosition(pos, true); What a fix! Nice! ...
4 years, 9 months ago (2016-03-23 00:12:35 UTC) #4
kozy
All done. please take a look! https://codereview.chromium.org/1826623002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js File third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/1826623002/diff/40001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js#newcode320 third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:320: * @param {!Array<!Object>} ...
4 years, 9 months ago (2016-03-23 02:13:10 UTC) #5
dgozman
lgtm with comments https://codereview.chromium.org/1826623002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js File third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js (right): https://codereview.chromium.org/1826623002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js#newcode497 third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js:497: "lineNumber": functionLocation.line, Previous code checked that ...
4 years, 9 months ago (2016-03-23 18:46:31 UTC) #6
kozy
All done! https://codereview.chromium.org/1826623002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js File third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js (right): https://codereview.chromium.org/1826623002/diff/60001/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js#newcode497 third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js:497: "lineNumber": functionLocation.line, On 2016/03/23 18:46:31, dgozman wrote: ...
4 years, 9 months ago (2016-03-23 19:15:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1826623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1826623002/80001
4 years, 9 months ago (2016-03-23 19:15:32 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/160163)
4 years, 9 months ago (2016-03-23 19:27:36 UTC) #12
kozy
Pavel, please take a look! I need owner lgtm for third_party/WebKit/Source/platform/blink_platform.gypi
4 years, 9 months ago (2016-03-23 20:22:59 UTC) #15
pfeldman
lgtm
4 years, 9 months ago (2016-03-23 20:27:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1826623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1826623002/80001
4 years, 9 months ago (2016-03-23 20:32:17 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 9 months ago (2016-03-23 20:42:15 UTC) #20
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 20:44:17 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ff9743586cb05bd0b5c40c44778a87b11757500a
Cr-Commit-Position: refs/heads/master@{#382922}

Powered by Google App Engine
This is Rietveld 408576698