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

Issue 1986053004: Devtools Color: Basic support for #RRGGBBAA and #RGBA (Closed)

Created:
4 years, 7 months ago by samli
Modified:
4 years, 7 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, blink-reviews-style_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, sergeyv+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 Color: Basic support for #RRGGBBAA and #RGBA BUG=611687 Committed: https://crrev.com/97c7757e7ae143f63e5d7281d1a9837338b12562 Cr-Commit-Position: refs/heads/master@{#395801}

Patch Set 1 #

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Messages

Total messages: 44 (20 generated)
samli
PTAL. Ideally we should land this before branch (2 days) since support has shipped in ...
4 years, 7 months ago (2016-05-17 07:46:45 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/20001
4 years, 7 months ago (2016-05-19 06:47:13 UTC) #5
Noel Gordon
Thanks for the test updates, they LGTM (though, I'm not familiar with the other parts ...
4 years, 7 months ago (2016-05-19 07:08:25 UTC) #6
dgozman
Thanks for the patch, Sam! https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js File third_party/WebKit/Source/devtools/front_end/common/Color.js (right): https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode65 third_party/WebKit/Source/devtools/front_end/common/Color.js:65: AlphaHEX: "alphahex", I'd go ...
4 years, 7 months ago (2016-05-19 07:11:00 UTC) #8
pfeldman
https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js File third_party/WebKit/Source/devtools/front_end/common/Color.js (right): https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode64 third_party/WebKit/Source/devtools/front_end/common/Color.js:64: ShortHEX: "shorthex", Is there ShortHEXA? https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode65 third_party/WebKit/Source/devtools/front_end/common/Color.js:65: AlphaHEX: "alphahex", ...
4 years, 7 months ago (2016-05-19 07:14:07 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/231882)
4 years, 7 months ago (2016-05-19 08:07:22 UTC) #12
samli
dgozman@ ptal https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js File third_party/WebKit/Source/devtools/front_end/common/Color.js (right): https://codereview.chromium.org/1986053004/diff/20001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode64 third_party/WebKit/Source/devtools/front_end/common/Color.js:64: ShortHEX: "shorthex", On 2016/05/19 at 07:14:06, pfeldman ...
4 years, 7 months ago (2016-05-20 00:22:19 UTC) #13
samli
dgozman@ ptal
4 years, 7 months ago (2016-05-20 00:22:20 UTC) #14
dgozman
lgtm with comments https://codereview.chromium.org/1986053004/diff/40001/third_party/WebKit/Source/devtools/front_end/common/Color.js File third_party/WebKit/Source/devtools/front_end/common/Color.js (right): https://codereview.chromium.org/1986053004/diff/40001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode346 third_party/WebKit/Source/devtools/front_end/common/Color.js:346: if (this.detectHEXFormat() !== WebInspector.Color.Format.ShortHEXA && this.detectHEXFormat() ...
4 years, 7 months ago (2016-05-20 00:55:16 UTC) #16
samli
https://codereview.chromium.org/1986053004/diff/40001/third_party/WebKit/Source/devtools/front_end/common/Color.js File third_party/WebKit/Source/devtools/front_end/common/Color.js (right): https://codereview.chromium.org/1986053004/diff/40001/third_party/WebKit/Source/devtools/front_end/common/Color.js#newcode346 third_party/WebKit/Source/devtools/front_end/common/Color.js:346: if (this.detectHEXFormat() !== WebInspector.Color.Format.ShortHEXA && this.detectHEXFormat() !== WebInspector.Color.Format.ShortHEX) On ...
4 years, 7 months ago (2016-05-20 01:58:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-22 23:09:25 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/233508)
4 years, 7 months ago (2016-05-23 00:22:46 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-23 03:01:27 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/233541)
4 years, 7 months ago (2016-05-23 05:30:14 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-23 05:35:31 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/233620)
4 years, 7 months ago (2016-05-23 07:59:46 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-23 22:16:10 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/188398)
4 years, 7 months ago (2016-05-23 22:24:40 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-24 02:34:41 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/226858)
4 years, 7 months ago (2016-05-24 08:36:12 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1986053004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1986053004/80001
4 years, 7 months ago (2016-05-25 00:45:31 UTC) #40
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 7 months ago (2016-05-25 04:25:54 UTC) #41
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/97c7757e7ae143f63e5d7281d1a9837338b12562 Cr-Commit-Position: refs/heads/master@{#395801}
4 years, 7 months ago (2016-05-25 04:27:47 UTC) #43
luoe
4 years, 4 months ago (2016-07-26 23:06:36 UTC) #44
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:80001) has been created in
https://codereview.chromium.org/2186773002/ by luoe@chromium.org.

The reason for reverting is: [DevTools] Entering a HEX value into color picker
and changing opacity results in an 8-digit HEX, currently seen as invalid.

This should reland once 8-digit hex (#rrggbbaa) is a fully supported value for
colors (once #76362 lands)..

Powered by Google App Engine
This is Rietveld 408576698