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

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

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com)
4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com)
5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved.
6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org>
7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org>
8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved.
(...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 case CSSPropertyPadding: 2667 case CSSPropertyPadding:
2668 case CSSPropertyTransition: 2668 case CSSPropertyTransition:
2669 case CSSPropertyWebkitAnimation: 2669 case CSSPropertyWebkitAnimation:
2670 case CSSPropertyWebkitBorderAfter: 2670 case CSSPropertyWebkitBorderAfter:
2671 case CSSPropertyWebkitBorderBefore: 2671 case CSSPropertyWebkitBorderBefore:
2672 case CSSPropertyWebkitBorderEnd: 2672 case CSSPropertyWebkitBorderEnd:
2673 case CSSPropertyWebkitBorderStart: 2673 case CSSPropertyWebkitBorderStart:
2674 case CSSPropertyWebkitBorderRadius: 2674 case CSSPropertyWebkitBorderRadius:
2675 case CSSPropertyWebkitColumns: 2675 case CSSPropertyWebkitColumns:
2676 case CSSPropertyWebkitColumnRule: 2676 case CSSPropertyWebkitColumnRule:
2677 case CSSPropertyWebkitFlex: 2677 case CSSPropertyFlex:
2678 case CSSPropertyWebkitFlexFlow: 2678 case CSSPropertyFlexFlow:
2679 case CSSPropertyGridColumn: 2679 case CSSPropertyGridColumn:
2680 case CSSPropertyGridRow: 2680 case CSSPropertyGridRow:
2681 case CSSPropertyGridArea: 2681 case CSSPropertyGridArea:
2682 case CSSPropertyWebkitMarginCollapse: 2682 case CSSPropertyWebkitMarginCollapse:
2683 case CSSPropertyWebkitMarquee: 2683 case CSSPropertyWebkitMarquee:
2684 case CSSPropertyWebkitMask: 2684 case CSSPropertyWebkitMask:
2685 case CSSPropertyWebkitMaskPosition: 2685 case CSSPropertyWebkitMaskPosition:
2686 case CSSPropertyWebkitMaskRepeat: 2686 case CSSPropertyWebkitMaskRepeat:
2687 case CSSPropertyWebkitTextEmphasis: 2687 case CSSPropertyWebkitTextEmphasis:
2688 case CSSPropertyWebkitTextStroke: 2688 case CSSPropertyWebkitTextStroke:
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 case CSSPropertyWebkitColumnBreakBefore: 3203 case CSSPropertyWebkitColumnBreakBefore:
3204 case CSSPropertyWebkitColumnBreakInside: 3204 case CSSPropertyWebkitColumnBreakInside:
3205 case CSSPropertyWebkitColumnCount: 3205 case CSSPropertyWebkitColumnCount:
3206 case CSSPropertyWebkitColumnGap: 3206 case CSSPropertyWebkitColumnGap:
3207 case CSSPropertyWebkitColumnProgression: 3207 case CSSPropertyWebkitColumnProgression:
3208 case CSSPropertyWebkitColumnRuleColor: 3208 case CSSPropertyWebkitColumnRuleColor:
3209 case CSSPropertyWebkitColumnRuleStyle: 3209 case CSSPropertyWebkitColumnRuleStyle:
3210 case CSSPropertyWebkitColumnRuleWidth: 3210 case CSSPropertyWebkitColumnRuleWidth:
3211 case CSSPropertyWebkitColumnSpan: 3211 case CSSPropertyWebkitColumnSpan:
3212 case CSSPropertyWebkitColumnWidth: 3212 case CSSPropertyWebkitColumnWidth:
3213 case CSSPropertyWebkitAlignContent: 3213 case CSSPropertyAlignContent:
3214 case CSSPropertyWebkitAlignItems: 3214 case CSSPropertyAlignItems:
3215 case CSSPropertyWebkitAlignSelf: 3215 case CSSPropertyAlignSelf:
3216 case CSSPropertyWebkitFlexBasis: 3216 case CSSPropertyFlexBasis:
3217 case CSSPropertyWebkitFlexDirection: 3217 case CSSPropertyFlexDirection:
3218 case CSSPropertyWebkitFlexGrow: 3218 case CSSPropertyFlexGrow:
3219 case CSSPropertyWebkitFlexShrink: 3219 case CSSPropertyFlexShrink:
3220 case CSSPropertyWebkitFlexWrap: 3220 case CSSPropertyFlexWrap:
3221 case CSSPropertyWebkitJustifyContent: 3221 case CSSPropertyJustifyContent:
3222 case CSSPropertyWebkitOrder: 3222 case CSSPropertyOrder:
3223 case CSSPropertyWebkitFlowFrom: 3223 case CSSPropertyWebkitFlowFrom:
3224 case CSSPropertyWebkitFlowInto: 3224 case CSSPropertyWebkitFlowInto:
3225 case CSSPropertyWebkitFontKerning: 3225 case CSSPropertyWebkitFontKerning:
3226 case CSSPropertyWebkitFontSmoothing: 3226 case CSSPropertyWebkitFontSmoothing:
3227 case CSSPropertyWebkitFontVariantLigatures: 3227 case CSSPropertyWebkitFontVariantLigatures:
3228 case CSSPropertyWebkitHighlight: 3228 case CSSPropertyWebkitHighlight:
3229 case CSSPropertyWebkitHyphenateCharacter: 3229 case CSSPropertyWebkitHyphenateCharacter:
3230 case CSSPropertyWebkitHyphenateLimitAfter: 3230 case CSSPropertyWebkitHyphenateLimitAfter:
3231 case CSSPropertyWebkitHyphenateLimitBefore: 3231 case CSSPropertyWebkitHyphenateLimitBefore:
3232 case CSSPropertyWebkitHyphenateLimitLines: 3232 case CSSPropertyWebkitHyphenateLimitLines:
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
3718 info.addMember(m_state, "state"); 3718 info.addMember(m_state, "state");
3719 3719
3720 // FIXME: move this to a place where it would be called only once? 3720 // FIXME: move this to a place where it would be called only once?
3721 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); 3721 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle");
3722 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e"); 3722 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e");
3723 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle" ); 3723 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle" );
3724 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle"); 3724 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle");
3725 } 3725 }
3726 3726
3727 } // namespace WebCore 3727 } // namespace WebCore
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698