Bug 183501 - Unconditionalize more methods in VideoFullscreenInterface (and related classes)
Summary: Unconditionalize more methods in VideoFullscreenInterface (and related classes)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-08 23:16 PST by Jer Noble
Modified: 2018-03-09 17:18 PST (History)
3 users (show)

See Also:


Attachments
Patch (16.47 KB, patch)
2018-03-08 23:17 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (16.47 KB, patch)
2018-03-09 11:44 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (16.52 KB, patch)
2018-03-09 11:54 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch for landing (16.56 KB, patch)
2018-03-09 14:16 PST, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2018-03-08 23:16:00 PST
Unconditionalize more methods in VideoFullscreenInterface (and related classes)
Comment 1 Jer Noble 2018-03-08 23:17:42 PST
Created attachment 335400 [details]
Patch
Comment 2 Jer Noble 2018-03-09 11:44:36 PST
Created attachment 335442 [details]
Patch
Comment 3 Jer Noble 2018-03-09 11:54:15 PST
Created attachment 335443 [details]
Patch
Comment 4 Radar WebKit Bug Importer 2018-03-09 11:57:47 PST
<rdar://problem/38312038>
Comment 5 Eric Carlson 2018-03-09 12:09:39 PST
Comment on attachment 335443 [details]
Patch

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

> Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.h:154
> +    bool isPlayingVideoInEnhancedFullscreen() const;

Huh, I thought we got rid of "EnhancedFullscreen". Can you change this to something like "isPlayingVideoInPictureInPicture" as long as you are updating?
Comment 6 Jer Noble 2018-03-09 13:03:46 PST
(In reply to Eric Carlson from comment #5)
> Comment on attachment 335443 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=335443&action=review
> 
> > Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.h:154
> > +    bool isPlayingVideoInEnhancedFullscreen() const;
> 
> Huh, I thought we got rid of "EnhancedFullscreen". Can you change this to
> something like "isPlayingVideoInPictureInPicture" as long as you are
> updating?

We'd have to change it everywhere at once, but I could take a stab at it.
Comment 7 Jer Noble 2018-03-09 14:16:15 PST
Created attachment 335461 [details]
Patch for landing
Comment 8 WebKit Commit Bot 2018-03-09 14:56:56 PST
Comment on attachment 335461 [details]
Patch for landing

Clearing flags on attachment: 335461

Committed r229485: <https://trac.webkit.org/changeset/229485>
Comment 9 WebKit Commit Bot 2018-03-09 14:56:57 PST
All reviewed patches have been landed.  Closing bug.
Comment 10 Jer Noble 2018-03-09 17:18:35 PST
Landed follow-up build fix in http://trac.webkit.org/r229494