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

Issue 1983423002: [DevTools] Move CommandLineAPI querySelector and querySelectorAll to native (Closed)

Created:
4 years, 7 months ago by kozy
Modified:
4 years, 7 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@pass-bind-remote-object
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move CommandLineAPI querySelector and querySelectorAll to native BUG=595206 R=dgozman@chromium.org Committed: https://crrev.com/90178e211ae004f70fd4152343055164fce4ce43 Cr-Commit-Position: refs/heads/master@{#394977}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : rebased #

Messages

Total messages: 22 (8 generated)
kozy
please take a look!
4 years, 7 months ago (2016-05-18 01:30:39 UTC) #1
dgozman
https://codereview.chromium.org/1983423002/diff/1/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp (right): https://codereview.chromium.org/1983423002/diff/1/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode282 third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp:282: info.GetReturnValue().Set(toV8(static_cast<Node*>(element), info.Holder(), info.GetIsolate())); I think static_cast is redundant. https://codereview.chromium.org/1983423002/diff/1/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode295 ...
4 years, 7 months ago (2016-05-18 01:51:26 UTC) #2
kozy
All done, xpath selector added, ptal! https://codereview.chromium.org/1983423002/diff/1/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp (right): https://codereview.chromium.org/1983423002/diff/1/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode282 third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp:282: info.GetReturnValue().Set(toV8(static_cast<Node*>(element), info.Holder(), info.GetIsolate())); ...
4 years, 7 months ago (2016-05-18 02:18:56 UTC) #3
dgozman
I think xpath implementation has issues. Do we have tests for this? https://codereview.chromium.org/1983423002/diff/20001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp ...
4 years, 7 months ago (2016-05-18 03:30:18 UTC) #4
kozy
All done, added a test, please take a look. https://codereview.chromium.org/1983423002/diff/20001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp (right): https://codereview.chromium.org/1983423002/diff/20001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode322 third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp:322: ...
4 years, 7 months ago (2016-05-18 22:46:40 UTC) #5
dgozman
lgtm https://codereview.chromium.org/1983423002/diff/40001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp (right): https://codereview.chromium.org/1983423002/diff/40001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode334 third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp:334: ExceptionState exceptionState(ExceptionState::ExecutionContext, "$x", "CommandLineAPI", info.Holder(), info.GetIsolate()); Do we ...
4 years, 7 months ago (2016-05-18 23:15:18 UTC) #6
kozy
All done. https://codereview.chromium.org/1983423002/diff/40001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp File third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp (right): https://codereview.chromium.org/1983423002/diff/40001/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp#newcode334 third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp:334: ExceptionState exceptionState(ExceptionState::ExecutionContext, "$x", "CommandLineAPI", info.Holder(), info.GetIsolate()); On ...
4 years, 7 months ago (2016-05-19 00:45:59 UTC) #8
kozy
Pavel, please take a look. I need owner lgtm for V8WindowCustom.
4 years, 7 months ago (2016-05-19 00:46:23 UTC) #10
pfeldman
lgtm
4 years, 7 months ago (2016-05-19 23:10:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983423002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983423002/120001
4 years, 7 months ago (2016-05-19 23:32:23 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/232499)
4 years, 7 months ago (2016-05-20 00:49:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983423002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983423002/140001
4 years, 7 months ago (2016-05-20 01:11:54 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 7 months ago (2016-05-20 03:20:43 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 03:22:33 UTC) #22
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/90178e211ae004f70fd4152343055164fce4ce43
Cr-Commit-Position: refs/heads/master@{#394977}

Powered by Google App Engine
This is Rietveld 408576698