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

Issue 2959263002: Show corresponding window/widget/view in UIElement tree when clicking on a UI element. (Closed)

Created:
3 years, 5 months ago by thanhph
Modified:
3 years, 5 months ago
Reviewers:
sadrul
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 : add domain overlay #

Total comments: 8

Patch Set 2 : Updated find element by event handler. tested on dual screen. #

Patch Set 3 : fix hover on DOM tree, highlight shown on UI from Chrome ToT #

Patch Set 4 : fix highlight on Overlay domain #

Patch Set 5 : Exit inspect mode works on mouse click. #

Patch Set 6 : improve accuracy of identifying view on mouse click. #

Patch Set 7 : rebase #

Patch Set 8 : clean up nits #

Patch Set 9 : set handled for cancelable event mouse click #

Unified diffs Side-by-side diffs Delta from patch set Stats (+613 lines, -96 lines) Patch
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M components/ui_devtools/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/ui_devtools/protocol.json View 1 2 3 4 9 chunks +340 lines, -49 lines 0 comments Download
M components/ui_devtools/views/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/ui_devtools/views/ui_devtools_dom_agent.h View 1 2 3 4 5 6 7 4 chunks +10 lines, -9 lines 0 comments Download
M components/ui_devtools/views/ui_devtools_dom_agent.cc View 1 2 3 4 5 6 7 8 chunks +122 lines, -35 lines 0 comments Download
A components/ui_devtools/views/ui_devtools_overlay_agent.h View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A components/ui_devtools/views/ui_devtools_overlay_agent.cc View 1 2 3 4 5 6 7 8 1 chunk +72 lines, -0 lines 0 comments Download
M components/ui_devtools/views/ui_devtools_unittest.cc View 1 2 3 4 5 6 7 chunks +13 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (26 generated)
sadrul
https://codereview.chromium.org/2959263002/diff/100001/components/ui_devtools/views/ui_devtools_dom_agent.cc File components/ui_devtools/views/ui_devtools_dom_agent.cc (right): https://codereview.chromium.org/2959263002/diff/100001/components/ui_devtools/views/ui_devtools_dom_agent.cc#newcode121 components/ui_devtools/views/ui_devtools_dom_agent.cc:121: const int y, Take a const gfx::Point& as the ...
3 years, 5 months ago (2017-07-13 20:17:20 UTC) #9
thanhph
Thanks, Sadrul. I addressed your comments in this latest patch, still need to send correct ...
3 years, 5 months ago (2017-07-14 16:59:47 UTC) #11
thanhph
3 years, 5 months ago (2017-07-19 22:35:16 UTC) #25
Thanks Sadrul. You can review my latest patch.

Thanh.

Powered by Google App Engine
This is Rietveld 408576698