Commits
User selector
Commit History
Commits on Aug 4, 2021
Use Observer in place of VideoFullscreenManagerProxyClient
Show description for 40eeecacommitted
Commits on Jun 25, 2021
Explicitly invalidate WKFullScreenViewController after a video exits fullscreen
Show description for f78b6dfcommitted
Commits on Jun 18, 2021
[iOS] Fullscreen video playback gets stuck after interacting with the playback controls
Show description for 1939cdbcommitted
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 20, 2021
Configure fullscreen view after it has transitioned
Show description for 2fa8572committed
Commits on Mar 16, 2021
[iOS] Scroll event is fired before webkitfullscreenchange event when an element enters fullscreen
Show description for 535b4decommitted
Commits on Mar 11, 2021
Add plumbing for `defaultPlaybackRate` to AVKit
Show description for 057ea07committed
Commits on Mar 5, 2021
Unreviewed, fix the build with recent SDKs.
Show description for 71bf3aacommittedReduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit
Show description for 743c1f7committed
Commits on Feb 18, 2021
Reduce explicit usage of [objC autorelease] in WebKit even further
Show description for 40a7807committed
Commits on Jan 14, 2021
Add a quirk to disable "return to element fullscreen from picture-in-picture" for some sites
Show description for 597b75dcommittedRemoved most uses of dispatch_async(dispatch_get_main_queue(), ...)
Show description for f2a8c84committed
Commits on Jan 5, 2021
Make WebPage::ForceRepaint use CompletionHandler instead of VoidCallback
Show description for 22b2a34authored andcommitted
Commits on Nov 20, 2020
Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b".
Show description for 9c98502authored andcommitted
Commits on Nov 7, 2020
PiP return to element full screen is not smooth on some websites
Show description for cf0bbcdcommitted
Commits on Oct 9, 2020
Promote WKWebView media playback SPI to API
Show description for c76ceffcommitted
Commits on Sep 15, 2020
Commits on Sep 14, 2020
Returning to element fullscreen from PiP is not stable under stress tests
Show description for 2aeef7dcommitted
Commits on Sep 8, 2020
Clean up functions and state variables related to the picture-in-picture implementation
Show description for e5415f2committed
Commits on Aug 31, 2020
Remove unused editable image code
Show description for bd0ed21committed
Commits on Aug 12, 2020
Add the support to return to element fullscreen from picture-in-picture
Show description for e008aa2committed
Commits on Jun 30, 2020
Scrunching a video to PiP can result in broken animation and leave Safari in a bad state
Show description for b6aa73ccommitted
Commits on Jun 25, 2020
Upstream iPadOS 13.0 multi-window support
Show description for 8fb659ccommitted
Commits on Jun 3, 2020
[iOS] Hide the PiP button in fullscreen mode if PiP is disabled in preferences
Show description for 6f6601fcommitted
Commits on May 20, 2020
Update some media logging
Show description for d8731f5committedUpdate some media logging
Show description for 4c303afcommitted
Commits on May 5, 2020
Remove now-unneeded HAVE(SEC_TRUST_EVALUATE_WITH_ERROR)
Show description for f14b7cccommitted
Commits on Apr 23, 2020
[Cocoa] Build with UChar as char16_t even in builds that use Apple's internal SDK
Show description for 78cf535committed
Commits on Apr 22, 2020
PiP buttons shows up in element fullscreen when PiP is disabled in WKWebViewConfiguration
Show description for da7e459committed
Commits on Apr 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Apr 15, 2020
Video elements don't return to the correct position when exiting fullscreen
Show description for da91cf2committed
Commits on Jan 9, 2020
Reduce binary size by purging C++ type information in Objective-C fields and parameters
Show description for 4eb014dcommitted
Commits on Dec 13, 2019
Move WKWebView code related to testing to new files, with new private "for testing" headers.
Show description for 7fb2a9dcommitted
Commits on Dec 11, 2019
Unreviewed, rolling out r253376.
Show description for bd5a3eccommitted
Truitt SavellMove WKWebView code related to testing to new files, with their own headers, and stop exposing test-only functions as SPI.
Show description for 1c04c0bcommitted