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

Side by Side Diff: Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 134473008: Remove CSS regions support, keeping a bare minimum to support "region-based" multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/css/resolver/StyleAdjuster.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 3 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
4 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 4 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
5 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 5 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
6 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. 6 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved.
7 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 7 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
8 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 8 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
9 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 9 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
10 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 10 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 case CSSPropertyWebkitColumnSpan: 1876 case CSSPropertyWebkitColumnSpan:
1877 case CSSPropertyWebkitColumnWidth: 1877 case CSSPropertyWebkitColumnWidth:
1878 case CSSPropertyAlignContent: 1878 case CSSPropertyAlignContent:
1879 case CSSPropertyFlexBasis: 1879 case CSSPropertyFlexBasis:
1880 case CSSPropertyFlexDirection: 1880 case CSSPropertyFlexDirection:
1881 case CSSPropertyFlexGrow: 1881 case CSSPropertyFlexGrow:
1882 case CSSPropertyFlexShrink: 1882 case CSSPropertyFlexShrink:
1883 case CSSPropertyFlexWrap: 1883 case CSSPropertyFlexWrap:
1884 case CSSPropertyJustifyContent: 1884 case CSSPropertyJustifyContent:
1885 case CSSPropertyOrder: 1885 case CSSPropertyOrder:
1886 case CSSPropertyWebkitFlowFrom:
1887 case CSSPropertyWebkitFlowInto:
1888 case CSSPropertyWebkitFontSmoothing: 1886 case CSSPropertyWebkitFontSmoothing:
1889 case CSSPropertyWebkitHighlight: 1887 case CSSPropertyWebkitHighlight:
1890 case CSSPropertyWebkitHyphenateCharacter: 1888 case CSSPropertyWebkitHyphenateCharacter:
1891 case CSSPropertyWebkitLineBreak: 1889 case CSSPropertyWebkitLineBreak:
1892 case CSSPropertyWebkitLineClamp: 1890 case CSSPropertyWebkitLineClamp:
1893 case CSSPropertyInternalMarqueeDirection: 1891 case CSSPropertyInternalMarqueeDirection:
1894 case CSSPropertyInternalMarqueeIncrement: 1892 case CSSPropertyInternalMarqueeIncrement:
1895 case CSSPropertyInternalMarqueeRepetition: 1893 case CSSPropertyInternalMarqueeRepetition:
1896 case CSSPropertyInternalMarqueeSpeed: 1894 case CSSPropertyInternalMarqueeSpeed:
1897 case CSSPropertyInternalMarqueeStyle: 1895 case CSSPropertyInternalMarqueeStyle:
1898 case CSSPropertyWebkitMaskBoxImage: 1896 case CSSPropertyWebkitMaskBoxImage:
1899 case CSSPropertyWebkitMaskBoxImageOutset: 1897 case CSSPropertyWebkitMaskBoxImageOutset:
1900 case CSSPropertyWebkitMaskBoxImageRepeat: 1898 case CSSPropertyWebkitMaskBoxImageRepeat:
1901 case CSSPropertyWebkitMaskBoxImageSlice: 1899 case CSSPropertyWebkitMaskBoxImageSlice:
1902 case CSSPropertyWebkitMaskBoxImageSource: 1900 case CSSPropertyWebkitMaskBoxImageSource:
1903 case CSSPropertyWebkitMaskBoxImageWidth: 1901 case CSSPropertyWebkitMaskBoxImageWidth:
1904 case CSSPropertyWebkitMaskClip: 1902 case CSSPropertyWebkitMaskClip:
1905 case CSSPropertyWebkitMaskComposite: 1903 case CSSPropertyWebkitMaskComposite:
1906 case CSSPropertyWebkitMaskImage: 1904 case CSSPropertyWebkitMaskImage:
1907 case CSSPropertyWebkitMaskOrigin: 1905 case CSSPropertyWebkitMaskOrigin:
1908 case CSSPropertyWebkitMaskPositionX: 1906 case CSSPropertyWebkitMaskPositionX:
1909 case CSSPropertyWebkitMaskPositionY: 1907 case CSSPropertyWebkitMaskPositionY:
1910 case CSSPropertyWebkitMaskRepeatX: 1908 case CSSPropertyWebkitMaskRepeatX:
1911 case CSSPropertyWebkitMaskRepeatY: 1909 case CSSPropertyWebkitMaskRepeatY:
1912 case CSSPropertyWebkitMaskSize: 1910 case CSSPropertyWebkitMaskSize:
1913 case CSSPropertyWebkitPerspectiveOrigin: 1911 case CSSPropertyWebkitPerspectiveOrigin:
1914 case CSSPropertyWebkitPerspectiveOriginX: 1912 case CSSPropertyWebkitPerspectiveOriginX:
1915 case CSSPropertyWebkitPerspectiveOriginY: 1913 case CSSPropertyWebkitPerspectiveOriginY:
1916 case CSSPropertyWebkitPrintColorAdjust: 1914 case CSSPropertyWebkitPrintColorAdjust:
1917 case CSSPropertyWebkitRegionBreakAfter:
1918 case CSSPropertyWebkitRegionBreakBefore:
1919 case CSSPropertyWebkitRegionBreakInside:
1920 case CSSPropertyWebkitRegionFragment:
1921 case CSSPropertyWebkitRtlOrdering: 1915 case CSSPropertyWebkitRtlOrdering:
1922 case CSSPropertyWebkitRubyPosition: 1916 case CSSPropertyWebkitRubyPosition:
1923 case CSSPropertyWebkitTextCombine: 1917 case CSSPropertyWebkitTextCombine:
1924 case CSSPropertyTextUnderlinePosition: 1918 case CSSPropertyTextUnderlinePosition:
1925 case CSSPropertyWebkitTextEmphasisColor: 1919 case CSSPropertyWebkitTextEmphasisColor:
1926 case CSSPropertyWebkitTextEmphasisPosition: 1920 case CSSPropertyWebkitTextEmphasisPosition:
1927 case CSSPropertyWebkitTextEmphasisStyle: 1921 case CSSPropertyWebkitTextEmphasisStyle:
1928 case CSSPropertyWebkitTextFillColor: 1922 case CSSPropertyWebkitTextFillColor:
1929 case CSSPropertyWebkitTextSecurity: 1923 case CSSPropertyWebkitTextSecurity:
1930 case CSSPropertyWebkitTextStrokeColor: 1924 case CSSPropertyWebkitTextStrokeColor:
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 break; 2133 break;
2140 } 2134 }
2141 case CSSPropertyEnableBackground: 2135 case CSSPropertyEnableBackground:
2142 // Silently ignoring this property for now 2136 // Silently ignoring this property for now
2143 // http://bugs.webkit.org/show_bug.cgi?id=6022 2137 // http://bugs.webkit.org/show_bug.cgi?id=6022
2144 break; 2138 break;
2145 } 2139 }
2146 } 2140 }
2147 2141
2148 } // namespace WebCore 2142 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleAdjuster.cpp ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698