Commits
User selector
Commit History
Commits on Apr 20, 2026
[GLib] WTF::span(char**) should return an empty span for null
Show description for 19570facommittedFurther reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Mar 5, 2026
REGRESSION(308608@main): [JSC] Clang 21 reports unsafe buffer usage warnings
Show description for d93be1aauthored andcommitted
Commits on Mar 4, 2026
[GLIB] Reduce unsafe buffer usage in JSC API
Show description for f07e028committed
Commits on Jan 22, 2026
Rename CatchScope to TopExceptionScope
Show description for 5715596committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 13, 2025
[GLib] Reduce use of WTF_ALLOW_UNSAFE_BUFFER_USAGE in JSCValue.cpp
Show description for d2b96accommitted
Commits on Oct 31, 2025
[GLib API] Function jsc_value_array_buffer_get_data() is not introspectable
Show description for db4ddb1committed
Commits on Oct 10, 2025
[JSC][GLib] Documentation improvements on the JSC bindings
Show description for f03031ccommitted
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 Aug 29, 2025
Change Options::initialize() to be able to take a lambda for options customization.
Show description for 08920cfcommitted
Mark Lam
Commits on Jul 17, 2025
Deprecate FastMalloc macro for new types
Show description for 37d4a68committedUnreviewed, reverting 297491@main (d9db853f14ab)
Show description for 411f204authored andcommitted
Commits on Jul 16, 2025
Deprecate FastMalloc macro for new types
Show description for d9db853committed
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 Jun 11, 2025
Make Vector::data() private
Show description for 4fa7332committed
Commits on May 12, 2025
[glib] (Re-)introduce LIFETIME_BOUND for GRefPtr.get()
Show description for 45ee5a5committed
Commits on May 4, 2025
Use C++ [[fallthrough]]
Show description for fb045b8committed
Commits on Feb 27, 2025
Address Safer CPP failures in JSContext
Show description for 4903b29committed
Commits on Feb 7, 2025
[JSC] Use DestructionMode instead of bool for JSCell::needsDestruction
Show description for e92b51ecommitted
Commits on Jan 25, 2025
Rename `span(const char*)` to `unsafeSpan(const char*)`
Show description for 54a453dcommitted
Commits on Jan 10, 2025
[JSC] Unreviewed: Fix build after 288688@main
Show description for 88ba179committed[JSC][GLib] Provide deferred promise creation api
Show description for f4cbe7bauthored andcommitted
Commits on Dec 21, 2024
[JSC] Implement JSON.parse source text access proposal
Show description for e2c5cd5committed
Commits on Nov 24, 2024
[GTK][WPE] Remove unneeded WTF_ALLOW_UNSAFE_BUFFER_USAGE_{BEGIN,END} after 286904@main
Show description for ef124dacommitted
Commits on Nov 21, 2024
[GTK][WPE] Further adoption of std::array in GObject signals and properties
Show description for b7e8b52committed
Commits on Nov 12, 2024
[GLib] Sprinkle WTF_ALLOW_UNSAFE_BUFFER_USAGE_{BEGIN,END} to fix the build with Clang 19
Show description for 268ad18committed
Commits on Nov 8, 2024
[GTK][WPE][JSCOnly] Enable -Wunsafe-buffer-usage for the JavaScriptCore target
Show description for 1aeb02dcommitted
Commits on Oct 28, 2024
Make [JSManagedValue initWithValue:] more robust against clients using it from non-main threads
Show description for 596c352committed
Commits on Oct 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted