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

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: rebased 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 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 case CSSPropertyPadding: 2622 case CSSPropertyPadding:
2623 case CSSPropertyTransition: 2623 case CSSPropertyTransition:
2624 case CSSPropertyWebkitAnimation: 2624 case CSSPropertyWebkitAnimation:
2625 case CSSPropertyWebkitBorderAfter: 2625 case CSSPropertyWebkitBorderAfter:
2626 case CSSPropertyWebkitBorderBefore: 2626 case CSSPropertyWebkitBorderBefore:
2627 case CSSPropertyWebkitBorderEnd: 2627 case CSSPropertyWebkitBorderEnd:
2628 case CSSPropertyWebkitBorderStart: 2628 case CSSPropertyWebkitBorderStart:
2629 case CSSPropertyWebkitBorderRadius: 2629 case CSSPropertyWebkitBorderRadius:
2630 case CSSPropertyWebkitColumns: 2630 case CSSPropertyWebkitColumns:
2631 case CSSPropertyWebkitColumnRule: 2631 case CSSPropertyWebkitColumnRule:
2632 case CSSPropertyWebkitFlex: 2632 case CSSPropertyFlex:
2633 case CSSPropertyWebkitFlexFlow: 2633 case CSSPropertyFlexFlow:
2634 case CSSPropertyGridColumn: 2634 case CSSPropertyGridColumn:
2635 case CSSPropertyGridRow: 2635 case CSSPropertyGridRow:
2636 case CSSPropertyGridArea: 2636 case CSSPropertyGridArea:
2637 case CSSPropertyWebkitMarginCollapse: 2637 case CSSPropertyWebkitMarginCollapse:
2638 case CSSPropertyWebkitMarquee: 2638 case CSSPropertyWebkitMarquee:
2639 case CSSPropertyWebkitMask: 2639 case CSSPropertyWebkitMask:
2640 case CSSPropertyWebkitMaskPosition: 2640 case CSSPropertyWebkitMaskPosition:
2641 case CSSPropertyWebkitMaskRepeat: 2641 case CSSPropertyWebkitMaskRepeat:
2642 case CSSPropertyWebkitTextEmphasis: 2642 case CSSPropertyWebkitTextEmphasis:
2643 case CSSPropertyWebkitTextStroke: 2643 case CSSPropertyWebkitTextStroke:
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 case CSSPropertyWebkitColumnBreakBefore: 3158 case CSSPropertyWebkitColumnBreakBefore:
3159 case CSSPropertyWebkitColumnBreakInside: 3159 case CSSPropertyWebkitColumnBreakInside:
3160 case CSSPropertyWebkitColumnCount: 3160 case CSSPropertyWebkitColumnCount:
3161 case CSSPropertyWebkitColumnGap: 3161 case CSSPropertyWebkitColumnGap:
3162 case CSSPropertyWebkitColumnProgression: 3162 case CSSPropertyWebkitColumnProgression:
3163 case CSSPropertyWebkitColumnRuleColor: 3163 case CSSPropertyWebkitColumnRuleColor:
3164 case CSSPropertyWebkitColumnRuleStyle: 3164 case CSSPropertyWebkitColumnRuleStyle:
3165 case CSSPropertyWebkitColumnRuleWidth: 3165 case CSSPropertyWebkitColumnRuleWidth:
3166 case CSSPropertyWebkitColumnSpan: 3166 case CSSPropertyWebkitColumnSpan:
3167 case CSSPropertyWebkitColumnWidth: 3167 case CSSPropertyWebkitColumnWidth:
3168 case CSSPropertyWebkitAlignContent: 3168 case CSSPropertyAlignContent:
3169 case CSSPropertyWebkitAlignItems: 3169 case CSSPropertyAlignItems:
3170 case CSSPropertyWebkitAlignSelf: 3170 case CSSPropertyAlignSelf:
3171 case CSSPropertyWebkitFlexBasis: 3171 case CSSPropertyFlexBasis:
3172 case CSSPropertyWebkitFlexDirection: 3172 case CSSPropertyFlexDirection:
3173 case CSSPropertyWebkitFlexGrow: 3173 case CSSPropertyFlexGrow:
3174 case CSSPropertyWebkitFlexShrink: 3174 case CSSPropertyFlexShrink:
3175 case CSSPropertyWebkitFlexWrap: 3175 case CSSPropertyFlexWrap:
3176 case CSSPropertyWebkitJustifyContent: 3176 case CSSPropertyJustifyContent:
3177 case CSSPropertyWebkitOrder: 3177 case CSSPropertyOrder:
3178 case CSSPropertyWebkitFlowFrom: 3178 case CSSPropertyWebkitFlowFrom:
3179 case CSSPropertyWebkitFlowInto: 3179 case CSSPropertyWebkitFlowInto:
3180 case CSSPropertyWebkitFontKerning: 3180 case CSSPropertyWebkitFontKerning:
3181 case CSSPropertyWebkitFontSmoothing: 3181 case CSSPropertyWebkitFontSmoothing:
3182 case CSSPropertyWebkitFontVariantLigatures: 3182 case CSSPropertyWebkitFontVariantLigatures:
3183 case CSSPropertyWebkitHighlight: 3183 case CSSPropertyWebkitHighlight:
3184 case CSSPropertyWebkitHyphenateCharacter: 3184 case CSSPropertyWebkitHyphenateCharacter:
3185 case CSSPropertyWebkitHyphenateLimitAfter: 3185 case CSSPropertyWebkitHyphenateLimitAfter:
3186 case CSSPropertyWebkitHyphenateLimitBefore: 3186 case CSSPropertyWebkitHyphenateLimitBefore:
3187 case CSSPropertyWebkitHyphenateLimitLines: 3187 case CSSPropertyWebkitHyphenateLimitLines:
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
3690 info.addMember(m_state, "state"); 3690 info.addMember(m_state, "state");
3691 3691
3692 // FIXME: move this to a place where it would be called only once? 3692 // FIXME: move this to a place where it would be called only once?
3693 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); 3693 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle");
3694 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e"); 3694 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl e");
3695 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle" ); 3695 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle" );
3696 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle"); 3696 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo urceStyle");
3697 } 3697 }
3698 3698
3699 } // namespace WebCore 3699 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/css/StylePropertyShorthand.cpp ('k') | Source/core/html/shadow/TextFieldDecorationElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698