summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP - clear toggles before GCwip/ptomato/778862Philip Chimento2017-03-092-35/+38
* object: Queue object toggles and drain them in idlePhilip Chimento2017-03-084-189/+258
* tests: fix a typo in bash scriptClaudio André2017-03-081-1/+1
* function: Perform dirty exit at FFI boundaryPhilip Chimento2017-03-074-5/+39
* tests: Use bash TAP functions in bash scriptPhilip Chimento2017-03-071-5/+5
* closure: Fix error when closure debug enabledPhilip Chimento2017-03-071-1/+1
* context: Private method to get owner threadPhilip Chimento2017-03-073-4/+13
* arg: Simpler is_safe_to_store_in_double()Philip Chimento2017-03-071-3/+4
* tests: Don't fail when Gtk+-4.0 is availableFlorian Müllner2017-03-051-0/+2
* tests: Test explicitly for Intl APIPhilip Chimento2017-03-011-0/+4
* Revert "build: Check for Intl API in mozjs"Philip Chimento2017-03-011-12/+1
* build: Post-release version bumpPhilip Chimento2017-02-271-1/+1
* release: Prepare for 1.47.911.47.91Philip Chimento2017-02-271-0/+20
* object: Downgrade severity of toggle pending on dissociatePhilip Chimento2017-02-271-5/+14
* maint: Fix memory leaksPhilip Chimento2017-02-273-4/+7
* fundamental: Root constructor namePhilip Chimento2017-02-272-13/+10
* tests: Correct skip messagePhilip Chimento2017-02-271-1/+1
* jsapi-util: Debug value should not use JS_EncodeStringToBuffer()Philip Chimento2017-02-252-9/+25
* lang: Copy symbol properties into class prototypePhilip Chimento2017-02-252-17/+32
* arg: Warn on lossy conversion from (u)int64Philip Chimento2017-02-232-2/+27
* boxed: Plug a memory leakFlorian Müllner2017-02-211-3/+10
* gi/, gjs/: Do not use g_autofreeChun-wei Fan2017-02-209-25/+82
* Windows: Fix DllMain() for running on SpiderMonkey 38Chun-wei Fan2017-02-201-5/+1
* build: Warn about old gobject-introspectionPhilip Chimento2017-02-201-0/+6
* build: Check for Intl API in mozjsPhilip Chimento2017-02-201-1/+12
* promise: Fix ES6 compatibilityPhilip Chimento2017-02-151-0/+6
* signals: Add WithSignals interfacePhilip Chimento2017-02-152-3/+27
* overrides/Gio: Provide an empty array on error, rather than nullJasper St. Pierre2017-02-152-4/+20
* Visual Studio builds: Mention about SpiderMonkey 38 patchChun-wei Fan2017-02-161-1/+3
* Visual Studio builds: Update build instructionsChun-wei Fan2017-02-151-1/+9
* Visual Studio builds: Build against SpiderMonkey 38Chun-wei Fan2017-02-151-1/+1
* build: Post-release version bumpPhilip Chimento2017-02-141-1/+1
* release: Prepare for 1.47.901.47.90Philip Chimento2017-02-141-2/+17
* CI: upgrade to Mozilla SpiderMonkey 38Claudio André2017-02-141-6/+15
* importer: Switch back to lazy enumerationPhilip Chimento2017-02-143-29/+41
* importer: Switch to eager enumerationPhilip Chimento2017-02-141-176/+87
* js: Update weak pointers after GCPhilip Chimento2017-02-143-41/+92
* jsapi-util-root: Re-enable testPhilip Chimento2017-02-141-5/+0
* js: Various SpiderMonkey 38 improvementsPhilip Chimento2017-02-144-18/+7
* js: Fix misc APIs for mozjs38Philip Chimento2017-02-142-4/+3
* js: JSNative accessors in JS_DefineProperty()Philip Chimento2017-02-144-11/+9
* js: Accommodate both Latin-1 and two-byte stringsPhilip Chimento2017-02-144-37/+175
* js: Adapt to new signature of resolve operationPhilip Chimento2017-02-149-303/+284
* js: Adapt to new mozilla::Maybe APIPhilip Chimento2017-02-143-18/+16
* runtime: Adapt to new JSFinalizeCallbackPhilip Chimento2017-02-141-7/+4
* constructor-proxy: Adapt to new js::DirectProxyHandler APIPhilip Chimento2017-02-141-12/+20
* js: Adapt to new JS_SetErrorReporter() APIPhilip Chimento2017-02-144-4/+3
* js: Discontinue JSClass stubsPhilip Chimento2017-02-1416-98/+98
* js: Rename JS_CallHeapFooTracer()Philip Chimento2017-02-145-10/+10
* js: Adapt to new JS_DefinePropertyById() APIPhilip Chimento2017-02-144-29/+45