Commits
User selector
Commit History
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on Mar 5, 2021
Reduce use of CFRetain() / CFRelease() / CFAutoRelease() in WebKit
Show description for 743c1f7committed
Commits on Jan 23, 2021
Obj-C API should do correct type checks when using a 32-bit address space
Show description for 41a3a43committed
Commits on Dec 11, 2020
Removing unnecessary locking from JSValue API functions
Show description for 03a825dcommitted
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 15, 2020
Should not use variable-length-array (VLA)
Show description for 003d037committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Apr 16, 2019
Unreviewed, rolling out r243672.
Show description for 02b1e5bcommitted
Commits on Mar 30, 2019
[JSC] JSWrapperMap should not use Objective-C Weak map (NSMapTable with NSPointerFunctionsWeakMemory) for m_cachedObjCWrappers
Show description for 2cf0530committed
Commits on Nov 11, 2018
Fix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
Show description for 6cbe4fccommittedFix a fixme: rename wtfObjcMsgSend to wtfObjCMsgSend
Show description for c7dc382committed
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Sep 21, 2018
Add Promise SPI
Show description for f4be298committedUnreviewed, rolling out r236359.
Show description for aba3a50committedAdd Promise SPI
Show description for 1a24faecommitted
Commits on Sep 17, 2018
Use OpaqueJSString rather than JSRetainPtr inside WebKit
Show description for 15e71f2committed
Commits on Sep 15, 2018
Streamline JSRetainPtr, fix leaks of JSString and JSGlobalContext
Show description for cdf8779committed
Commits on Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
Commits on Aug 8, 2018
[Cocoa] More tweaks and refactoring to prepare for ARC
Show description for 9d71247committed
Commits on Jul 30, 2018
Rename some JSC API functions/types.
Show description for 85a176ecommitted
Commits on Jul 26, 2018
[JSC API] We should support the symbol type in our C/Obj-C API
Show description for f8d5776committed
Commits on Jul 1, 2018
[Cocoa] Improve ARC compatibility of more code in JavaScriptCore
Show description for 5dcc358committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Jun 3, 2018
[Cocoa] Update some code to be more ARC-compatible to prepare for future ARC adoption
Show description for f4f2b1ccommitted
Commits on May 25, 2018
Fix issues with -dealloc methods found by clang static analyzer
Show description for 3c8de03committed
Commits on Apr 5, 2018
[WTF] Remove StaticLock
Show description for 488014dcommitted
Commits on Mar 8, 2018
[JSC] Add inherits<T>(VM&) leveraging JSCast fast path
Show description for 258827fcommitted
Commits on Sep 7, 2017
[JSC] Remove "malloc" and "free" from JSC/API
Show description for 68898f4committed
Commits on Jan 27, 2017
classInfo should take a VM so it is not materialized from the object on each call
Show description for ec8d700committed
Commits on Aug 20, 2015
Remove WTF::SpinLock
Show description for c904048committed
Filip Pizlo
Commits on Jun 5, 2015
finally blocks should not set the exception stack trace when re-throwing the exception.
Show description for cc4c6bfcommitted
Mark Lam
Commits on Apr 3, 2015
JavaScriptCore API should support type checking for Array and Date
Show description for b576520committed