Commits
User selector
Commit History
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored 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 Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on Jun 11, 2025
Make Vector::data() private
Show description for 4fa7332committed
Commits on May 4, 2025
Use C++ [[fallthrough]]
Show description for fb045b8committed
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 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 Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on Jun 14, 2024
Adopt smart pointers to glib related code
Show description for fa36680committed
Commits on May 8, 2024
Drop StringTypeAdapter template specialization for `char*`
Show description for fe9b00ccommitted
Commits on Apr 15, 2024
Adopt std::span in more places
Show description for 5ec5a2ccommitted
Commits on Apr 1, 2024
Drop String::fromUTF8() overloads taking in a raw pointer and a size
Show description for df2cc08committed
Commits on Oct 12, 2023
Drop Vector::uncheckedAppend() alias
Show description for 2c0d56acommitted
Commits on May 5, 2023
[GLib] Audit and fix incorrect use of (closure) in WebKit
Show description for 56d72f8committed
Commits on Mar 8, 2023
Adopt ASCIILiterals in makeString, tryMakeString, operator+ calls inside JavaScriptCore
Show description for cb3a9dacommitted
Commits on Feb 13, 2023
[JSC][GLib] Make types final in 2022 API
Show description for a6d5169committed
Commits on Jan 17, 2023
[WPE][GTK] Remove most property nicks/blurbs
Show description for 645b904authored andcommitted
Commits on Jul 24, 2022
[JSC] Remove typedArrayStorageType
Show description for e98e128committed
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Apr 2, 2022
[GTK] Replace gtk-doc with gi-docgen
Show description for b0ae032committed
Commits on Mar 14, 2022
[GLib] Expose typed arrays in the public API
Show description for 941f5d5committed
Commits on Mar 11, 2022
[GLib] Expose ArrayBuffer in the public API
Show description for 87c9cf9committed
Commits on Nov 18, 2021
[GLIB] jsc_value_object_define_property_accessor() throws an exception when called on a value without a wrapper instance
Show description for 33f2261committed