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

Issue 662603002: [DevTools] Adjust svg elements highlight to the root FrameView origin. (Closed)

Created:
6 years, 2 months ago by dgozman
Modified:
6 years, 2 months ago
Reviewers:
caseq, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

[DevTools] Adjust svg elements highlight to the root FrameView origin. BUG=421404 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184366

Patch Set 1 #

Patch Set 2 : Testing #

Total comments: 8

Patch Set 3 : Fixed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -105 lines) Patch
M LayoutTests/http/tests/inspector/elements-test.js View 1 2 2 chunks +15 lines, -16 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-css-shapes-outside.html View 1 1 chunk +4 lines, -7 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-css-shapes-outside-expected.txt View 1 2 1 chunk +220 lines, -7 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-css-shapes-outside-scroll.html View 1 1 chunk +4 lines, -8 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-css-shapes-outside-scroll-expected.txt View 1 2 1 chunk +64 lines, -2 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node.html View 1 1 chunk +1 line, -6 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node-expected.txt View 1 2 1 chunk +24 lines, -4 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node-scaled.html View 1 1 chunk +2 lines, -10 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node-scaled-expected.txt View 1 2 1 chunk +24 lines, -4 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node-scroll.html View 1 1 chunk +2 lines, -12 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-node-scroll-expected.txt View 1 2 1 chunk +48 lines, -8 lines 0 comments Download
A LayoutTests/inspector/elements/highlight-svg-content-inside-iframe.html View 1 1 chunk +42 lines, -0 lines 0 comments Download
A LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-svg-root.html View 1 1 chunk +1 line, -6 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-svg-root-expected.txt View 1 2 1 chunk +24 lines, -4 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-svg-root-zoomed.html View 1 1 chunk +1 line, -6 lines 0 comments Download
M LayoutTests/inspector/elements/highlight-svg-root-zoomed-expected.txt View 1 2 1 chunk +24 lines, -4 lines 0 comments Download
A LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html View 1 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorController.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 1 2 2 chunks +25 lines, -1 line 0 comments Download
M Source/core/testing/Internals.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/testing/Internals.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
dgozman
Take a look please. I think this was regressed in https://codereview.chromium.org/430463002/.
6 years, 2 months ago (2014-10-16 10:45:50 UTC) #2
caseq
Can we have a test for this please?
6 years, 2 months ago (2014-10-16 11:35:00 UTC) #3
dgozman
On 2014/10/16 11:35:00, caseq wrote: > Can we have a test for this please? I've ...
6 years, 2 months ago (2014-10-17 17:06:47 UTC) #4
caseq
On 2014/10/17 17:06:47, dgozman wrote: > On 2014/10/16 11:35:00, caseq wrote: > > Can we ...
6 years, 2 months ago (2014-10-20 15:46:02 UTC) #5
dgozman
+pfeldman for Source/core/testing Take another look please.
6 years, 2 months ago (2014-10-21 16:10:41 UTC) #7
dgozman
ping
6 years, 2 months ago (2014-10-24 11:03:00 UTC) #8
pfeldman
lgtm w/ nit https://codereview.chromium.org/662603002/diff/20001/Source/core/testing/Internals.idl File Source/core/testing/Internals.idl (right): https://codereview.chromium.org/662603002/diff/20001/Source/core/testing/Internals.idl#newcode187 Source/core/testing/Internals.idl:187: [RaisesException] DOMString getInspectorHighlightJSON(Node node); nuke the ...
6 years, 2 months ago (2014-10-24 13:30:00 UTC) #9
caseq
https://codereview.chromium.org/662603002/diff/20001/LayoutTests/http/tests/inspector/elements-test.js File LayoutTests/http/tests/inspector/elements-test.js (right): https://codereview.chromium.org/662603002/diff/20001/LayoutTests/http/tests/inspector/elements-test.js#newcode780 LayoutTests/http/tests/inspector/elements-test.js:780: InspectorTest.evaluateInPage("window.internals.getInspectorHighlightJSON(" + getDocument + ".getElementById(\"" + nodeId + "\"))", ...
6 years, 2 months ago (2014-10-24 13:31:45 UTC) #10
dgozman
https://codereview.chromium.org/662603002/diff/20001/LayoutTests/http/tests/inspector/elements-test.js File LayoutTests/http/tests/inspector/elements-test.js (right): https://codereview.chromium.org/662603002/diff/20001/LayoutTests/http/tests/inspector/elements-test.js#newcode780 LayoutTests/http/tests/inspector/elements-test.js:780: InspectorTest.evaluateInPage("window.internals.getInspectorHighlightJSON(" + getDocument + ".getElementById(\"" + nodeId + "\"))", ...
6 years, 2 months ago (2014-10-24 14:45:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/662603002/40001
6 years, 2 months ago (2014-10-24 14:48:27 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 16:01:19 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184366

Powered by Google App Engine
This is Rietveld 408576698