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

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed)

Created:
7 years, 8 months ago by mihnea
Modified:
7 years, 7 months ago
Reviewers:
eseidel
CC:
blink-reviews, haraken, Nate Chapin, abarth-chromium, ojan
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove CSS_REGIONS compile flag from Blink. The regions functionality will be enabled/disabled at runtime. BUG=232294 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149599

Patch Set 1 #

Patch Set 2 : Rework patch after https://codereview.chromium.org/14324009 #

Total comments: 2

Patch Set 3 : Use RuntimeEnabledFeatures::cssRegionsEnabled all over the places. Guard WEBKIT_REGION_RULE at runt… #

Total comments: 6

Patch Set 4 : More asserts for regions enabled at runtime #

Patch Set 5 : New version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -128 lines) Patch
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 4 chunks +0 lines, -6 lines 0 comments Download
M Source/core/css/CSSParser.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSParser.cpp View 1 2 3 4 15 chunks +9 lines, -30 lines 0 comments Download
M Source/core/css/CSSParserMode.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSPropertyNames.in View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSRule.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSRule.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSRule.idl View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/css/InspectorCSSOMWrappers.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/RuleSet.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/StyleBuilder.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/css/StylePropertySet.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/StyleResolver.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/css/StyleRule.cpp View 1 2 3 11 chunks +3 lines, -20 lines 0 comments Download
M Source/core/css/WebKitCSSRegionRule.h View 1 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/css/WebKitCSSRegionRule.cpp View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/WebKitCSSRegionRule.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/DOMNamedFlowCollection.cpp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/DOMNamedFlowCollection.idl View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 3 chunks +1 line, -10 lines 0 comments Download
M Source/core/dom/Document.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 4 chunks +3 lines, -7 lines 0 comments Download
M Source/core/dom/Element.idl View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/NamedFlow.cpp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/NamedFlow.idl View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/NamedFlowCollection.cpp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/NodeRenderingContext.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/features.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/DOMWindow.idl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/RuntimeCSSEnabled.cpp View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/page/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/UseCounter.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderNamedFlowThread.cpp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
eseidel
Unfortunately until we can disable CSS properties at runtime, we can't land this. :( I ...
7 years, 8 months ago (2013-04-18 05:36:06 UTC) #1
eseidel
Actually, I should have been more clear. As I noted on blink-dev this afternoon, since ...
7 years, 8 months ago (2013-04-18 06:39:30 UTC) #2
eseidel
lgtm It would be ideal if we added tests to LayoutTests/webexposed which validated all the ...
7 years, 8 months ago (2013-04-27 03:40:50 UTC) #3
mihnea
On 2013/04/27 03:40:50, Eric Seidel (Google) wrote: > lgtm > > It would be ideal ...
7 years, 7 months ago (2013-04-29 21:50:45 UTC) #4
eseidel
lgtm Thank you. We're going to need more work here to make sure we aren't ...
7 years, 7 months ago (2013-04-30 00:11:09 UTC) #5
mihnea
On 2013/04/30 00:11:09, Eric Seidel (Google) wrote: > lgtm > > Thank you. We're going ...
7 years, 7 months ago (2013-04-30 20:35:19 UTC) #6
eseidel
lgtm
7 years, 7 months ago (2013-04-30 21:08:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihnea@adobe.com/14178009/8001
7 years, 7 months ago (2013-04-30 21:09:06 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/Document.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-04-30 21:09:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mihnea@adobe.com/14178009/21001
7 years, 7 months ago (2013-05-02 16:44:16 UTC) #10
commit-bot: I haz the power
7 years, 7 months ago (2013-05-02 16:46:37 UTC) #11
Message was sent while issue was closed.
Change committed as 149599

Powered by Google App Engine
This is Rietveld 408576698