Commits
User selector
Commit History
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Sep 8, 2023
Add taintedness tracking to JSC
Show description for 3a1c346committed
Commits on Sep 5, 2023
Let the compiler generate more comparison operators in JSC
Show description for e9e9369committed
Commits on May 6, 2023
Take advantage of C++20 and define only == and let the compiler define !=
Show description for 6e8fa52committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Oct 11, 2021
SourceID should have a type name and only be 32-bits
Show description for e5c4b51committed
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on Apr 15, 2019
Bytecode cache should not encode the SourceProvider for UnlinkedFunctionExecutable's classSource
Show description for 6bf4c62committed
Commits on Jan 22, 2019
Cache bytecode to disk
Show description for f2b5237committed
Commits on Jan 21, 2019
[JSC] Reduce size of SourceProvider
Show description for 4c257bccommittedRollout r240210: It broke tests on iOS
Show description for f5cea29committed
Commits on Jan 20, 2019
Cache bytecode to disk
Show description for 3f0b733committed
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9committed
Commits on Jun 29, 2018
We shouldn't recurse into the parser when gathering metadata about various function offsets
Show description for fbda4bdcommitted
Commits on Feb 15, 2017
[JSC] Drop PassRefPtr
Show description for 72d2501committed
Commits on Dec 26, 2016
Propagate the source origin as much as possible
Show description for 5771dd4committed
Commits on Dec 9, 2016
Deploy OrdinalNumber in JSC::SourceCode
Show description for fbf0c14committedTextPosition and OrdinalNumber should be more like idiomatic numbers
Show description for 530f805committed
Commits on Dec 2, 2016
SourceCodeKey should use unlinked source code
Show description for 452e3a8committed
Commits on Sep 30, 2016
Breakpoints on blank lines or comments don't break
Show description for 4f8dbdbcommitted
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Dec 13, 2015
CachedScript could have a copy-free path for all-ASCII scripts.
Show description for 061ccdccommitted
Andreas Kling
Commits on Jul 17, 2015
Function parameters should be parsed in the same parser arena as the function body
Show description for 7a07329committed
Commits on Jun 26, 2015
Source/JavaScriptCore:
Show description for e154e6aauthored andcommitted
Commits on Mar 26, 2015
Assertion firing in JavaScriptCore/parser/parser.h for statesman.com site
Show description for 58db65ccommitted
Commits on Mar 20, 2015
Function.prototype.toString should not decompile the AST
Show description for 6742858committed
Commits on May 1, 2014
Unreviewed, rolling out r167964.
Show description for 1dc3512committed
Commits on Apr 29, 2014
Source/JavaScriptCore: Don't hold on to parameterBindingNodes forever
Show description for 38274dacommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jul 25, 2013
fourthTier: DFG tries to ref/deref StringImpls in a ton of places
Show description for a9c39f2committed
Commits on Jul 9, 2013
Fix 30% JSBench regression (caused by adding column numbers to stack traces).
Show description for 6064e57committed
Mark Lam