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

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: Code review: Revert changes in Source/devtools/Inspector-1.1.json 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
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 CSSPropertyWebkitLineAlign: 1889 case CSSPropertyWebkitLineAlign:
1892 case CSSPropertyWebkitLineBreak: 1890 case CSSPropertyWebkitLineBreak:
1893 case CSSPropertyWebkitLineClamp: 1891 case CSSPropertyWebkitLineClamp:
1894 case CSSPropertyWebkitLineGrid: 1892 case CSSPropertyWebkitLineGrid:
1895 case CSSPropertyWebkitLineSnap: 1893 case CSSPropertyWebkitLineSnap:
1896 case CSSPropertyInternalMarqueeDirection: 1894 case CSSPropertyInternalMarqueeDirection:
1897 case CSSPropertyInternalMarqueeIncrement: 1895 case CSSPropertyInternalMarqueeIncrement:
(...skipping 12 matching lines...) Expand all
1910 case CSSPropertyWebkitMaskOrigin: 1908 case CSSPropertyWebkitMaskOrigin:
1911 case CSSPropertyWebkitMaskPositionX: 1909 case CSSPropertyWebkitMaskPositionX:
1912 case CSSPropertyWebkitMaskPositionY: 1910 case CSSPropertyWebkitMaskPositionY:
1913 case CSSPropertyWebkitMaskRepeatX: 1911 case CSSPropertyWebkitMaskRepeatX:
1914 case CSSPropertyWebkitMaskRepeatY: 1912 case CSSPropertyWebkitMaskRepeatY:
1915 case CSSPropertyWebkitMaskSize: 1913 case CSSPropertyWebkitMaskSize:
1916 case CSSPropertyWebkitPerspectiveOrigin: 1914 case CSSPropertyWebkitPerspectiveOrigin:
1917 case CSSPropertyWebkitPerspectiveOriginX: 1915 case CSSPropertyWebkitPerspectiveOriginX:
1918 case CSSPropertyWebkitPerspectiveOriginY: 1916 case CSSPropertyWebkitPerspectiveOriginY:
1919 case CSSPropertyWebkitPrintColorAdjust: 1917 case CSSPropertyWebkitPrintColorAdjust:
1920 case CSSPropertyWebkitRegionBreakAfter:
1921 case CSSPropertyWebkitRegionBreakBefore:
1922 case CSSPropertyWebkitRegionBreakInside:
1923 case CSSPropertyWebkitRegionFragment:
1924 case CSSPropertyWebkitRtlOrdering: 1918 case CSSPropertyWebkitRtlOrdering:
1925 case CSSPropertyWebkitRubyPosition: 1919 case CSSPropertyWebkitRubyPosition:
1926 case CSSPropertyWebkitTextCombine: 1920 case CSSPropertyWebkitTextCombine:
1927 case CSSPropertyTextUnderlinePosition: 1921 case CSSPropertyTextUnderlinePosition:
1928 case CSSPropertyWebkitTextEmphasisColor: 1922 case CSSPropertyWebkitTextEmphasisColor:
1929 case CSSPropertyWebkitTextEmphasisPosition: 1923 case CSSPropertyWebkitTextEmphasisPosition:
1930 case CSSPropertyWebkitTextEmphasisStyle: 1924 case CSSPropertyWebkitTextEmphasisStyle:
1931 case CSSPropertyWebkitTextFillColor: 1925 case CSSPropertyWebkitTextFillColor:
1932 case CSSPropertyWebkitTextSecurity: 1926 case CSSPropertyWebkitTextSecurity:
1933 case CSSPropertyWebkitTextStrokeColor: 1927 case CSSPropertyWebkitTextStrokeColor:
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 break; 2136 break;
2143 } 2137 }
2144 case CSSPropertyEnableBackground: 2138 case CSSPropertyEnableBackground:
2145 // Silently ignoring this property for now 2139 // Silently ignoring this property for now
2146 // http://bugs.webkit.org/show_bug.cgi?id=6022 2140 // http://bugs.webkit.org/show_bug.cgi?id=6022
2147 break; 2141 break;
2148 } 2142 }
2149 } 2143 }
2150 2144
2151 } // namespace WebCore 2145 } // namespace WebCore
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698