summaryrefslogtreecommitdiff
path: root/gjs/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-11/+16
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-17/+7
* Ensure const-correctness in C++ objectsOnur Şahin2019-05-021-1/+1
* context: Move all private context methods to C++ classPhilip Chimento2018-11-051-17/+15
* engine: delete context if hosted code can't be definedMarco Trevisan (Treviño)2018-11-041-1/+3
* engine: Use a "source hook" and keep sources in memoryPhilip Chimento2018-11-031-0/+43
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+5
* engine: mozjs60 changes for GC sweeping trackingAndrea Azzarone2018-10-231-1/+1
* js: Replace GjsAutoJSChar with JS::UniqueCharsPhilip Chimento2018-10-131-7/+7
* js: Misc mozjs60 API changesPhilip Chimento2018-07-281-9/+5
* Fix up GJS_DISABLE_JIT flag now the JIT is enabled by default in spidermonkey...Christopher Wheeldon2018-06-081-5/+6
* Revert "engine: Free Cairo static data on shutdown"Philip Chimento2018-04-141-16/+2
* engine: Free Cairo static data on shutdownPhilip Chimento2018-04-041-2/+16
* js: Remove context from GjsAutoJSCharPhilip Chimento2018-01-211-4/+4
* js: Use JS_EncodeStringToUTF8() directly where advantageousPhilip Chimento2017-11-291-9/+9
* jsapi-util-string: Use mozjs UTF8-to-JSString conversionPhilip Chimento2017-11-191-35/+8
* promise: Report unhandled rejectionsPhilip Chimento2017-07-191-0/+23
* promise: Move to native promisesPhilip Chimento2017-07-191-0/+13
* js: Adapt to misc API changes in SpiderMonkey 52Philip Chimento2017-07-091-0/+3
* js: Remove JSRuntimePhilip Chimento2017-07-091-0/+308