WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
220606
Add a quirk to disable "return to element fullscreen from picture-in-picture" for some sites
https://bugs.webkit.org/show_bug.cgi?id=220606
Summary
Add a quirk to disable "return to element fullscreen from picture-in-picture"...
Peng Liu
Reported
2021-01-13 15:21:36 PST
Add a quirk to disable "return to element fullscreen from picture-in-picture" for some sites
Attachments
Patch
(28.13 KB, patch)
2021-01-13 15:32 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
Rebase the patch
(28.14 KB, patch)
2021-01-13 16:00 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
Fix build failures
(29.69 KB, patch)
2021-01-13 19:15 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
Patch
(25.56 KB, patch)
2021-01-13 20:57 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
Revise the patch based on Eric's comment
(25.53 KB, patch)
2021-01-14 14:17 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Peng Liu
Comment 1
2021-01-13 15:32:41 PST
Created
attachment 417572
[details]
Patch
Peng Liu
Comment 2
2021-01-13 15:33:27 PST
<
rdar://problem/70788878
>
Peng Liu
Comment 3
2021-01-13 16:00:23 PST
Created
attachment 417575
[details]
Rebase the patch
Peng Liu
Comment 4
2021-01-13 19:15:50 PST
Created
attachment 417591
[details]
Fix build failures
Peng Liu
Comment 5
2021-01-13 20:57:17 PST
Created
attachment 417595
[details]
Patch
Eric Carlson
Comment 6
2021-01-14 10:47:55 PST
Comment on
attachment 417595
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=417595&action=review
> Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:893 > + if (!_blocksReturnToFullscreenFromPictureInPicture) > + _shouldReturnToFullscreenFromPictureInPicture = YES;
This could be simplified to `_shouldReturnToFullscreenFromPictureInPicture = !_blocksReturnToFullscreenFromPictureInPicture`
Peng Liu
Comment 7
2021-01-14 11:26:46 PST
Comment on
attachment 417595
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=417595&action=review
>> Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:893 >> + _shouldReturnToFullscreenFromPictureInPicture = YES; > > This could be simplified to `_shouldReturnToFullscreenFromPictureInPicture = !_blocksReturnToFullscreenFromPictureInPicture`
Right!
Peng Liu
Comment 8
2021-01-14 14:17:54 PST
Created
attachment 417652
[details]
Revise the patch based on Eric's comment
EWS
Comment 9
2021-01-14 15:17:25 PST
Committed
r271503
: <
https://trac.webkit.org/changeset/271503
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 417652
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug