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

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

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 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
« no previous file with comments | « Source/core/css/parser/BisonCSSParser-in.cpp ('k') | Source/core/frame/UseCounter.cpp » ('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) 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 case CSSPropertyWebkitBorderAfterStyle: 1175 case CSSPropertyWebkitBorderAfterStyle:
1176 case CSSPropertyWebkitBorderAfterWidth: 1176 case CSSPropertyWebkitBorderAfterWidth:
1177 case CSSPropertyWebkitBorderBefore: 1177 case CSSPropertyWebkitBorderBefore:
1178 case CSSPropertyWebkitBorderBeforeColor: 1178 case CSSPropertyWebkitBorderBeforeColor:
1179 case CSSPropertyWebkitBorderBeforeStyle: 1179 case CSSPropertyWebkitBorderBeforeStyle:
1180 case CSSPropertyWebkitBorderBeforeWidth: 1180 case CSSPropertyWebkitBorderBeforeWidth:
1181 case CSSPropertyWebkitBorderEnd: 1181 case CSSPropertyWebkitBorderEnd:
1182 case CSSPropertyWebkitBorderEndColor: 1182 case CSSPropertyWebkitBorderEndColor:
1183 case CSSPropertyWebkitBorderEndStyle: 1183 case CSSPropertyWebkitBorderEndStyle:
1184 case CSSPropertyWebkitBorderEndWidth: 1184 case CSSPropertyWebkitBorderEndWidth:
1185 case CSSPropertyWebkitBorderFit:
1186 case CSSPropertyWebkitBorderHorizontalSpacing: 1185 case CSSPropertyWebkitBorderHorizontalSpacing:
1187 case CSSPropertyWebkitBorderImage: 1186 case CSSPropertyWebkitBorderImage:
1188 case CSSPropertyWebkitBorderRadius: 1187 case CSSPropertyWebkitBorderRadius:
1189 case CSSPropertyWebkitBorderStart: 1188 case CSSPropertyWebkitBorderStart:
1190 case CSSPropertyWebkitBorderStartColor: 1189 case CSSPropertyWebkitBorderStartColor:
1191 case CSSPropertyWebkitBorderStartStyle: 1190 case CSSPropertyWebkitBorderStartStyle:
1192 case CSSPropertyWebkitBorderStartWidth: 1191 case CSSPropertyWebkitBorderStartWidth:
1193 case CSSPropertyWebkitBorderVerticalSpacing: 1192 case CSSPropertyWebkitBorderVerticalSpacing:
1194 case CSSPropertyWebkitFontSmoothing: 1193 case CSSPropertyWebkitFontSmoothing:
1195 case CSSPropertyWebkitMarginAfter: 1194 case CSSPropertyWebkitMarginAfter:
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 visitor->trace(m_uncommonAttributeRuleSet); 1582 visitor->trace(m_uncommonAttributeRuleSet);
1584 visitor->trace(m_watchedSelectorsRules); 1583 visitor->trace(m_watchedSelectorsRules);
1585 visitor->trace(m_treeBoundaryCrossingRules); 1584 visitor->trace(m_treeBoundaryCrossingRules);
1586 visitor->trace(m_styleSharingLists); 1585 visitor->trace(m_styleSharingLists);
1587 visitor->trace(m_pendingStyleSheets); 1586 visitor->trace(m_pendingStyleSheets);
1588 visitor->trace(m_document); 1587 visitor->trace(m_document);
1589 #endif 1588 #endif
1590 } 1589 }
1591 1590
1592 } // namespace blink 1591 } // namespace blink
OLDNEW
« no previous file with comments | « Source/core/css/parser/BisonCSSParser-in.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698