summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repo: Ignore ImportError for overrideswip/ptomato/730101Philip Chimento2016-12-277-15/+109
* importer: Throw ImportError when module not foundPhilip Chimento2016-12-272-3/+5
* jsapi-util-error: Allow throwing custom 'name' propertyPhilip Chimento2016-12-277-19/+37
* object: Handle setting GObject fieldPhilip Chimento2016-12-272-11/+81
* object: Support accessing fields on GObjectsPhilip Chimento2016-12-272-0/+100
* object: Split out gparam aspect of get_prop hook for GObject wrapperHavoc Pennington2016-12-271-44/+67
* build: Remove underscore from symbols used in testsPhilip Chimento2016-12-273-31/+31
* tests: Run testCommandLine.sh installedPhilip Chimento2016-12-274-4/+13
* tests: Use embedded copy of Jasmine to run testsPhilip Chimento2016-12-2739-5703/+8841
* tests: Delete redundant testsPhilip Chimento2016-12-277-119/+0
* tests: Consolidate importer testsPhilip Chimento2016-12-273-9/+5
* test locale: Delete commented-out testPhilip Chimento2016-12-271-4/+0
* test marshalling: Disable foreign struct testPhilip Chimento2016-12-271-12/+12
* tests: Move GType tests to testGTypeClass.jsPhilip Chimento2016-12-272-27/+28
* tests: Move GVariant overrides test to testGLib.jsPhilip Chimento2016-12-273-34/+38
* tests: Move logError test to testExceptions.jsPhilip Chimento2016-12-272-64/+68
* test everything: Enable int64 array testPhilip Chimento2016-12-271-2/+1
* coverage test: Fix equality errorPhilip Chimento2016-12-271-3/+3
* coverage test: Fix copypasta errorsPhilip Chimento2016-12-271-5/+5
* build: Hide Clang-only pragmas from GCCPhilip Chimento2016-12-271-2/+4
* coverage: Expose GjsCoverage in public APIPhilip Chimento2016-12-206-50/+30
* coverage: Use correct constness for prefixesPhilip Chimento2016-12-203-8/+7
* coverage: Coverage without cache internal-onlyPhilip Chimento2016-12-206-52/+61
* coverage: lcov output directory is construct propPhilip Chimento2016-12-205-722/+634
* coverage: Use GFile internally instead of pathsPhilip Chimento2016-12-198-150/+157
* 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