summaryrefslogtreecommitdiff
path: root/gjs
Commit message (Expand)AuthorAgeFilesLines
* param, importer: Spurious error when resolving non-stringPhilip Chimento2018-01-091-2/+4
* importer: Missing error checkPhilip Chimento2018-01-091-3/+4
* jsapi-util-string: Missing error checkPhilip Chimento2018-01-091-13/+8
* jsapi-util-args: Update out-of-date commentsPhilip Chimento2017-10-311-2/+2
* coverage: Misc refactorsPhilip Chimento2017-10-021-43/+12
* stack: Use js::DumpBacktrace() for gjs_dumpstack()Philip Chimento2017-09-181-12/+1
* coverage: Correct licensing mistakePhilip Chimento2017-09-113-33/+49
* closure: Prevent collection of invalidated closurePhilip Chimento2017-09-011-0/+24
* context: Avoid null pointer dereferencePhilip Chimento2017-08-311-23/+9
* main: Use g_option_context_parse_strv()Philip Chimento2017-08-311-5/+8
* object: Remove unused argumentPhilip Chimento2017-08-231-1/+1
* jsapi-util: Also rate limit checking the process sizeBenjamin Berg2017-08-211-3/+4
* gerror: Define a columnNumber on GError-backed errorsPhilip Chimento2017-08-132-2/+3
* stack: Remove gjs_context_get_frame_info()Philip Chimento2017-08-133-48/+5
* gerror: Use JS::CaptureCurrentStack for stack infoPhilip Chimento2017-08-132-0/+44
* Revert "js: Workaround for function with custom prototype"Philip Chimento2017-08-036-236/+3
* Backport of patch required for vectors MOZ_MUST_USE returnsluke.nukem.jones@gmail.com2017-07-313-7/+16
* Backport of patch required for JSObject compare to nullptrluke.nukem.jones@gmail.com2017-07-308-40/+39
* importer: Give module objects a [Symbol.toStringTag]Philip Chimento2017-07-261-32/+12
* context: Properly create const strings arrayPhilip Chimento2017-07-191-0/+2
* promise: Report unhandled rejectionsPhilip Chimento2017-07-193-0/+70
* promise: Move to native promisesPhilip Chimento2017-07-194-49/+149
* js: Use correct autoptr in gjs_string_to_filename()Philip Chimento2017-07-185-36/+33
* build: Use 'always inline' macro in more placesPhilip Chimento2017-07-183-18/+21
* js: Allow access to modules' lexical scopePhilip Chimento2017-07-091-1/+48
* js: Unbarriered read while in weak ptr callbackPhilip Chimento2017-07-091-1/+11
* js: Adapt to misc API changes in SpiderMonkey 52Philip Chimento2017-07-094-4/+8
* js: Remove JSRuntimePhilip Chimento2017-07-095-165/+105
* js: Replace JSRuntime APIs that now take JSContextPhilip Chimento2017-07-093-13/+10
* js: Replace error reporter callbacksPhilip Chimento2017-07-094-8/+41
* js: Report warnings and errors with encodingPhilip Chimento2017-07-091-5/+3
* js: Adapt to options changesPhilip Chimento2017-07-093-8/+4
* js: Add JSCLASS_FOREGROUND_FINALIZE flagPhilip Chimento2017-07-091-1/+1
* js: New JSClass struct layoutPhilip Chimento2017-07-096-39/+56
* js: Adapt to new JS::TraceEdge<T> APIPhilip Chimento2017-07-093-24/+5
* js: Update obsolete commentsPhilip Chimento2017-07-096-14/+6
* importer: Seal import with JSPropertyDescriptor directlyPhilip Chimento2017-07-091-7/+2
* js: Various API changes for SpiderMonkey 45Philip Chimento2017-07-092-6/+6
* js: Set JSPROP_RESOLVING when defining propertiesPhilip Chimento2017-07-092-17/+37
* importer: API change in enumerate operationPhilip Chimento2017-07-091-1/+2
* js: Rename JS_InternString to JS_AtomizeAndPinStringPhilip Chimento2017-07-091-1/+1
* js: New JS_IsArrayObject() APIPhilip Chimento2017-07-093-6/+16
* js: setProperty operations with triple result statePhilip Chimento2017-07-091-11/+12
* js: JSCLASS_IMPLEMENTS_BARRIERS is now implicitPhilip Chimento2017-07-094-8/+4
* js: Global object is implicit in many functionsPhilip Chimento2017-07-095-15/+8
* js: Switch from JS::NullPtr() to nullptrPhilip Chimento2017-07-093-5/+4
* js: new JS_Enumerate APIPhilip Chimento2017-07-091-2/+2
* build: Build with mozj45Philip Chimento2017-07-091-1/+3
* js: Refactor global object creationPhilip Chimento2017-07-0911-513/+491
* js: Use a special object for modulesPhilip Chimento2017-07-093-37/+271