Commits
User selector
Commit History
Commits on Jan 12, 2026
Apply LIFETIME_BOUND attribute consistently on both declaration and definition of methods
Show description for a92bc6cauthored andcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 2, 2025
OpaqueJSString::tryCreate(String&&) omits isolatedCopy
Show description for 1cc9758committed
Commits on Nov 6, 2025
[JSC] Use more `enum class` for Safer C++
Show description for e3cf838authored andcommitted
Commits on Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on Nov 16, 2024
Update StringView::getCharacters() to take in a span
Show description for 7a039c8committed
Commits on Apr 27, 2024
Drop String::characters8() / characters16()
Show description for ca2f1e0committed
Commits on Apr 8, 2024
More std::span in the JavaScript parser and runtime
Show description for 1f93f36committed
Commits on Oct 16, 2022
StringImpl::copyCharacters incorrectly uses memcpy on destination
Show description for 7126575committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
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 Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Apr 12, 2018
[GLIB] Handle strings containing null characters
Show description for 235f513committed
Commits on Jun 9, 2015
Purge PassRefPtr in JavaScriptCore
Show description for 4e48840committed
Commits on Mar 31, 2015
Clean up Identifier factories to clarify the meaning of StringImpl*
Show description for a25f74acommitted
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 17, 2014
REGRESSION(r165703): JSC tests crashing in StringImpl::destroy().
Show description for 8e6cb13committed
Andreas Kling
Commits on Mar 16, 2014
Remove all uses of deprecatedCharacters from JavaScriptCore
Show description for c793ddbcommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jan 25, 2014
Call deprecatedCharacters instead of characters at more call sites
Show description for 5e6fd47committed
Commits on Jan 17, 2014
Try to fix the Windows build.
Show description for 544dd58committed
Anders CarlssonGet 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 Oct 20, 2013
Some includes in JSC seem to use an incorrect style
Show description for ab1a4f3committed
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Nov 30, 2012
Crash in conversion of empty OpaqueJSString to Identifier
Show description for a3a1397committed
Commits on Oct 10, 2012
After r130344, OpaqueJSString::string() shouldn't directly return the wrapped String
Show description for fd1b20fcommitted
Commits on Oct 9, 2012
After r130344, OpaqueJSString::identifier() adds wrapped String to identifier table
Show description for ea751f9committed
Commits on Oct 8, 2012
After r130344, OpaqueJSString() creates an empty string which should be a null string
Show description for 3b2f1ffcommitted
Commits on Oct 3, 2012
OpaqueJSString doesn't optimally handle 8 bit strings
Show description for 40a1198committed
Commits on Sep 8, 2012
Rename the ustring() accessor to string()
Show description for ece3c27authored andcommitted
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted