Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Dec 16, 2025
Add possibility to use large strings in WebPage::runJavaScript without copies
Show description for 2830ec0committed
Commits on Dec 14, 2025
Unreviewed, reverting 303899@main and 304383@main.
Show description for b4684b5authored andcommitted
Commits on Dec 4, 2025
Add possibility to use large strings in WebPage::runJavaScript without copies
Show description for 51cc3eccommitted
Commits on Dec 3, 2025
JSStringCreateWithCFString duplicates String(CFStringRef)
Show description for a50f921committed
Commits on Oct 5, 2025
Add casts that will be needed once Latin1Character is a distinct type
Show description for 6c4e945committed
Commits on Sep 27, 2025
Rename LChar to Latin1Character
Show description for 63b97b5committed
Commits on Sep 22, 2025
Unreviewed, reverting 300282@main, 300302@main, and 300311@main.
Show description for 15e5e7dauthored andcommitted
Commits on Sep 21, 2025
Rename LChar to Latin1Character
Show description for 1424f06committed
Commits on Sep 20, 2025
Make LChar a distinct type from uint8_t so it can imply character encoding as char8/16/32_t do
Show description for 774c0dccommitted
Commits on Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on Jun 12, 2025
Make copyright lines more consistent
Show description for 93fd99acommitted
Commits on May 30, 2025
Stop using Vector::data() in WTF and JSC
Show description for efc947ccommitted
Commits on Jan 23, 2025
Have ""_span be `constexpr` and return a `std::span<const char>` instead of `std::span<const LChar>`
Show description for df4aa62committed
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 Sep 22, 2024
Remove unnecessary uses of reinterpret_cast
Show description for de71d46committed
Commits on Apr 23, 2024
Replace OpaqueJSString::characters8() / characters16() with span equivalents
Show description for 9fb6599committed
Commits on Apr 9, 2024
Use std::span more in JavaScriptCore
Show description for d843b52committed
Commits on Feb 10, 2023
Unreviewed, Revert [260083@main] JSStringCreateWithCFString can now use CFIndex
Show description for 27d620ccommitted
Commits on Feb 9, 2023
JSStringCreateWithCFString can now use CFIndex
Show description for 115f237authored andcommitted
Commits on Jun 28, 2020
Rename initializeThreading to initialize
Show description for e9d5a10committed
Commits on Mar 6, 2018
Fix std::make_unique / new[] using system malloc
Show description for 82f6bfacommitted
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Sep 5, 2014
JavaScriptCore should build with newer clang
Show description for a38cd41committed
Commits on Sep 4, 2014
Unreviewed, rolling out r173245.
Show description for ce7904ecommittedJavaScriptCore should build with newer clang
Show description for 5562b42committed
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jan 17, 2014
Get rid of OpaqueJSString::deprecatedCharacters()
Show description for 0444552committed
Anders CarlssonUnreviewed, rolling out r162185, r162186, and r162187.
Show description for 45c3f96committedGet rid of OpaqueJSString::deprecatedCharacters()
Show description for ca8bd02committed
Anders Carlsson
Commits on Jan 13, 2014
Add deprecatedCharacters as a synonym for characters and convert most call sites
Show description for 388c742committed
Commits on Oct 20, 2013
Some includes in JSC seem to use an incorrect style
Show description for ab1a4f3committed
Commits on Sep 19, 2013
Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore
Show description for 9c6e7f7committed
Sam Weinig
Commits on Sep 14, 2013
Avoid a couple of zero-sized fastMalloc calls
Show description for 278faaccommitted
Anders Carlsson
Commits on Jul 17, 2013
JSStringCreateWithCFString should not convert the empty string into the NULL string
Show description for e6fc375committed