RESOLVED FIXED 60511
A WKView with plug-ins paints white when first moved into a window
https://bugs.webkit.org/show_bug.cgi?id=60511
Summary A WKView with plug-ins paints white when first moved into a window
mitz
Reported 2011-05-09 15:39:08 PDT
A WKView with plug-ins paints white when first moved into a window
Attachments
Defer call to setCanStartMedia() when a WKView is installed in a window (3.12 KB, patch)
2011-05-09 15:54 PDT, mitz
no flags
Defer call to setCanStartMedia() when a WKView is installed in a window (3.26 KB, patch)
2011-05-09 16:10 PDT, mitz
darin: review+
mitz
Comment 1 2011-05-09 15:54:41 PDT
Created attachment 92873 [details] Defer call to setCanStartMedia() when a WKView is installed in a window
Early Warning System Bot
Comment 2 2011-05-09 16:07:03 PDT
Comment on attachment 92873 [details] Defer call to setCanStartMedia() when a WKView is installed in a window Attachment 92873 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/8653742
mitz
Comment 3 2011-05-09 16:10:28 PDT
Created attachment 92877 [details] Defer call to setCanStartMedia() when a WKView is installed in a window
Darin Adler
Comment 4 2011-05-09 16:25:10 PDT
Comment on attachment 92877 [details] Defer call to setCanStartMedia() when a WKView is installed in a window View in context: https://bugs.webkit.org/attachment.cgi?id=92877&action=review > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1298 > + m_setCanStartMediaTimer.startOneShot(0); Needs a comment right here about why this is done on a timer.
mitz
Comment 5 2011-05-09 16:33:03 PDT
WebKit Review Bot
Comment 6 2011-05-09 17:34:55 PDT
http://trac.webkit.org/changeset/86103 might have broken GTK Linux 32-bit Release The following tests are not passing: scrollbars/custom-scrollbar-with-incomplete-style.html
Note You need to log in before you can comment on or make changes to this bug.