Commits
User selector
Commit History
Commits on Feb 20, 2021
Review remaining usage of autorelease to make sure it is necessary
Show description for 8301762committed
Commits on Feb 19, 2021
Reduce explicit usage of [objC autorelease] in WebKit
Show description for 29ae036committed
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 Jan 16, 2021
Build fixes with newer clang
Show description for a26249ecommitted
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 Mar 13, 2020
[Cocoa] Push applicationSDKVersion() down from WebCore into WTF
Show description for b6073a3committed
Commits on Jan 9, 2020
Reduce binary size by purging C++ type information in Objective-C fields and parameters
Show description for 4eb014dcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 17, 2019
Use constexpr in more places and remove some unnecessary external linkage.
Show description for d2b6c67committed
Mark Lam
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on May 7, 2019
JSWrapperMap should check if existing prototype properties are wrappers when copying exported methods.
Show description for e53c979committed
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 Feb 22, 2019
[JSC] putNonEnumerable in JSWrapperMap is too costly
Show description for 96ff1d9committed
Commits on Oct 30, 2018
Clean up some obsolete MAX_ALLOWED macros
Show description for 6e036bdcommitted
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 8, 2018
[Cocoa] More tweaks and refactoring to prepare for ARC
Show description for 9d71247committed
Commits on Jul 1, 2018
[Cocoa] Improve ARC compatibility of more code in JavaScriptCore
Show description for 5dcc358committed
Commits on Jun 18, 2018
Share structure across instances of classes exported through the ObjC API
Show description for 2d365d5authored andcommitted
Commits on Mar 8, 2018
[JSC] Add inherits<T>(VM&) leveraging JSCast fast path
Show description for 258827fcommitted
Commits on Sep 9, 2017
Avoid duplicate computations of ExecState::vm().
Show description for a88ab91committed
Mark Lam
Commits on Sep 7, 2017
[JSC] Remove "malloc" and "free" from JSC/API
Show description for 68898f4committed
Commits on Sep 4, 2017
Remove "malloc" and "free" use
Show description for 6a1a565committed
Commits on Jun 16, 2017
[Cocoa] Modernize some internal initializers to use instancetype instead of id
Show description for b4913f2authored andcommitted
Commits on Jun 15, 2017
[Cocoa] Objective-C class whose name begins with an underscore can’t be exported to JavaScript
Show description for f1a0859committed
Dan Bernstein
Commits on May 22, 2017
[Cocoa] An exported Objective C class’s prototype and constructor don't persist across JSContext deallocation
Show description for 7b06ba4committed
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 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jun 30, 2016
REGRESSION(200114): Netflix app does not see ChromeCast
Show description for 7816907committed
Commits on May 13, 2016
- committed
Commits on Apr 27, 2016
Address feedback from https://bugs.webkit.org/show_bug.cgi?id=157048#c5.
Show description for d16665acommitted
Mark LamGardening: speculative build fix.
Show description for 2304885committed
Mark LamUpdate the compatibility version check for the ObjC API's InitConstructorSupport to use dyld_get_program_sdk_version().
Show description for f62bfb6committed
Mark Lam