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

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)

Created:
3 years, 8 months ago by kozy
Modified:
3 years, 8 months ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[test/inspector] remove any usage of v8::Extension .. replace all of them with prepared global object template. + bonus: wrap inspector related methods with inspector namespace. BUG=none R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2832723004 Cr-Commit-Position: refs/heads/master@{#44785} Committed: https://chromium.googlesource.com/v8/v8/+/ec36c513a3b44c8afc3e2fb471c47395546a3faa

Patch Set 1 #

Patch Set 2 : a #

Total comments: 6

Patch Set 3 : ac #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -249 lines) Patch
M test/inspector/console/destroy-context-during-log.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/inspector/debugger/collect-obsolete-async-tasks.js View 1 chunk +10 lines, -10 lines 0 comments Download
M test/inspector/debugger/collect-old-async-call-chains.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/collect-old-async-call-chains-expected.txt View 1 chunk +50 lines, -50 lines 0 comments Download
M test/inspector/debugger/framework-break.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/framework-break-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M test/inspector/debugger/framework-nested-scheduled-break.js View 1 chunk +5 lines, -5 lines 0 comments Download
M test/inspector/debugger/framework-nested-scheduled-break-expected.txt View 2 chunks +9 lines, -9 lines 0 comments Download
M test/inspector/debugger/framework-stepping.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/framework-stepping-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M test/inspector/debugger/inspector-break-api.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/inspector-break-api-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/stepping-and-break-program-api.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/debugger/stepping-and-break-program-api-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M test/inspector/heap-profiler/take-heap-snapshot-on-pause.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/inspector-impl.h View 3 chunks +7 lines, -10 lines 0 comments Download
M test/inspector/inspector-impl.cc View 4 chunks +17 lines, -13 lines 0 comments Download
M test/inspector/inspector-test.cc View 1 2 7 chunks +70 lines, -124 lines 2 comments Download
M test/inspector/runtime/evaluate-with-generate-preview.js View 1 chunk +1 line, -1 line 0 comments Download
M test/inspector/task-runner.h View 1 2 3 chunks +12 lines, -3 lines 0 comments Download
M test/inspector/task-runner.cc View 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
kozy
Dmitry, please take a look.
3 years, 8 months ago (2017-04-20 22:33:06 UTC) #3
dgozman
https://codereview.chromium.org/2832723004/diff/20001/test/inspector/debugger/framework-break-expected.txt File test/inspector/debugger/framework-break-expected.txt (right): https://codereview.chromium.org/2832723004/diff/20001/test/inspector/debugger/framework-break-expected.txt#newcode46 test/inspector/debugger/framework-break-expected.txt:46: syncDOMBreakpoint (framework.js:33:12) why the change? https://codereview.chromium.org/2832723004/diff/20001/test/inspector/inspector-test.cc File test/inspector/inspector-test.cc (right): ...
3 years, 8 months ago (2017-04-20 23:16:38 UTC) #10
kozy
all done, please take another look. https://codereview.chromium.org/2832723004/diff/20001/test/inspector/debugger/framework-break-expected.txt File test/inspector/debugger/framework-break-expected.txt (right): https://codereview.chromium.org/2832723004/diff/20001/test/inspector/debugger/framework-break-expected.txt#newcode46 test/inspector/debugger/framework-break-expected.txt:46: syncDOMBreakpoint (framework.js:33:12) On ...
3 years, 8 months ago (2017-04-20 23:38:19 UTC) #11
dgozman
lgtm https://codereview.chromium.org/2832723004/diff/40001/test/inspector/inspector-test.cc File test/inspector/inspector-test.cc (right): https://codereview.chromium.org/2832723004/diff/40001/test/inspector/inspector-test.cc#newcode516 test/inspector/inspector-test.cc:516: void UtilsExtension::CreateContextGroup( Inline this back into place.
3 years, 8 months ago (2017-04-21 23:10:44 UTC) #13
kozy
https://codereview.chromium.org/2832723004/diff/40001/test/inspector/inspector-test.cc File test/inspector/inspector-test.cc (right): https://codereview.chromium.org/2832723004/diff/40001/test/inspector/inspector-test.cc#newcode516 test/inspector/inspector-test.cc:516: void UtilsExtension::CreateContextGroup( On 2017/04/21 23:10:44, dgozman wrote: > Inline ...
3 years, 8 months ago (2017-04-21 23:16:54 UTC) #14
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/2832723004/40001
3 years, 8 months ago (2017-04-21 23:18:06 UTC) #16
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 23:41:14 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/ec36c513a3b44c8afc3e2fb471c47395546...

Powered by Google App Engine
This is Rietveld 408576698