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

Issue 430463002: DevTools: highlight page regions as paths, not quads (Closed)

Created:
6 years, 4 months ago by caseq
Modified:
6 years, 4 months ago
Reviewers:
dgozman, 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: highlight page regions as paths, not quads We used to pass a typed set of quads plus the config that specified color for each type of quad. This is not flexible enough to cover the needs of highlighting of different types of render objects. This switches to a more flexible interface passing an array of paths with fill & outline colors specified for each path. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179150

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : review comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -425 lines) Patch
M Source/core/inspector/InspectorDOMAgent.cpp View 1 2 2 chunks +5 lines, -36 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.h View 3 chunks +4 lines, -42 lines 0 comments Download
M Source/core/inspector/InspectorOverlay.cpp View 1 2 12 chunks +225 lines, -157 lines 0 comments Download
M Source/core/inspector/InspectorOverlayPage.html View 1 2 7 chunks +79 lines, -186 lines 0 comments Download
M Source/devtools/front_end/common/Color.js View 1 chunk +3 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/DOMModel.js View 1 chunk +4 lines, -2 lines 0 comments Download
M Source/devtools/protocol.json View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
caseq
6 years, 4 months ago (2014-07-29 08:42:09 UTC) #1
pfeldman
lgtm
6 years, 4 months ago (2014-07-29 10:47:08 UTC) #2
dgozman
lgtm https://codereview.chromium.org/430463002/diff/20001/Source/core/inspector/InspectorOverlayPage.html File Source/core/inspector/InspectorOverlayPage.html (right): https://codereview.chromium.org/430463002/diff/20001/Source/core/inspector/InspectorOverlayPage.html#newcode511 Source/core/inspector/InspectorOverlayPage.html:511: context.quadraticCurveTo.apply(context, extractPoints(4)); extractPoints(2) https://codereview.chromium.org/430463002/diff/20001/Source/devtools/protocol.json File Source/devtools/protocol.json (right): https://codereview.chromium.org/430463002/diff/20001/Source/devtools/protocol.json#newcode2015 ...
6 years, 4 months ago (2014-07-29 11:00:41 UTC) #3
caseq
On 2014/07/29 11:00:41, dgozman wrote: > lgtm > > https://codereview.chromium.org/430463002/diff/20001/Source/core/inspector/InspectorOverlayPage.html > File Source/core/inspector/InspectorOverlayPage.html (right): > ...
6 years, 4 months ago (2014-07-29 12:18:57 UTC) #4
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 4 months ago (2014-07-29 12:49:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caseq@chromium.org/430463002/40001
6 years, 4 months ago (2014-07-29 12:50:24 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-07-29 13:54:22 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 14:58:32 UTC) #8
Message was sent while issue was closed.
Change committed as 179150

Powered by Google App Engine
This is Rietveld 408576698