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

Issue 2297873004: DevTools: Add bezier swatches to CSS Sources (Closed)

Created:
4 years, 3 months ago by flandy
Modified:
4 years, 3 months ago
Reviewers:
dgozman, lushnikov
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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Add bezier swatches to CSS Sources Bezier swatches will complement color swatches. BUG=642782 Committed: https://crrev.com/02a61dc52a2ee12175d21c7d61d9906597a39fbb Cr-Commit-Position: refs/heads/master@{#417177}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 10

Patch Set 3 : Address further comments #

Total comments: 4

Patch Set 4 : Extract dumpSwatchPositions and rename flag #

Messages

Total messages: 18 (5 generated)
flandy
Please take a look. Dependent on https://codereview.chromium.org/2298903002/.
4 years, 3 months ago (2016-08-31 19:47:24 UTC) #2
lushnikov
https://codereview.chromium.org/2297873004/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js File third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js (right): https://codereview.chromium.org/2297873004/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js#newcode125 third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js:125: if (result.regexIndex !== 2 && result.regexIndex !== 3) Let's ...
4 years, 3 months ago (2016-08-31 20:25:40 UTC) #3
flandy
Please take another look. https://codereview.chromium.org/2297873004/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js File third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js (right): https://codereview.chromium.org/2297873004/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js#newcode125 third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js:125: if (result.regexIndex !== 2 && ...
4 years, 3 months ago (2016-09-01 21:18:54 UTC) #4
lushnikov
we also need a test for this! https://codereview.chromium.org/2297873004/diff/20001/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js File third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js (right): https://codereview.chromium.org/2297873004/diff/20001/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js#newcode129 third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js:129: if (result.regexIndex ...
4 years, 3 months ago (2016-09-01 21:43:40 UTC) #5
flandy
Please take another look. https://codereview.chromium.org/2297873004/diff/20001/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js File third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js (right): https://codereview.chromium.org/2297873004/diff/20001/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js#newcode129 third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js:129: if (result.regexIndex !== 2 && ...
4 years, 3 months ago (2016-09-02 17:04:31 UTC) #6
lushnikov
https://codereview.chromium.org/2297873004/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html File third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html (right): https://codereview.chromium.org/2297873004/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html#newcode48 third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html:48: function dumpSwatchPositions() As you already use this method inside ...
4 years, 3 months ago (2016-09-06 16:48:53 UTC) #7
flandy
Please take another look. https://codereview.chromium.org/2297873004/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html File third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html (right): https://codereview.chromium.org/2297873004/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html#newcode48 third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html:48: function dumpSwatchPositions() On 2016/09/06 16:48:52, ...
4 years, 3 months ago (2016-09-07 00:11:56 UTC) #8
lushnikov
lgtm
4 years, 3 months ago (2016-09-07 21:15:25 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/2297873004/60001
4 years, 3 months ago (2016-09-07 21:21:58 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/289111)
4 years, 3 months ago (2016-09-08 01:44:34 UTC) #13
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/2297873004/60001
4 years, 3 months ago (2016-09-08 01:51:09 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-08 03:03:59 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 03:05:07 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/02a61dc52a2ee12175d21c7d61d9906597a39fbb
Cr-Commit-Position: refs/heads/master@{#417177}

Powered by Google App Engine
This is Rietveld 408576698