Summary: | HTML5 Player Has no Fullscreen Mode | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> | ||||
Component: | Media | Assignee: | Jer Noble <jer.noble> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue | ||||
Priority: | P2 | Keywords: | InRadar, PlatformOnly | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Jer Noble
2011-04-04 15:15:18 PDT
Created attachment 88142 [details]
Patch
Comment on attachment 88142 [details]
Patch
Is there an easy way to regression-test this?
(In reply to comment #3) > (From update of attachment 88142 [details]) > Is there an easy way to regression-test this? Not really; we'd have to convince DRT to answer "false" to supportsFullscreenForNode(), and "true" to supportsFullscreenForElement(), which would break a lot of existing tests on platforms which don't support the new API. OTOH, I have a bug which would add support for the new API to WebKitTestRunner, and once that's fixed, this would be easily regression testable. That WebKitTestRunner bug is: bug #56318. Comment on attachment 88142 [details] Patch Clearing flags on attachment: 88142 Committed r82991: <http://trac.webkit.org/changeset/82991> All reviewed patches have been landed. Closing bug. |