Commits
User selector
Commit History
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on Jun 7, 2025
Reduce unsafeness by making more JSC class member variables const
Show description for e573668committed
Commits on Apr 14, 2022
[JSC] Reduce use of CallFrame::deprecatedVM
Show description for c1fc988committed
Commits on Oct 11, 2021
SourceID should have a type name and only be 32-bits
Show description for e5c4b51committed
Commits on Oct 29, 2019
[GTK][WPE] Fix various non-unified build issues introduced since r251436
Show description for e2b233fcommitted
Commits on Oct 24, 2019
[JSC] Remove wasmAwareLexicalGlobalObject
Show description for dcedbfacommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Feb 5, 2018
JavaScriptCore files should not be included relatively
Show description for 091ada7committed
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Feb 17, 2017
[JSC] Drop PassRefPtr from ArrayBuffer
Show description for 805d9f2committed
Commits on Feb 16, 2017
[JSC] Drop PassRefPtr in inspector/
Show description for 28517c5committed
Commits on Aug 15, 2016
Use #pragma once in inspector headers
Show description for b12d009authored andcommitted
Commits on May 16, 2016
Hook up ShadowChicken to the debugger to show tail deleted frames
Show description for 87b9002committed
Commits on May 10, 2016
Web Inspector: Eliminate the crazy code for evaluateOnCallFrame
Show description for f3d0984committed
Commits on Jun 16, 2015
Use NakedPtr<Exception>& to return exception results.
Show description for 4b7614acommitted
Mark Lam
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
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 Jan 21, 2015
Remove ENABLE(INSPECTOR) ifdef guards
Show description for c5a5e0bcommitted
Commits on Aug 29, 2014
DebuggerCallFrame::scope() should return a DebuggerScope.
Show description for 976bf83committed
Mark Lam
Commits on Aug 9, 2014
REGRESSION: Inspector crashes when debugger is paused and injected scripts access window.screen().
Show description for a9b72e6committed
Mark Lam
Commits on Aug 6, 2014
Commits on Jan 28, 2014
Remove some unneeded debugger code.
Show description for e6ce4f4committed
Mark Lam
Commits on Jan 25, 2014
Move JavaScriptCallFrame and ScriptDebugServer into JavaScriptCore for inspector
Show description for a1206adcommitted
Loading