Bug 61848 - Implement video full-srceen API in WebKit2
Summary: Implement video full-srceen API in WebKit2
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on: 61843
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-01 01:52 PDT by Jer Noble
Modified: 2012-01-30 15:27 PST (History)
5 users (show)

See Also:


Attachments
Patch (77.43 KB, patch)
2011-06-01 02:46 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
[PATCH 1/4] Added new class: WebVideoFullScreenManager (39.04 KB, patch)
2011-06-01 14:18 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
[PATCH 2/4] Added new class: WebVideoFullScreenManagerProxy (33.10 KB, patch)
2011-06-01 14:19 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
[PATCH 3/4] Add new classes to project, and add support for their (21.10 KB, patch)
2011-06-01 14:19 PDT, Jer Noble
eric: commit-queue-
Details | Formatted Diff | Diff
[PATCH 4/4] Enable video full-screen mode in WebKit2/mac. (5.05 KB, patch)
2011-06-01 14:20 PDT, Jer Noble
eric: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-06-01 01:52:01 PDT
Implement video full-srceen API in WebKit2
Comment 1 Jer Noble 2011-06-01 02:46:08 PDT
Created attachment 95571 [details]
Patch

This patch enables video full-screen mode (i.e. webkitEnterFullscreen) in WebKit2 on mac, supporting both QTKit and AVFoundation.
Comment 2 Jer Noble 2011-06-01 14:18:43 PDT
Created attachment 95660 [details]
[PATCH 1/4] Added new class: WebVideoFullScreenManager
Comment 3 Jer Noble 2011-06-01 14:19:19 PDT
Created attachment 95661 [details]
[PATCH 2/4] Added new class: WebVideoFullScreenManagerProxy
Comment 4 Jer Noble 2011-06-01 14:19:56 PDT
Created attachment 95662 [details]
[PATCH 3/4] Add new classes to project, and add support for their
Comment 5 Jer Noble 2011-06-01 14:20:21 PDT
Created attachment 95663 [details]
[PATCH 4/4] Enable video full-screen mode in WebKit2/mac.
Comment 6 WebKit Review Bot 2011-06-01 14:20:47 PDT
Attachment 95660 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/WebProcess/FullScreen/mac/WebVideoFullScreenManagerMac.h:41:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebKit2/WebProcess/FullScreen/WebVideoFullScreenManager.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 2 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 WebKit Review Bot 2011-06-01 14:21:55 PDT
Attachment 95661 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/UIProcess/FullScreen/WebVideoFullScreenManagerProxy.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Jer Noble 2011-06-01 14:28:58 PDT
<rdar://problem/9522985>
Comment 9 Eric Seidel (no email) 2011-06-02 08:38:05 PDT
Who should be CC'd to review these?
Comment 10 Eric Seidel (no email) 2011-06-04 08:52:56 PDT
Comment on attachment 95662 [details]
[PATCH 3/4] Add new classes to project, and add support for their

Attachment 95662 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/8651089
Comment 11 Eric Seidel (no email) 2011-06-04 08:54:27 PDT
Comment on attachment 95663 [details]
[PATCH 4/4] Enable video full-screen mode in WebKit2/mac.

Attachment 95663 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/8766376
Comment 12 Eric Seidel (no email) 2012-01-30 15:22:16 PST
Looks like this was forgotten?
Comment 13 Jer Noble 2012-01-30 15:27:13 PST
Yes, I'll clear the r? flags and mark this as not-to-be-fixed.