WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
43916
[GTK] Flash plays intermittently if border to window is 0px
https://bugs.webkit.org/show_bug.cgi?id=43916
Summary
[GTK] Flash plays intermittently if border to window is 0px
Barry Scott
Reported
2010-08-12 07:52:12 PDT
The program webkit_flash show a problem that flash will not always play if it fills the window. Adding a 1px border around the flash means it always plays. But is not an acceptable work around for our application. The problem is intermittent, you will need to run the test many times to trigger the failure. (In our production application we have 100% failure rate). Environment. The software is built and run on Fedora 13. It breaks on a range of hardware from ATOM to Dual Core 2 CPU. Building using the provided Makefile. make all Running a test. You can use the onelan.swf file to test flash. Behaviour is different on file: and http:. You will need to host the onelan.swf on a web server to test from http:. ./webkit_flash --noborder <URL> ./webkit_flash --noborder file://./onelan.swf You will need to run the program a lot to trigger the failure. For example failing 1 in 10 or 20 runs. When it does fail you will either see a grey rectangle and no flash animation. Or you will see the animation freeze. Code notes. The webkit_flash.cpp code is extracted from a larger C++ application. We also have to run with the code that is turned on by defining ONELAN_GDK_MUTEX_HACK as we see GDK deadlock itself when playing flash.
Attachments
Example software
(8.75 KB, application/x-gzip)
2010-08-12 07:53 PDT
,
Barry Scott
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Barry Scott
Comment 1
2010-08-12 07:53:04 PDT
Created
attachment 64225
[details]
Example software
Barry Scott
Comment 2
2010-09-06 08:57:03 PDT
We have found that is problem is caused by a bug in our compositor software and is not a problem with WebKit or Flash. Please close this bug.
Nicolas Dufresne
Comment 3
2010-12-01 17:52:13 PST
It's mentioned that we should close but I would not be surprise if that bug is also related to:
https://bugs.webkit.org/show_bug.cgi?id=47742
Which is pending on me writing a unit test (it's a tricky test to write, so I apologize of the delays).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug