summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Run testCommandLine.sh installedwip/ptomato/testsPhilip Chimento2016-12-174-4/+13
* tests: Use embedded copy of Jasmine to run testsPhilip Chimento2016-12-1739-5708/+8844
* tests: Delete redundant testsPhilip Chimento2016-12-177-119/+0
* tests: Consolidate importer testsPhilip Chimento2016-12-173-9/+5
* test locale: Delete commented-out testPhilip Chimento2016-12-171-4/+0
* test marshalling: Disable foreign struct testPhilip Chimento2016-12-171-12/+12
* tests: Move GType tests to testGTypeClass.jsPhilip Chimento2016-12-172-27/+28
* tests: Move GVariant overrides test to testGLib.jsPhilip Chimento2016-12-173-34/+38
* tests: Move logError test to testExceptions.jsPhilip Chimento2016-12-172-64/+68
* test everything: Enable int64 array testPhilip Chimento2016-12-171-2/+1
* coverage test: Fix equality errorPhilip Chimento2016-12-171-3/+3
* coverage test: Fix copypasta errorsPhilip Chimento2016-12-171-5/+5
* promise: Fix missing bracesPhilip Chimento2016-12-171-1/+2
* context: Compile Lie with lazy source flagPhilip Chimento2016-12-171-0/+1
* Use uint32_t instead of u_int32_t in coverage.cppShawn Walker2016-12-171-2/+2
* docs: Release notes about PromisesPhilip Chimento2016-12-131-0/+11
* context: Define global Promise objectPhilip Chimento2016-12-131-0/+44
* promise: Fix SpiderMonkey strict mode warningsPhilip Chimento2016-12-131-4/+9
* promise: Get node-isms to workPhilip Chimento2016-12-131-1/+30
* promise: Add Lie, an ES6 promises implementationPhilip Chimento2016-12-132-0/+304
* console: Don't leak coverage objectPhilip Chimento2016-12-131-0/+2
* build: Post-release version bumpPhilip Chimento2016-12-121-1/+1
* release: Prepare for 1.47.31.47.3Philip Chimento2016-12-121-16/+64
* build: Belated post-release version bumpPhilip Chimento2016-12-121-1/+1
* test: Clean up generated dummy coverage filePhilip Chimento2016-12-121-0/+1
* build: Use uninstalled library pathsPhilip Chimento2016-12-121-1/+2
* build: Use uninstalled typelib pathPhilip Chimento2016-12-111-0/+1
* js: Workaround for function with custom prototypePhilip Chimento2016-12-0910-19/+260
* lang: No need to set prototype for Lang.InterfacePhilip Chimento2016-12-091-8/+2
* build: Allow compiling without RTTIPhilip Chimento2016-12-091-0/+10
* lang: Interfaces shouldn't clobber inherited propsPhilip Chimento2016-12-092-1/+3
* js: Destroy runtime when last context is destroyedPhilip Chimento2016-12-093-5/+43
* js: Call JS_Init() and JS_ShutDown()Philip Chimento2016-12-0914-21/+114
* docs: Overview of new JS features in NEWSPhilip Chimento2016-12-091-0/+49
* object: Enter global compartment in custom constructorPhilip Chimento2016-12-092-45/+70
* js: Don't exit immediately from System.exit()Philip Chimento2016-12-093-2/+38
* importer: Use new JS_GetOwnPropertyDescriptor()Philip Chimento2016-12-091-6/+1
* js: Fix misc APIs for mozjs31Philip Chimento2016-12-095-13/+12
* js: Remove deprecated JS_GetGlobalForScopeChainPhilip Chimento2016-12-092-2/+2
* js: Remove deprecated JS_ValueToString()Philip Chimento2016-12-095-18/+18
* js: No need to use .address() in new APIPhilip Chimento2016-12-0923-100/+90
* js: Adapt to mozjs31 HandleValueArray APIsPhilip Chimento2016-12-0913-128/+91
* js: Set global object trace hookPhilip Chimento2016-12-092-6/+28
* tests: Adapt to new Date.toLocaleDateString()Philip Chimento2016-12-091-6/+4
* js: Remove flags param from JSNewResolveOpPhilip Chimento2016-12-0910-74/+0
* object: Use PersistentRooted in object_init_listPhilip Chimento2016-12-091-11/+7
* keep-alive: Remove deprecated JS_SET_TRACING_DETAILSPhilip Chimento2016-12-091-1/+0
* js: Remove deprecated jschar in favour of char16_tPhilip Chimento2016-12-095-29/+27
* js: Remove deprecated JS_{Get,Set}OptionsPhilip Chimento2016-12-092-18/+24
* js: Remove deprecated JS_IsConstructing()Philip Chimento2016-12-091-1/+1