Commits
User selector
Commit History
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 Sep 4, 2020
Unreviewed. [GLIB] Add missing return
Show description for 88374fecommitted
Commits on Jan 10, 2020
[GLIB] Add GLib specific API for JSC JSValueRef.h's JSValueMakeFromJSONString and JSValueCreateJSONString methods
Show description for 6181d18committed
Commits on Nov 26, 2019
[GLIB] The API lock should be held before calling JSC::createTypeError
Show description for b4e5ca7committed
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 Mar 20, 2019
[GLIB] Optimize jsc_value_object_define_property_data|accessor
Show description for 43fca0fcommitted
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 Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Jul 12, 2018
[GLIB] Add API to allow creating variadic functions
Show description for 17d6735committed[GLIB] Handle G_TYPE_STRV in glib API
Show description for e5719f8committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
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 17, 2018
[GLIB] Add API to query, delete and enumerate properties
Show description for 2d91595committed
Commits on Apr 12, 2018
[GLIB] Handle strings containing null characters
Show description for 235f513committed
Commits on Mar 21, 2018
Unreviewed. Fix GTK and WPE debug build after r229798.
Show description for 88fd39ccommitted[GTK][WPE] Initial implementation of JavaScriptCore glib bindings
Show description for bd84cd0committed
Loading