Commits
User selector
Commit History
Commits on Mar 25, 2021
[GTK][WPE] JSC crashes if a function expects a parameter but doesn't receive any
Show description for 8e9eba0committed
Commits on Mar 10, 2021
GLib JSC API headers should only include other GLib JSC API headers
Show description for f878339committed
Commits on Mar 3, 2021
Unreviewed, reverting r273814.
Show description for bebea04committed[CMake] JavaScriptCore GLib headers should be copies
Show description for 194743acommitted
Commits on Feb 20, 2021
Review remaining usage of autorelease to make sure it is necessary
Show description for 8301762committed
Commits on Feb 18, 2021
Reduce explicit usage of [objC autorelease] in WebKit even further
Show description for 40a7807committed
Commits on Feb 8, 2021
Add ConsoleMessage::toString()
Show description for fd328eccommittedConsoleMessage: Don't encode string JSONLogValue's as JSON
Show description for 01bce6acommitted
Commits on Feb 1, 2021
[JSC] Add @ in Error.stack if URL exists
Show description for f704434committed
Commits on Jul 27, 2020
DisallowVMEntry needs a copy assignment operator, detected by gcc's -Wdeprecated-copy warning
Show description for d0358d5committed
Mark Lam
Commits on Jul 13, 2020
Unreviewed, re-landing r264242 with crash fixed.
Show description for 96bbf57committed
Commits on Jul 11, 2020
Unreviewed, reverting r264242.
Show description for 4be21f0committed
Commits on Jul 10, 2020
Source/JavaScriptCore:
Show description for b559abecommitted
Commits on May 5, 2020
Object.prototype.toString is not spec-perfect
Show description for 06f736ecommitted
Commits on Jan 29, 2020
[GTK] Fix TestWebKitAPI/TestJSC:/jsc/options API test after r255314
Show description for 3b88b6dcommitted
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 Dec 16, 2019
Unreviewed. Fix GLib test /jsc/options after r253244.
Show description for 57bc883committed
Commits on Sep 12, 2019
Harden JSC against the abuse of runtime options.
Show description for 199998ccommitted
Mark Lam
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 4, 2019
[GLib] Returning G_TYPE_OBJECT from a constructor does not work
Show description for 93e6ca8committed
Commits on Jan 24, 2019
[GLIB] Expose JavaScriptCore options in GLib public API
Show description for fb936c2committed
Commits on Jan 9, 2019
[WPE][GTK] Purge use of g_assert() under TestWebKitAPI
Show description for 1ed180ecommitted
Commits on Aug 20, 2018
[GLIB] Add API to throw exceptions using printf formatted strings
Show description for 19f73bacommitted[GLIB] Complete the JSCException API
Show description for cc067fccommitted
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 18, 2018
[GLIB] Add jsc_context_check_syntax() to GLib API
Show description for 383fa99committed
Commits on Jul 16, 2018
[GLIB] Add API to evaluate code using a given object to store global symbols
Show description for 3a6f1c9committed
Commits on Jul 12, 2018
[GLIB] Add API to allow creating variadic functions
Show description for 17d6735committed[GLIB] Add jsc_context_get_global_object() to GLib API
Show description for 4c74e35committed[GLIB] Handle G_TYPE_STRV in glib API
Show description for e5719f8committed
Commits on May 11, 2018
[JSC][GLIB] Add introspectable alternatives to functions using vargars
Show description for e495ed4committed
Commits on Apr 21, 2018
[GLIB] ERROR: Thread was unable to be detached when running /jsc/vm test in debug
Show description for 1324a26committed[GLIB] Test /jsc/prototypes crashes in debug
Show description for 66f1d71committed
Commits on Apr 18, 2018
[GLIB] Make it possible to handle JSCClass external properties not added to the prototype
Show description for a66da84committed