Commits
User selector
Commit History
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Aug 25, 2021
Refactor ENABLE(JIT_OPERATION_VALIDATION) code to emit no code when disabled.
Show description for 838ddf4committed
Mark Lam
Commits on Aug 7, 2021
Deduplicate logging channel algorithms
Show description for c289a85committedUnreviewed, reverting r280756.
Show description for 689b36acommittedDeduplicate logging channel algorithms
Show description for 5fc4e51committed
Commits on Dec 14, 2020
[JSC] Introduce vmEntryCustomAccessor and vmEntryHostFunction for JITCage
Show description for 0383c27committed
Commits on Nov 13, 2020
Cleanup InternalSettings
Show description for e916437committed
Sam Weinig
Commits on Oct 21, 2020
Merge WorkerScriptController and WorkletScriptController into WorkerOrWorkletScriptController
Show description for d497389committed
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Oct 11, 2020
[JSC] Assert Operation and HostFunction are in JITOperationsList
Show description for 623d100committed
Commits on Oct 5, 2020
Unify linkedOnOrAfter duplicate code and use SPI/WebCoreTestSupport instead of NSUserDefaults
Show description for 3119e36committed
Commits on Jun 27, 2020
Fix missing exception check in createIDBKeyFromValue().
Show description for a56dba3committed
Mark Lam
Commits on May 12, 2020
[ macOS ] scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html is a flaky failure
Show description for be32a4bcommitted
Commits on Apr 9, 2020
eventSender.monitorWheelEvents() should clear latching state
Show description for 2b01127committed
Commits on Mar 19, 2020
eventSender.monitorWheelEvents() is very fragile
Show description for dfaf2c9committed
Commits on Mar 7, 2020
Hit-test CALayers on the scrolling thread for async frame/overflow scrolling
Show description for d786d4dcommitted
Commits on Feb 28, 2020
Fix WebCore export macros for declspec
Show description for 500260ccommitted
Commits on Feb 10, 2020
Standard gamepad mapping for GameControllerGamepads
Show description for a28bd80authored andcommitted
Commits on Nov 7, 2019
WEBCORE_TESTSUPPORT_EXPORT should be used only for WebCoreTestSupport, not for WebCore
Show description for efe5a3ccommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 16, 2019
DumpRenderTree should clear WTFLogChannelState::OnWithAccumulation state set by testRunner.accummulateLogsForChannel
Show description for 25a012bcommitted
Commits on Oct 10, 2019
Rename WheelEventTestTrigger and improve naming in related code
Show description for 42a3f30committed
Commits on Sep 12, 2019
Harden JSC against the abuse of runtime options.
Show description for 199998ccommitted
Mark Lam
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on May 14, 2019
[CG] Adding support for HEIF-sequence ('public.heics') images
Show description for 068b22bauthored andcommitted
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 21, 2018
Don't place "using namespace XXX;" in global space for unified source builds
Show description for 00ea180committed
Commits on May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on May 24, 2018
Expose $vm if window.internals is exposed
Show description for 4042c91committed
Commits on Mar 30, 2018
Use Forward.h instead of forward-declaring WTF::String
Show description for 6387a17committed
Commits on Feb 21, 2018
[CMake][Win] Use cmakeconfig.h rather than config.h and Platform.h
Show description for ed4f541committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Jan 9, 2018
Unreviewed, silence -Wunused-parameter warning
Show description for ad2fb5ecommitted
Commits on Jan 8, 2018
navigator.onLine does not work inside service workers
Show description for 912795aauthored andcommitted