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

Issue 2126713002: [Typed-OM] Add CSSVariableReferenceValue (Closed)

Created:
4 years, 5 months ago by anthonyhkf
Modified:
4 years, 5 months ago
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Typed-OM] Add CSSVariableReferenceValue Spec: https://drafts.css-houdini.org/css-typed-om/#cssvariablereferencevalue BUG=545318 Committed: https://crrev.com/cedaf8d293f3ab120e383f0e5adcb00b4d8710b2 Cr-Commit-Position: refs/heads/master@{#404937}

Patch Set 1 #

Patch Set 2 : Removed fallback #

Patch Set 3 : Add test #

Total comments: 11

Patch Set 4 : Remove unused file, fix orders #

Patch Set 5 : Try to fix the layout test #

Total comments: 17

Patch Set 6 : Renaming things, remove unused things, add license header #

Total comments: 6

Patch Set 7 : Fixed spaces, remove unused header #

Messages

Total messages: 35 (16 generated)
anthonyhkf
4 years, 5 months ago (2016-07-06 04:10:29 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2126713002/40001
4 years, 5 months ago (2016-07-06 05:30:13 UTC) #4
meade_UTC10
Please add a link to the spec (anchored to CSSVariableReferenceValue) to your CL description. You ...
4 years, 5 months ago (2016-07-06 05:40:12 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2126713002/60001
4 years, 5 months ago (2016-07-06 06:11:04 UTC) #8
commit-bot: I haz the power
Dry run: 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/250532)
4 years, 5 months ago (2016-07-06 07:30:00 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2126713002/80001
4 years, 5 months ago (2016-07-07 04:29:56 UTC) #13
meade_UTC10
lgtm with nits, +tim for OWNERS review. https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/cssVariableReferenceValue.html File third_party/WebKit/LayoutTests/typedcssom/cssVariableReferenceValue.html (right): https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/LayoutTests/typedcssom/cssVariableReferenceValue.html#newcode9 third_party/WebKit/LayoutTests/typedcssom/cssVariableReferenceValue.html:9: var temp ...
4 years, 5 months ago (2016-07-07 05:30:31 UTC) #15
Timothy Loh
https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h (right): https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h#newcode1 third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h:1: #ifndef CSSStyleVariableReferenceValue_h There's a 3-line license header to add ...
4 years, 5 months ago (2016-07-07 05:40:26 UTC) #16
meade_UTC10
https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/Source/core/css/cssom/CSSVariableReferenceValue.idl File third_party/WebKit/Source/core/css/cssom/CSSVariableReferenceValue.idl (right): https://codereview.chromium.org/2126713002/diff/80001/third_party/WebKit/Source/core/css/cssom/CSSVariableReferenceValue.idl#newcode6 third_party/WebKit/Source/core/css/cssom/CSSVariableReferenceValue.idl:6: ImplementedAs=CSSStyleVariableReferenceValue On 2016/07/07 05:40:26, Timothy Loh wrote: > OK ...
4 years, 5 months ago (2016-07-07 05:49:58 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-07 05:59:30 UTC) #20
anthonyhkf
https://codereview.chromium.org/2126713002/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h (right): https://codereview.chromium.org/2126713002/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h#newcode11 third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h:11: // TODO: change the data type of fallback as ...
4 years, 5 months ago (2016-07-08 00:17:17 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2126713002/100001
4 years, 5 months ago (2016-07-08 00:26:30 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-07-08 01:40:38 UTC) #25
Timothy Loh
lgtm but the patch descrpition should probably mention the stuff you're doing which isn't in ...
4 years, 5 months ago (2016-07-08 04:36:31 UTC) #26
anthonyhkf
https://codereview.chromium.org/2126713002/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h (right): https://codereview.chromium.org/2126713002/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h#newcode9 third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h:9: #include "core/CSSPropertyNames.h" On 2016/07/08 04:36:30, Timothy Loh wrote: > ...
4 years, 5 months ago (2016-07-13 00:14:33 UTC) #27
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/2126713002/120001
4 years, 5 months ago (2016-07-13 00:16:34 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-13 02:56:16 UTC) #32
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 02:56:18 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 02:58:09 UTC) #35
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cedaf8d293f3ab120e383f0e5adcb00b4d8710b2
Cr-Commit-Position: refs/heads/master@{#404937}

Powered by Google App Engine
This is Rietveld 408576698