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

Issue 2687003002: DevTools RDP: add parameters to DOMDebugger.getEventListeners (Closed)

Created:
3 years, 10 months ago by pfeldman
Modified:
3 years, 10 months ago
Reviewers:
caseq
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, blink-reviews-bindings_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools RDP: add parameters to DOMDebugger.getEventListeners BUG=688537 Review-Url: https://codereview.chromium.org/2687003002 Cr-Commit-Position: refs/heads/master@{#449530} Committed: https://chromium.googlesource.com/chromium/src/+/d9c65ab57b963b4f448f4b123ab1caee7b8509ee

Patch Set 1 #

Total comments: 12

Patch Set 2 : review comments addressed #

Patch Set 3 : f-e compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -34 lines) Patch
A third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getEventListeners.html View 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getEventListeners-expected.txt View 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/iframe-with-listener.html View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8EventListenerInfo.h View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 1 8 chunks +66 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h View 1 3 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 7 chunks +85 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (8 generated)
pfeldman
3 years, 10 months ago (2017-02-09 01:02:02 UTC) #2
caseq
lgtm https://codereview.chromium.org/2687003002/diff/1/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp (right): https://codereview.chromium.org/2687003002/diff/1/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp#newcode1901 third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp:1901: result->push_back(node); can we avoid collecting all nodes when ...
3 years, 10 months ago (2017-02-09 21:09:22 UTC) #3
pfeldman
https://codereview.chromium.org/2687003002/diff/1/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp (right): https://codereview.chromium.org/2687003002/diff/1/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp#newcode1901 third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp:1901: result->push_back(node); On 2017/02/09 21:09:21, caseq wrote: > can we ...
3 years, 10 months ago (2017-02-09 21:51:18 UTC) #4
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/2687003002/20001
3 years, 10 months ago (2017-02-09 21:52:05 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/387374)
3 years, 10 months ago (2017-02-10 00:29:32 UTC) #9
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/2687003002/40001
3 years, 10 months ago (2017-02-10 00:44:41 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-10 02:39:03 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d9c65ab57b963b4f448f4b123ab1...

Powered by Google App Engine
This is Rietveld 408576698