[Webkit-unassigned] [Bug 113363] Add a settings to disallow initializing background-size if background shorthand doesn't include it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 09:10:21 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113363


David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #195229|review?                     |review+
               Flag|                            |




--- Comment #7 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org>  2013-03-27 09:08:30 PST ---
(From update of attachment 195229)
View in context: https://bugs.webkit.org/attachment.cgi?id=195229&action=review

r=me

> Source/WebCore/css/CSSParserMode.h:77
>      bool needsSiteSpecificQuirks;
>      bool enforcesCSSMIMETypeInNoQuirksMode;
> +    bool legacyBackgroundSizeShorthandBehavior;

Nit:  There are 10 bool variables in CSSParserContext now.  Seems like we could make them all bitfields and save some bytes on the size of the struct (as long as they're all initialized properly).  (Not for this patch.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list