Commits
User selector
Commit History
Commits on Mar 26, 2021
It should be possible to drag images with overlay content
Show description for 50c1406committed
Commits on Feb 23, 2021
Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks in Tools/
Show description for 6f485d1committed
Commits on Feb 22, 2021
Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks
Show description for 9db1009committed
Commits on Feb 18, 2021
Reduce explicit usage of [objC autorelease] in WebKit even further
Show description for 40a7807committed
Commits on Feb 16, 2021
Reduce explicit usage of [objC release] in WebKit even more
Show description for 50da8ffcommitted
Commits on Nov 20, 2020
Code formatting: change instances of "@synthesize a=b" to "@synthesize a = b".
Show description for 9c98502authored andcommitted
Commits on Oct 5, 2020
Unify linkedOnOrAfter duplicate code and use SPI/WebCoreTestSupport instead of NSUserDefaults
Show description for 3119e36committed
Commits on Aug 2, 2020
Special HID mapping for the Logitech F310/F710 controllers.
Show description for a094550committed
Commits on Aug 1, 2020
Special HID mapping for the Google Stadia controller
Show description for 4e56219committed
Commits on Jul 31, 2020
Special HID mapping for the Dualshock 3 controller
Show description for 83b4b84committed
Commits on Jul 30, 2020
Web content gets stuck in an inactive state (no cursor updates or text insertion caret) when activating a tab with a thumbnail visible
Show description for a0451facommitted
Commits on Jul 25, 2020
Hard code some MFi controller devices instead of dynamically managing HID vs GameController.framework.
Show description for a81dd1ecommitted
Commits on Jul 23, 2020
Add Gamepad tests that exercise the native frameworks
Show description for 25429e2committed
Commits on Jun 9, 2020
WebKit.ShrinkToFit is failing on some bots
Show description for ec5d0f0committed
Commits on Jun 3, 2020
dataTransfer.types is empty when handling the "dragstart" event
Show description for 5c8ed98committed
Commits on May 19, 2020
[macOS] Drag and drop within a contenteditable area duplicates attachment-backed images
Show description for 9ac283ccommitted
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 10, 2020
[Cocoa] Simplify NSArray, NSDictionary, and NSNumber idioms throughout WebKit
Show description for 2a420c5committed
Commits on Feb 3, 2020
Use std::hypot() where possible
Show description for e9ad3b8committed
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
Commits on Aug 30, 2019
Remove AppKitCompatibilityDeclarations.h
Show description for 1a23ffecommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 15, 2019
Remove support for macOS < 10.13
Show description for 4338902committed
Commits on Aug 2, 2019
Consistently use Obj-C boolean literals
Show description for 4db6828committed
Commits on Jun 6, 2019
[macOS] Stop calling -[NSDraggingItem setItem:]
Show description for bb1b11ecommitted
Commits on Mar 4, 2019
Rid the world of WK_API_ENABLED
Show description for a2d5b2acommitted
Commits on Feb 13, 2019
Further restricting webarchive loads
Show description for f3dc8d8committed
Jiewen Tan
Commits on Jan 31, 2019
[NSDragItem init] is unavailable
Show description for 1b5e80bcommitted
Commits on Jan 15, 2019
Cannot tab out of WKWebView on macOS
Show description for 80751d3committed
Commits on Jan 4, 2019
Deprecate WKContextCreate
Show description for 80b6998committed
Commits on Dec 21, 2018
<rdar://problem/46194315> macOS: WebKit1 does not handle occlusion changes
Show description for 5e4a3dbcommitted
Commits on Dec 6, 2018
[Cocoa] Share ClassMethodSwizzler and InstanceMethodSwizzler between TestWebKitAPI and WebKitTestRunner
Show description for 421edcbcommitted