summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP - js: Use mayResolve hook to avoid unnecessary lookupswip/ptomato/mayresolvePhilip Chimento2017-05-0610-18/+114
* js: Adapt to new JS::TraceEdge<T> APIwip/ptomato/mozjs45Philip Chimento2017-05-055-30/+11
* js: Update obsolete commentsPhilip Chimento2017-05-0517-26/+18
* importer: Seal import with JSPropertyDescriptor directlyPhilip Chimento2017-05-051-10/+9
* coverage: Misc Javascript-side API changesPhilip Chimento2017-05-051-11/+9
* js: Various API changes for SpiderMonkey 45Philip Chimento2017-05-052-6/+9
* modules/console: Update to js::PrintError from upstreamPhilip Chimento2017-05-051-13/+21
* js: Set JSPROP_RESOLVING when defining propertiesPhilip Chimento2017-05-053-19/+39
* js: Replace JS_InitReflect with JS_InitReflectParsePhilip Chimento2017-05-052-3/+3
* importer: API change in enumerate operationPhilip Chimento2017-05-051-1/+2
* js: Rename JS_InternString to JS_AtomizeAndPinStringPhilip Chimento2017-05-052-2/+2
* js: New JS_IsArrayObject() APIPhilip Chimento2017-05-055-9/+27
* js: setProperty operations with triple result statePhilip Chimento2017-05-052-34/+36
* js: Weak pointer callback API changePhilip Chimento2017-05-052-8/+12
* js: JSCLASS_IMPLEMENTS_BARRIERS is now implicitPhilip Chimento2017-05-0514-28/+14
* js: Global object is implicit in many functionsPhilip Chimento2017-05-057-21/+11
* js: Switch from JS::NullPtr() to nullptrPhilip Chimento2017-05-0512-21/+15
* js: new JS_Enumerate apiPhilip Chimento2017-05-054-9/+8
* build: Build with mozj45Philip Chimento2017-05-052-2/+4
* js: Module exports use ES6 scope ruleswip/ptomato/mozjs45prepPhilip Chimento2017-05-054-16/+16
* coverage: Root using context, not runtimePhilip Chimento2017-05-051-18/+12
* system: Switch from JS::CallReceiver to JS::CallArgsPhilip Chimento2017-05-051-1/+1
* jsapi-constructor-proxy: Inherit from js::WrapperPhilip Chimento2017-05-051-5/+5
* context: Use GThread to determine owner threadPhilip Chimento2017-05-051-3/+3
* closure: Remove pointer to runtimePhilip Chimento2017-05-051-4/+0
* build: Autodetect SpiderMonkey's debug modePhilip Chimento2017-05-052-2/+22
* package: Set GSETTINGS_SCHEMA_DIR when ran from sourcePatrick Griffis2017-05-021-0/+3
* package: Don't rely upon directory configuration for initSubmodule()Patrick Griffis2017-05-021-1/+1
* package: Fix initSubmodule() with Meson.Patrick Griffis2017-05-021-2/+9
* package: Support running Meson projects from sourcePatrick Griffis2017-05-011-0/+22
* jsapi-util-args: Mark functions as always-inlinePhilip Chimento2017-04-302-3/+17
* modules/console: Update fancy error reporter to mozjs38Philip Chimento2017-04-281-30/+29
* modules/console: Bring back fancy error reporterPhilip Chimento2017-04-281-2/+3
* maintenance: modernize shell scriptsClaudio André2017-04-272-15/+15
* CI: modernize Travis testing scriptClaudio André2017-04-271-8/+8
* arg: Include headers for std::abs()Tom Schoonjans2017-04-251-0/+3
* build: Bump g-i requirement for testsPhilip Chimento2017-04-251-1/+1
* arg: don't crash when asked to convert a null strv to an arrayCosimo Cecchi2017-04-252-1/+12
* build: Post-release version bumpPhilip Chimento2017-04-231-1/+1
* release: Prepare for 1.49.11.49.1Philip Chimento2017-04-232-1/+20
* release: Include NEWS from 1.48.2Philip Chimento2017-04-201-0/+11
* gi-srcs.mk: Dist gjs/jsapi-class.hChun-wei Fan2017-04-191-0/+1
* object: Avoid modifying weak_pointer_list while iterating itGeorges Basile Stavracas Neto2017-04-191-1/+6
* repo: Don't warn about 0 namespace versionsPhilip Chimento2017-04-182-1/+4
* js: Evaluate on global object where possiblePhilip Chimento2017-04-172-7/+12
* js: Split compilation from execution in some placesPhilip Chimento2017-04-174-17/+33
* js: Don't pass global object to JS_NewObject functionsPhilip Chimento2017-04-177-20/+9
* context: Use JS::AutoSaveExceptionStatePhilip Chimento2017-04-171-18/+6
* js: Use JS_NewPlainObject()Philip Chimento2017-04-1711-15/+14
* jsapi-class: Remove unnecessary defaultPhilip Chimento2017-04-171-1/+1