summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testGIMarshalling: Expand test coverage for flagswip/smcv/test-more-flagsSimon McVittie2020-08-231-0/+55
* build: Post-release version bumpPhilip Chimento2020-08-221-1/+1
* release: Prepare for 1.65.911.65.91Philip Chimento2020-08-221-0/+18
* build: Late post-release version bumpPhilip Chimento2020-08-221-1/+1
* arg-inl: Use more constexpr functions and constexpr checksMarco Trevisan (Treviño)2020-08-221-8/+4
* Merge branch 'ewlsh/fix-vfunc' into 'master'Philip Chimento2020-08-231-1/+2
|\
| * Prevent unimplemented vfuncs from crashing.Evan Welsh2020-08-221-1/+2
* | Merge branch 'ewlsh/bytearray-to-string' into 'master'Philip Chimento2020-08-231-40/+66
|\ \ | |/ |/|
| * Remove potential use-after-free data corruption in ByteArray.toString.Evan Welsh2020-08-221-40/+66
* | Merge branch 'wip/smcv/flags-are-still-int-sized' into 'master'Philip Chimento2020-08-222-8/+12
|\ \ | |/ |/|
| * arg-cache: Always use an unsigned int mask for flagsSimon McVittie2020-08-222-8/+12
* | Merge branch 'arg-cache-arraylength-auto' into 'master'Philip Chimento2020-08-221-8/+2
|\ \
| * | arg-cache: Fail in case we try to set an unsupported array length typeMarco Trevisan (Treviño)2020-08-211-0/+2
| * | arg-cache: Don't set always the array length to an ulong in little endianMarco Trevisan (Treviño)2020-08-211-8/+0
| |/
* | Merge branch 'master.windows' into 'master'Philip Chimento2020-08-226-117/+76
|\ \ | |/ |/|
| * README.MSVC.md: Update instructions on Windows/MSVC buildsChun-wei Fan2020-08-211-77/+41
| * arg-cache.h: Fix building on clang-clChun-wei Fan2020-08-211-2/+4
| * meson: Fix Windows builds against mozjs-78 and laterChun-wei Fan2020-08-214-38/+31
|/
* Merge branch 'document-env-variables' into 'master'Philip Chimento2020-08-161-0/+104
|\
| * Documentation: add documentation for ENV variablesAndy Holmes2020-08-151-0/+104
|/
* Merge branch 'lint-bump' into 'master'Philip Chimento2020-08-141-1/+1
|\
| * eslint: Bump ecmaScript versionFlorian Müllner2020-08-141-1/+1
|/
* Merge branch 'fix-emit-after-unexport' into 'master'Philip Chimento2020-08-131-20/+87
|\
| * gdbus-wrapper: support multiple bus connectionsAndy Holmes2020-08-131-20/+87
|/
* release: Prepare for 1.65.901.65.90Philip Chimento2020-08-111-2/+34
* Merge branch 'mozjs78'Philip Chimento2020-08-1141-372/+345
|\
| * coverage: Enable coverage before creating GjsContextPhilip Chimento2020-08-116-9/+50
| * valgrind: Update valgrind file for SpiderMonkey 78Philip Chimento2020-08-111-2/+0
| * docs: Update documentation for SpiderMonkey 78Philip Chimento2020-08-115-19/+71
| * CI: Update CI images to mozjs78Evan Welsh2020-08-111-13/+13
| * wrapperutils: Be stricter about having a prototype with correct JSClassPhilip Chimento2020-08-111-1/+10
| * tests: Fix specifics in tests to match SpiderMonkey 78 outputPhilip Chimento2020-08-112-14/+15
| * global: Allow uneval() in debugger globalPhilip Chimento2020-08-111-11/+12
| * debugger: Remove Debugger.enabled propertyPhilip Chimento2020-08-111-12/+2
| * js: Update header includes for SpiderMonkey 78Philip Chimento2020-08-116-5/+9
| * console: Adapt to new JS::PrintError API.Evan Welsh2020-08-111-155/+21
| * js: Various API renames and adjustmentsEvan Welsh2020-08-116-15/+8
| * jsapi-util: Remove js::Jsvalify.Evan Welsh2020-08-111-3/+2
| * js: Remove JSREPORT_ERROR and JSREPORT_WARNINGEvan Welsh2020-08-112-4/+3
| * engine: Update hook signatures.Evan Welsh2020-08-112-3/+4
| * jsapi-util-string: Remove JSFlatStringEvan Welsh2020-08-111-7/+6
| * js: Fix up declarations of mozilla::DefaultHasherEvan Welsh2020-08-112-8/+2
| * js: Refactor Array-related JSAPI calls.Evan Welsh2020-08-1116-91/+117
| * build: Build with mozjs78Evan Welsh2020-08-111-1/+1
|/
* Merge branch '322-treat-coverage-prefix-as-absolute-path' into 'master'Philip Chimento2020-08-112-1/+10
|\
| * coverage: Treat coverage prefix as absolute pathPhilip Chimento2020-08-092-1/+10
* | Merge branch '338-fix-callback-crash' into 'master'Philip Chimento2020-08-111-1/+14
|\ \ | |/ |/|
| * arg-cache: Associate callback closure with instance objectPhilip Chimento2020-08-091-1/+14
|/
* arg: Use if constexpr to simplify boolean specializations on setMarco Trevisan (Treviño)2020-08-091-22/+8
* arg: Use if constexpr to return the argument memberMarco Trevisan (Treviño)2020-08-091-115/+61