Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committed
Commits on Jun 8, 2021
Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy
Show description for cf4239fcommitted
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 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 18, 2021
Temporarily revert r276592 as it breaks some native apps
Show description for 811aa6ecommitted
Commits on Apr 27, 2021
[JSC] Remove defaultValue() from the method table
Show description for 32e5915committed
Commits on Apr 26, 2021
[JSC] OrdinarySet should invoke custom [[Set]] methods
Show description for a5cadcacommitted
Commits on Apr 20, 2021
Refactor sorted array mapping machinery in LocaleToScriptMapping.cpp for reuse elsewhere
Show description for 01b7f88committed
Commits on Apr 9, 2021
[Cocoa] Reduce usage of autorelease, fix mistakes noticed nearby code using autorelease
Show description for 6e39d29committed
Commits on Mar 12, 2021
[BigSur wk1 arm64] platform/mac/fast/objc/longlongTest.html is a consistent failure.
Show description for bc2cb3fcommitted
Mark Lam
Commits on Mar 11, 2021
Use RetainPtr<> / OSObjectPtr<> more in WebKit
Show description for 27d4cf2committed
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
Use a smart pointer for s_exception in objc_instance.mm
Show description for 0c5a398committed
Commits on Feb 17, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 3fbf538committed
Commits on Feb 16, 2021
Reduce explicit usage of [objC release] in WebKit even more
Show description for 50da8ffcommitted
Commits on Feb 12, 2021
Reduce explicit usage of [objC release] in WebKit
Show description for 72b5e4ccommitted
Commits on Jan 26, 2021
REGRESSION (r270874): Some React Native apps are reported broken on iOS
Show description for 20838e9committed
Commits on Jan 7, 2021
[JSC] Simplify get*PropertyNames() methods and EnumerationMode
Show description for 8aac9eccommitted
Commits on Dec 16, 2020
Non-enumerable property fails to shadow inherited enumerable property from for-in
Show description for 55e3813committed
Commits on Oct 3, 2020
[JSC] Introduce JITOperationList to validate JIT-caged pointers
Show description for 0fb3c9bcommitted
Commits on Sep 29, 2020
Use JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Show description for a509b3acommitted
Commits on Sep 25, 2020
[JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION to make host function definition easy-to-scanned for JIT-caging
Show description for edc103acommitted
Commits on Sep 21, 2020
Functions should consistently enumerate length before name
Show description for 6925bb3committed
Commits on Jul 28, 2020
IndexedDB binding utilities miss exception checks
Show description for 81b033ccommitted
Commits on Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on Jun 27, 2020
Fix missing exception check in createIDBKeyFromValue().
Show description for a56dba3committed
Mark Lam
Commits on Jun 10, 2020
Disambiguate the OverridesGetPropertyNames structure flag
Show description for cfad578committed
Mark Lam
Commits on May 4, 2020
Fix static analyzer false positive in -[WebUndefined undefined]
Show description for 376c14acommitted
Commits on May 1, 2020
We can't cast toLength result to unsigned
Show description for 09d1563committed
Commits on Apr 27, 2020
[JSC] CallData/ConstructData should include CallType/ConstructType
Show description for b5c58f6committed
Commits on Apr 21, 2020
Classes marked final should not use protected access specifier
Show description for b95ea40committed
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 Mar 17, 2020
RELEASE_LOG should not be Cocoa specific
Show description for fba997ecommitted