Bug 78929 - Full Screen Refactor Part 5: Support Lion's Full Screen Spaces in Full Screen mode.
Summary: Full Screen Refactor Part 5: Support Lion's Full Screen Spaces in Full Screen...
Status: RESOLVED DUPLICATE of bug 100025
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on: 78928
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-17 13:35 PST by Jer Noble
Modified: 2012-11-14 11:25 PST (History)
0 users

See Also:


Attachments
Patch (11.83 KB, patch)
2012-02-20 14:20 PST, Jer Noble
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2012-02-17 13:35:41 PST
When entering into full-screen mode, use Lion's Full Screen API when available.
Comment 1 Jer Noble 2012-02-20 14:20:12 PST
Created attachment 127849 [details]
Patch
Comment 2 Anders Carlsson 2012-03-07 22:51:08 PST
Comment on attachment 127849 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=127849&action=review

> Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm:247
> +        // Already in Lion full-screen mode.

No need to use the term "Lion full-screen mode" here - eventually this will be the default mode and then "Lion" will just be confusing. I'd just call this "full-screen mode".

> Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm:316
> +        // Not in Lion full-screen mode.

Ditto.
Comment 3 Jer Noble 2012-11-14 11:25:53 PST
This bug has been superseded by bug #100025.

*** This bug has been marked as a duplicate of bug 100025 ***