Commits
User selector
Commit History
Commits on Sep 21, 2021
Drop makeRefPtr() and use RefPtr { } directly instead
Show description for fef3d76committed
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 9, 2021
Deploy CheckedRef on FocusController
Show description for 3f7cc98committed
Commits on Jun 21, 2021
Update TBA macros for iOS 15 / macOS 13
Show description for 995f6b1committed
Commits on Jun 17, 2021
Document's execCommand() / queryCommand*() should throw an exception on non-HTML/XHTML documents
Show description for 48e968ccommitted
Commits on Jun 7, 2021
[GTK][WPE] Signal "window-object-cleared" not emitted unless frame js context is get before
Show description for ba5def1committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 25, 2021
AX: Fix build failure for WK API WTF::String usage
Show description for c795aadcommitted
Commits on May 24, 2021
AX: Settings: Increase contrast isn't detected in browser until an additional setting is applied
Show description for e2e5b5bcommittedRemove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 20, 2021
[WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes
Show description for 6bb75cfcommitted
Commits on May 19, 2021
Simplify and make InjectedBundle::initialize() more robust
Show description for ee941b4committed
Commits on May 18, 2021
Unreviewed, reverting r277614.
Show description for 5b3d19bcommitted
Commits on May 17, 2021
Remove API::Object::Type::BundlePageGroup
Show description for 688fac9committed
Commits on May 13, 2021
Remove StringBuilder::appendNumber
Show description for e12a212committed
Commits on May 12, 2021
Port WTF::FileSystem::listDirectory to std::filesystem
Show description for 23c1806committed
Commits on May 10, 2021
Make WebCore::HitTestRequest::RequestType an enum class
Show description for bd9cfa2committedAdd ObjC API similar to WKBundlePageCopyGroupIdentifier
Show description for 046c1b1committedRemove WKBundlePageGroupRef
Show description for bed1de9committed
Commits on Apr 27, 2021
Consistently include headers with <Framework/Header.h>
Show description for 4429516committed
Commits on Apr 17, 2021
Consider making CSSStyleSheet::rules() just an alias of CSSStyleSheet::cssRules().
Show description for 9529e06authored andcommitted
Commits on Apr 12, 2021
[WPE][GTK] Use g_object_notify_by_pspec() whenever possible
Show description for 9b4220acommitted
Commits on Mar 29, 2021
Add a way for internal clients to hit-test for selectable text in user agent shadow roots
Show description for 18bce28committed
Commits on Mar 16, 2021
Add signpost for injected bundle creation
Show description for 57e6bb4committed
Commits on Mar 10, 2021
[Cocoa] Make WebKit API Objective-C objects safe to release on non-main threads
Show description for 63997a5committedGLib JSC API headers should only include other GLib JSC API headers
Show description for f878339committed
Commits on Mar 6, 2021
Update ApplicationCacheStorage::originsWithCache() to return a HashSet<SecurityOriginData> instead of a Vector<Ref<SecurityOrigin>>
Show description for 1b9e219committed
Commits on Mar 3, 2021
Unreviewed, reverting r273814.
Show description for bebea04committed[CMake] JavaScriptCore GLib headers should be copies
Show description for 194743acommitted
Commits on Mar 1, 2021
Remove ENABLE_WEBPROCESS_WINDOWSERVER_BLOCKING which is always true for macOS
Show description for de5c619committed
Commits on Feb 22, 2021
Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks
Show description for 9db1009committed
Commits on Feb 21, 2021
[Cocoa] Web Inspector: expose the WKBrowsingContextHandle associated with Web Inspector's page
Show description for 1490312committed
Commits on Feb 18, 2021
Reduce explicit usage of [objC autorelease] in WebKit even further
Show description for 40a7807committed