RESOLVED FIXED 49510
Only inject fullscreen.css when in fullscreen
https://bugs.webkit.org/show_bug.cgi?id=49510
Summary Only inject fullscreen.css when in fullscreen
Simon Fraser (smfr)
Reported 2010-11-14 09:33:07 PST
Adding the fullscreen UA stylesheet to all pages at all times adds some additional overhead to CSS style resolution that we can avoid. This is important because we try to match :-webkit-full-screen against every element.
Attachments
Patch (3.65 KB, patch)
2010-11-18 11:15 PST, Rob Buis
simon.fraser: review+
Rob Buis
Comment 1 2010-11-18 11:15:52 PST
Simon Fraser (smfr)
Comment 2 2010-11-18 11:23:17 PST
Comment on attachment 74265 [details] Patch Thank you!
WebKit Review Bot
Comment 3 2010-11-18 12:40:00 PST
http://trac.webkit.org/changeset/72321 might have broken Qt Linux Release
Rob Buis
Comment 4 2010-11-18 13:16:55 PST
Landed in r72321.
Philippe Normand
Comment 5 2010-12-06 09:36:27 PST
It seems that with this patch the fullscreen css is never loaded because when the document is initially created it is not in fullscreen state. Or did I miss something?
Note You need to log in before you can comment on or make changes to this bug.