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

Issue 15687004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed)

Created:
7 years, 7 months ago by alancutter (OOO until 2018)
Modified:
7 years, 7 months ago
CC:
blink-reviews, jamesr, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, abarth-chromium, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, aandrey+blink_chromium.org, svillar
Visibility:
Public.

Description

Switching CSS Variables over to RuntimeEnabledFeatures Taking the CSS Variables flag out of InternalSettings and Settings and using RuntimeEnabledFeatures instead. BUG=239748 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151228

Patch Set 1 #

Patch Set 2 : Rebased and retested #

Patch Set 3 : Rebased patch to ToT #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -159 lines) Patch
M LayoutTests/css3/css-variable-definition.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/css3/css-variable-definition-expected.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/css3/filters/reference-filter-update-after-remove.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/border-width.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/build-supports-variables.html View 1 chunk +1 line, -2 lines 0 comments Download
M LayoutTests/fast/css/variables/calc.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/calc-inside-calc.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/calc-invalid-value.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/calc-invalid-variable.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/calc-negated-variable.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/calc-vw-crash.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/variables/case-sensitive.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/colors-test.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/complex-cycle.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/computed-style.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/deferred-image-load-from-variable.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/variables/inherited-values.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/inline-styles.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/invalid-font-reference.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/variables/invalid-shorthand.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/invalid-value-list-crash.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/variables/invalid-variable-value.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/multi-level-cycle.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/redefinition.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/root-background-size.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/shorthand.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/simple-cycle.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/transform-test.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/undefined.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/use-before-defined.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/var-filter.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/variables/var-inside-box-reflect.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/var-inside-pair.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/var-inside-quad.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/var-inside-shape.html View 1 chunk +0 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/var-inside-shorthand.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/variable-chain.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/variable-unparseable-value-crash.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/inspector/styles/variables/css-variables.html View 1 chunk +0 lines, -3 lines 0 comments Download
M LayoutTests/inspector/styles/variables/css-variables-expected.txt View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/public/WebSettings.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebSettingsImpl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebSettingsImpl.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/css/CSSParser.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSParser.cpp View 1 2 3 6 chunks +2 lines, -10 lines 0 comments Download
M Source/core/css/CSSParserMode.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/page/Settings.h View 1 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/page/Settings.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/InternalSettings.h View 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/testing/InternalSettings.cpp View 3 chunks +0 lines, -14 lines 0 comments Download
M Source/core/testing/InternalSettings.idl View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
alancutter (OOO until 2018)
This is a resubmit of https://codereview.chromium.org/14987004/. The issue that caused a debug assert has been ...
7 years, 7 months ago (2013-05-23 10:10:45 UTC) #1
abarth-chromium
This is a CL for eseidel. :)
7 years, 7 months ago (2013-05-23 17:16:27 UTC) #2
eseidel
lgtm
7 years, 7 months ago (2013-05-23 17:34:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/1
7 years, 7 months ago (2013-05-23 17:34:18 UTC) #4
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=468
7 years, 7 months ago (2013-05-23 17:46:43 UTC) #5
alancutter (OOO until 2018)
On 2013/05/23 17:46:43, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 7 months ago (2013-05-24 00:19:32 UTC) #6
abarth-chromium
API change LGTM
7 years, 7 months ago (2013-05-25 02:43:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/13001
7 years, 7 months ago (2013-05-25 02:53:29 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6646
7 years, 7 months ago (2013-05-25 05:30:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/13001
7 years, 7 months ago (2013-05-27 00:16:21 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/core/css/CSSParserMode.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-27 00:16:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/17003
7 years, 7 months ago (2013-05-27 00:40:54 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6738
7 years, 7 months ago (2013-05-27 02:45:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/17003
7 years, 7 months ago (2013-05-27 06:01:05 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6778
7 years, 7 months ago (2013-05-27 07:32:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/17003
7 years, 7 months ago (2013-05-27 08:22:19 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6809
7 years, 7 months ago (2013-05-27 10:17:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/17003
7 years, 7 months ago (2013-05-27 22:54:02 UTC) #18
commit-bot: I haz the power
Failed to apply patch for Source/core/css/CSSParser.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-27 22:54:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/49001
7 years, 7 months ago (2013-05-27 23:55:24 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6932
7 years, 7 months ago (2013-05-28 01:55:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/49001
7 years, 7 months ago (2013-05-28 02:45:11 UTC) #22
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6980
7 years, 7 months ago (2013-05-28 04:42:41 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alancutter@chromium.org/15687004/49001
7 years, 7 months ago (2013-05-28 06:43:53 UTC) #24
commit-bot: I haz the power
7 years, 7 months ago (2013-05-28 08:32:11 UTC) #25
Message was sent while issue was closed.
Change committed as 151228

Powered by Google App Engine
This is Rietveld 408576698