Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
Commits on Aug 19, 2021
[iOS] Remove support for the meaningful tap heuristic
Show description for 58daa96committed
Commits on Jul 11, 2021
Remove an unused deprecated private UI delegate method
Show description for aac4a0ecommitted
Commits on Jul 5, 2021
[iOS] Augment -_webView:didNotHandleTapAsMeaningfulClickAtPoint: to include meaningful taps
Show description for da76891committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 13, 2021
Simplify / Modernize Notification permission implementation
Show description for 73bbe97committed
Commits on Apr 30, 2021
[iOS] Add a heuristic to determine whether a synthetic click triggered any meaningful changes
Show description for 71ca17dcommitted
Commits on Apr 27, 2021
Consistently include headers with <Framework/Header.h>
Show description for 4429516committed
Commits on Apr 16, 2021
Add WKUIDelegate SPI for starting XR session
Show description for 141ac5eauthored andcommittedPromote WKWebView device orientation permission delegate to API
Show description for 15f12c1committed
Commits on Apr 6, 2021
Make sure we no longer show the previous page when running a JS prompt
Show description for 21d55cccommitted
Commits on Mar 29, 2021
Promote WKWebView getUserMedia SPI to API
Show description for e7aafb3committed
Commits on Mar 22, 2021
Web Inspector: rename WebInspectorProxy to WebInspectorUIProxy
Show description for 598cfeccommitted
Commits on Mar 17, 2021
Align device orientation delegate to getUserMedia/geolocation delegates
Show description for 9f7e32acommitted
Commits on Mar 16, 2021
Add a new delegate for geolocation permission
Show description for e97199dcommitted
Commits on Mar 15, 2021
Update getUserMedia delegate to expose frame info
Show description for 878494dcommitted
Commits on Mar 4, 2021
Update camera and microphone capture state control WKWebView API
Show description for 3cde2f6committed
Commits on Feb 19, 2021
Update WKWebView getUserMedia delegate to latest proposal
Show description for d8c62becommitted
Commits on Feb 18, 2021
Add SPI for getting size of PDF document during printing
Show description for 5d093cdcommitted
Commits on Jan 13, 2021
[Cocoa] Web Inspector: move browser domain activation methods back to WKWebView and UIDelegate
Show description for 3e7d73ecommitted
Commits on Jan 7, 2021
Use smart pointers in UIDelegate and NavigationState
Show description for 4940faeauthored andcommitted
Commits on Dec 17, 2020
Followup patch: Still can't login to my.playstation.com
Show description for 1d4615bcommitted
Commits on Dec 16, 2020
Still can't login to my.playstation.com
Show description for d59e61fcommitted
Commits on Nov 17, 2020
Add a default action for SpeechRecognition permission request
Show description for 250b5d1committed
Commits on Nov 14, 2020
Implement basic permission check for SpeechRecognition
Show description for 6b4f739committed
Commits on Oct 27, 2020
[Cocoa] Introduce _WKInspectorConfiguration for customizing local and remote Web Inspectors
Show description for a5ca9decommitted
Commits on Oct 9, 2020
Implement TCC checks in UserMediaPermissionRequestManagerProxy
Show description for 035a5bccommitted
Commits on Oct 4, 2020
[Cocoa] Add WKUIDelegate SPI to inform clients when a _WKInspector is about to close
Show description for 9412553committed
Commits on Oct 1, 2020
Prevent media capture unless the application has correct data for system permission prompt
Show description for 2bca0efcommitted
Commits on Sep 28, 2020
Make sure our calls to AVCaptureDevice requestAccessForMediaType do processing on the main thread
Show description for 80e8b5acommitted
Commits on Sep 25, 2020
Implement default behavior for getUserMedia requests in case where there is no delegate set
Show description for c6ff541committed
Commits on Sep 22, 2020
Implement a default prompt for getUserMedia
Show description for 59c414ccommitted
Commits on Sep 10, 2020
Web Inspector: _WKInspectorDelegate should be attached to _WKInspector not WKWebView
Show description for f730246committed
Commits on Aug 10, 2020
Use RefPtr for WebKit::WebOpenPanelResultListenerProxy
Show description for 34d1f64committed