summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* js: Don't pass JSPROP_READONLY to JS_PSGwip/ptomato/mozjs31prepPhilip Chimento2016-11-044-6/+6
* test: Root misc functions in testsPhilip Chimento2016-11-042-9/+11
* js: Root misc functionsPhilip Chimento2016-11-0411-67/+66
* cairo: Root gjs_cairo_image_surface_init()Philip Chimento2016-11-043-6/+8
* js: Root gjs_value_to_g_value()Philip Chimento2016-11-043-49/+51
* js: Root misc fundamental, param, repo, unionPhilip Chimento2016-11-044-54/+49
* object: Use JS::Heap for GObject-JSObject weak refPhilip Chimento2016-11-041-7/+35
* object: Root misc functionsPhilip Chimento2016-11-041-50/+48
* arg: Update rooting to match mozjs31Philip Chimento2016-11-021-3/+5
* arg: Allocate hash values that don't fit in pointersPhilip Chimento2016-11-022-6/+55
* console: Env vars for coverage args1.47.0Philip Chimento2016-11-011-3/+26
* console: Check script args for stray GJS argsPhilip Chimento2016-11-013-6/+107
* arg: Don't convert GHashTable keys via GIArgumentPhilip Chimento2016-11-012-12/+136
* arg: Set hash functions according to GI typePhilip Chimento2016-11-011-4/+15
* arg: Use JS_Enumerate to find hash table propsPhilip Chimento2016-11-011-13/+6
* marshalling tests: Add tests for GHashTablePhilip Chimento2016-11-011-0/+50
* js: Root misc function, keep-alive, nsPhilip Chimento2016-10-283-7/+6
* function: Use whole value arrayPhilip Chimento2016-10-281-9/+10
* function: Root misc functionsPhilip Chimento2016-10-271-11/+10
* function: Store trampoline pointer in JS::HeapPhilip Chimento2016-10-273-8/+10
* js: Root gjs_define_function()Philip Chimento2016-10-279-45/+39
* enum: Root misc functionsPhilip Chimento2016-10-272-26/+28
* boxed: Root misc functionsPhilip Chimento2016-10-271-15/+13
* arg: Root misc functionsPhilip Chimento2016-10-271-95/+100
* js: Root throw_invalid_argument() in arg.cppPhilip Chimento2016-10-274-51/+58
* stack: Root misc functionsPhilip Chimento2016-10-271-10/+6
* jsapi-util-string: Misc mozjs31 changesPhilip Chimento2016-10-271-5/+5
* jsapi-util-error: Root misc functionsPhilip Chimento2016-10-271-11/+11
* js: Root gjs_init_dynamic_class()Philip Chimento2016-10-2618-115/+104
* jsapi-util: Root misc functionsPhilip Chimento2016-10-261-10/+7
* jsapi-util: Root several utility functionsPhilip Chimento2016-10-269-81/+74
* jsapi-util: Remove gjs_move_exception()Philip Chimento2016-10-263-82/+2
* jsapi-util: Use CallArgs in gjs_throw_abstract_constructor_error()Philip Chimento2016-10-252-17/+14
* js: Remove the concept of a "context global"Philip Chimento2016-10-258-25/+20
* coverage: Root misc functionsPhilip Chimento2016-10-251-79/+95
* js: Add convenience gjs_object_require_property_valuePhilip Chimento2016-10-2511-195/+267
* js: Root gjs_object_require_property()Philip Chimento2016-10-2513-132/+161
* tests: Reinstate importer testPhilip Chimento2016-10-216-1/+125
* js: Root create_proto functionsPhilip Chimento2016-10-2114-120/+120
* build: Switch to AX_COMPILER_FLAGSPhilip Chimento2016-10-213-6/+23
* build: Fix various compiler warningsPhilip Chimento2016-10-2112-12/+32
* build: Add all enum values to switch statementsPhilip Chimento2016-10-2110-239/+212
* util: Provide no-op body for empty debug macrosPhilip Chimento2016-10-211-6/+6
* tests: Fix format stringsPhilip Chimento2016-10-211-2/+2
* byte array: Don't reinterpret char * as jschar *Philip Chimento2016-10-211-3/+5
* js: Use std::vector instead of GArrayPhilip Chimento2016-10-212-54/+26
* build: Test for %Id as alternate integer outputPhilip Chimento2016-10-212-0/+17
* warnings: Remove unused variables and functionsPhilip Chimento2016-10-217-75/+2
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-2155-76/+65
* importer: Root misc functionsPhilip Chimento2016-10-201-54/+39