Bug 139835 - [iOS] Add didEnterFullscreen / didExitFullscreen callbacks to WKUIDelegatePrivate
Summary: [iOS] Add didEnterFullscreen / didExitFullscreen callbacks to WKUIDelegatePri...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-12-19 13:45 PST by Chris Dumez
Modified: 2014-12-19 17:12 PST (History)
10 users (show)

See Also:


Attachments
Patch (9.50 KB, patch)
2014-12-19 14:23 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-12-19 13:45:00 PST
Add didEnterFullscreen / didExitFullscreen callbacks to WKUIDelegatePrivate so that I can use them in MobileSafari.

See Radar for more information.
Radar: <rdar://problem/19312042>
Comment 1 Chris Dumez 2014-12-19 14:23:37 PST
Created attachment 243577 [details]
Patch
Comment 2 WebKit Commit Bot 2014-12-19 14:25:10 PST
Attachment 243577 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.h:93:  Please declare enum bitfields as unsigned integral types.  [runtime/enum_bitfields] [5]
ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.h:94:  Please declare enum bitfields as unsigned integral types.  [runtime/enum_bitfields] [5]
Total errors found: 2 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2014-12-19 17:11:51 PST
Comment on attachment 243577 [details]
Patch

Clearing flags on attachment: 243577

Committed r177612: <http://trac.webkit.org/changeset/177612>
Comment 4 WebKit Commit Bot 2014-12-19 17:12:00 PST
All reviewed patches have been landed.  Closing bug.