Commits
User selector
Commit History
Commits on Jun 11, 2026
[JSC] YARR RegularExpression heap overflow - duplicate named capture groups
Show description for e536815authored andcommitted
Commits on Apr 9, 2026
Use default constructors and assignment operators more
Show description for 2b9732fcommitted
Commits on Mar 30, 2026
Avoid compiling the pattern attribute regex twice in patternMismatch()
Show description for 3591ed5committed
Commits on May 30, 2025
Stop using Vector::data() in WTF and JSC
Show description for efc947ccommitted
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Jun 7, 2024
Use "= default" for constructor and destructor in more JSC code
Show description for 0710c9fcommitted
Ahmad Saleem
Commits on Jan 22, 2024
startFrom parameter should be unsigned
Show description for e657a34authored andcommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on May 19, 2023
HTML `pattern` attribute should set `v` flag for regular expressions
Show description for 092303ecommitted
Commits on May 17, 2023
JSC::Yarr::Flags in RegularExpression
Show description for 1083694committed
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 Apr 25, 2022
Replace String::replace() functions with makeStringByReplacingAll() free functions
Show description for c8a037ccommitted
Commits on Mar 28, 2022
Use StringView for Yarr / RegularExpression parsing
Show description for c9fb599committed
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Jun 13, 2019
Yarr bytecode compilation failure should be gracefully handled
Show description for 2d3af0fcommitted
Commits on Apr 15, 2019
Several structures and enums in the Yarr interpreter can be shrunk
Show description for d4a85d4committed
Robin Morisset
Commits on Mar 11, 2019
Invalid flags in a RegExp literal should be an early SyntaxError
Show description for 71aac69committed
Commits on Mar 7, 2018
HTML `pattern` attribute should set `u` flag for regular expressions
Show description for c75a86fcommitted
Commits on Dec 19, 2017
[YARR] Yarr should return ErrorCode instead of error messages (const char*)
Show description for df7dd39committed
Commits on Jul 20, 2017
Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable
Show description for 186fab2committed
Commits on Mar 9, 2016
[ES6] Implement RegExp sticky flag and related functionality
Show description for b8490c1committed
Commits on Mar 2, 2016
[ES6] Add support for Unicode regular expressions
Show description for 1633bc3committed
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Nov 28, 2014
Use std::unique_ptr instead of OwnPtr in JSC classes
Show description for 3bb9392committed
Gyuyoung Kim
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jan 24, 2014
Move RegularExpression into JavaScriptCore for inspector
Show description for 1c7e9bfcommitted
Loading