Commits
User selector
Commit History
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Mar 27, 2026
[JSC] Introduce Realm-less Objects
Show description for 7d45839committed
Commits on Mar 4, 2026
[GLIB] Reduce unsafe buffer usage in JSC API
Show description for f07e028committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 10, 2025
[JSC][GLib] Documentation improvements on the JSC bindings
Show description for f03031ccommitted
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 Jun 14, 2024
Adopt smart pointers to glib related code
Show description for fa36680committed
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 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 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 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
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on May 20, 2019
[GLIB] Crash when instantiating a js object registered with jsc_context_register_class on window object cleared
Show description for bbfce9ecommitted
Commits on Mar 21, 2019
[GLIB] User data not correctly passed to callback of functions and constructors with no parameters
Show description for b815b9fauthored andcommitted[GLib] Returning G_TYPE_OBJECT from a method does not work
Show description for f141dd2committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Aug 23, 2018
Move vmEntryGlobalObject() to VM from CallFrame.
Show description for 66b87e9committed
Mark Lam
Commits on Jul 20, 2018
[GLIB] jsc_context_evaluate_in_object() should receive an instance when a JSCClass is given
Show description for 05cbc55committed
Commits on Jul 12, 2018
[GLIB] Add API to allow creating variadic functions
Show description for 17d6735committed
Commits on May 11, 2018
[JSC][GLIB] Add introspectable alternatives to functions using vargars
Show description for e495ed4committed
Commits on May 9, 2018
[WPE] Build cleanly with GCC 8 and ICU 60
Show description for 49cfc32committed
Commits on Apr 18, 2018
[GLIB] Make it possible to handle JSCClass external properties not added to the prototype
Show description for a66da84committed
Commits on Mar 21, 2018
[GTK][WPE] Initial implementation of JavaScriptCore glib bindings
Show description for bd84cd0committed
Loading