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

Issue 1144953005: [DevTools] Extracted EventListenersTreeOutline (Closed)

Created:
5 years, 7 months ago by kozy
Modified:
5 years, 7 months ago
Reviewers:
pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[DevTools] Extracted EventListenersTreeOutline EventListenersTreeOutline is extracted from EventListenersSidebarPane.js. It will be reused in Sources Panel for global objects event listeners. BUG=469159, 483355, 478677, 491519 R=pfeldman@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195862

Patch Set 1 #

Patch Set 2 : #

Total comments: 20

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -244 lines) Patch
M LayoutTests/http/tests/inspector/elements-test.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/inspector/elements/event-listener-sidebar-expected.txt View 1 1 chunk +18 lines, -38 lines 0 comments Download
M LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt View 1 chunk +2 lines, -6 lines 0 comments Download
M Source/devtools/devtools.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A Source/devtools/front_end/components/EventListenersView.js View 1 2 1 chunk +208 lines, -0 lines 0 comments Download
A Source/devtools/front_end/components/eventListenersView.css View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M Source/devtools/front_end/components/module.json View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M Source/devtools/front_end/elements/EventListenersSidebarPane.js View 1 2 4 chunks +21 lines, -164 lines 0 comments Download
M Source/devtools/front_end/elements/elementsPanel.css View 1 chunk +0 lines, -32 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
kozy
ptal
5 years, 7 months ago (2015-05-21 13:32:43 UTC) #1
pfeldman
Could you refactor it in two steps so that I could review the changes using ...
5 years, 7 months ago (2015-05-21 21:22:40 UTC) #2
kozy
On 2015/05/21 21:22:40, pfeldman_slow wrote: > Could you refactor it in two steps so that ...
5 years, 7 months ago (2015-05-22 10:54:11 UTC) #3
pfeldman
Thanks! https://codereview.chromium.org/1144953005/diff/20001/Source/devtools/front_end/components/EventListenersTreeOutline.js File Source/devtools/front_end/components/EventListenersTreeOutline.js (right): https://codereview.chromium.org/1144953005/diff/20001/Source/devtools/front_end/components/EventListenersTreeOutline.js#newcode10 Source/devtools/front_end/components/EventListenersTreeOutline.js:10: WebInspector.EventListenersTreeOutline = function(element, objectGroup) The name is unfortunate ...
5 years, 7 months ago (2015-05-22 16:11:23 UTC) #4
kozy
All done. Please take a look! https://codereview.chromium.org/1144953005/diff/20001/Source/devtools/front_end/components/EventListenersTreeOutline.js File Source/devtools/front_end/components/EventListenersTreeOutline.js (right): https://codereview.chromium.org/1144953005/diff/20001/Source/devtools/front_end/components/EventListenersTreeOutline.js#newcode10 Source/devtools/front_end/components/EventListenersTreeOutline.js:10: WebInspector.EventListenersTreeOutline = function(element, ...
5 years, 7 months ago (2015-05-22 17:43:44 UTC) #5
pfeldman
lgtm
5 years, 7 months ago (2015-05-25 12:08:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1144953005/40001
5 years, 7 months ago (2015-05-25 12:09:08 UTC) #8
commit-bot: I haz the power
5 years, 7 months ago (2015-05-25 13:22:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195862

Powered by Google App Engine
This is Rietveld 408576698