[Webkit-unassigned] [Bug 27160] Implement vw/vh/vm (viewport sizes) from CSS 3 Values and Units
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 11 12:33:48 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=27160
Antti Koivisto <koivisto at iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #126385|review? |review-
Flag| |
--- Comment #34 from Antti Koivisto <koivisto at iki.fi> 2012-02-11 12:33:46 PST ---
(From update of attachment 126385)
View in context: https://bugs.webkit.org/attachment.cgi?id=126385&action=review
> Source/WebCore/platform/Length.h:308
> + unsigned char m_viewportLengthType;
> + Document *m_document;
You can't add this stuff to Length. It is a memory-critical basic type.
--
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