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

Issue 2237663002: DevTools: Use png icon for bezier editor (Closed)

Created:
4 years, 4 months ago by flandy
Modified:
4 years, 4 months ago
Reviewers:
dgozman, lushnikov, vinodsonkusare77
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Use png icon for bezier editor The bezier icon should use an image asset like our other icons. Committed: https://crrev.com/5bb6fcbd666d7e2ab1008f98de5828b34908c287 Cr-Commit-Position: refs/heads/master@{#412597}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address comments and use swatches.png #

Patch Set 3 : Use smallIcons.png #

Total comments: 2

Patch Set 4 : Inline _createDOM function #

Messages

Total messages: 18 (3 generated)
flandy
Please take a look
4 years, 4 months ago (2016-08-10 22:01:25 UTC) #2
lushnikov
https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js File third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js (right): https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js#newcode38 third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js:38: var root = WebInspector.createShadowRootWithCoreStyles(this._iconElement, "ui/bezierSwatch.css"); let's put these three ...
4 years, 4 months ago (2016-08-10 23:42:13 UTC) #3
flandy
Please take another look. This is dependent on the new image asset. https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js File third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js ...
4 years, 4 months ago (2016-08-11 01:38:00 UTC) #4
lushnikov
https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css File third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css (right): https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css#newcode23 third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css:23: -webkit-mask-position: -299px -144px; On 2016/08/11 01:37:59, flandy wrote: > ...
4 years, 4 months ago (2016-08-11 01:41:08 UTC) #5
flandy
https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css File third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css (right): https://codereview.chromium.org/2237663002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css#newcode23 third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css:23: -webkit-mask-position: -299px -144px; > yes, lets do smallIcons.svg first ...
4 years, 4 months ago (2016-08-12 21:55:08 UTC) #6
lushnikov
why leave a free space before bezier icon? https://codereview.chromium.org/2237663002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js File third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js (right): https://codereview.chromium.org/2237663002/diff/40001/third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js#newcode33 third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js:33: _createDOM: ...
4 years, 4 months ago (2016-08-16 22:56:48 UTC) #7
flandy
On 2016/08/16 22:56:48, lushnikov wrote: > why leave a free space before bezier icon? I ...
4 years, 4 months ago (2016-08-16 23:53:58 UTC) #8
vinodsonkusare77_gmail.com
https://youtu.be/ZB29OFBS2w8?list=UUWQUZfAdokV83KKjLl-sDeQ On Wed, Aug 17, 2016 at 5:23 AM, flandy via DevTools Reviews < devtools-reviews@chromium.org> ...
4 years, 4 months ago (2016-08-17 10:08:01 UTC) #9
vinodsonkusare77_gmail.com
https://youtu.be/ZB29OFBS2w8?list=UUWQUZfAdokV83KKjLl-sDeQ On Wed, Aug 17, 2016 at 5:23 AM, flandy via DevTools Reviews < devtools-reviews@chromium.org> ...
4 years, 4 months ago (2016-08-17 10:08:02 UTC) #10
vinodsonkusare77_gmail.com
https://youtu.be/s2mEASqcipA?list=UUWQUZfAdokV83KKjLl-sDeQ On Wed, Aug 17, 2016 at 3:37 PM, Vinod kumar Sonkusare < vinodsonkusare77@gmail.com> wrote: ...
4 years, 4 months ago (2016-08-17 10:08:31 UTC) #11
vinodsonkusare77_gmail.com
https://youtu.be/s2mEASqcipA?list=UUWQUZfAdokV83KKjLl-sDeQ On Wed, Aug 17, 2016 at 3:37 PM, Vinod kumar Sonkusare < vinodsonkusare77@gmail.com> wrote: ...
4 years, 4 months ago (2016-08-17 10:08:33 UTC) #12
lushnikov
thanks, lgtm
4 years, 4 months ago (2016-08-17 16:43:33 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/2237663002/60001
4 years, 4 months ago (2016-08-17 17:17:01 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-17 18:42:45 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 18:47:11 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5bb6fcbd666d7e2ab1008f98de5828b34908c287
Cr-Commit-Position: refs/heads/master@{#412597}

Powered by Google App Engine
This is Rietveld 408576698