[gjs: 14/14] Merge branch '161-mozjs60' into 'master'



commit 70c344bb3905f00af09c1837379bddefd7d9a5ac
Merge: f2a8ca3d 796c83b8
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jul 29 16:53:23 2018 +0000

    Merge branch '161-mozjs60' into 'master'
    
    Resolve "Port to SpiderMonkey 60"
    
    Closes #161 and #5
    
    See merge request GNOME/gjs!199

 .gitlab-ci.yml                                |  64 +--
 Makefile-test.am                              |   1 +
 NEWS                                          | 109 ++++
 configure.ac                                  |   4 +-
 doc/ByteArray.md                              | 160 +-----
 doc/Hacking.md                                |   6 +-
 gi/arg.cpp                                    |  40 +-
 gi/boxed.cpp                                  |  25 +-
 gi/function.cpp                               |  16 +-
 gi/fundamental.cpp                            |  25 +-
 gi/gerror.cpp                                 |  28 +-
 gi/gtype.cpp                                  |   5 +-
 gi/interface.cpp                              |  14 +-
 gi/ns.cpp                                     |  14 +-
 gi/object.cpp                                 |  13 +-
 gi/param.cpp                                  |  14 +-
 gi/private.cpp                                |   8 +-
 gi/repo.cpp                                   |  14 +-
 gi/union.cpp                                  |  19 +-
 gjs/byteArray.cpp                             | 696 ++++----------------------
 gjs/byteArray.h                               |  17 +-
 gjs/context.cpp                               |   7 +-
 gjs/debugger.cpp                              |   4 +-
 gjs/engine.cpp                                |  14 +-
 gjs/global.cpp                                |  36 +-
 gjs/global.h                                  |   5 +-
 gjs/importer.cpp                              |  59 +--
 gjs/jsapi-class.h                             |  46 +-
 gjs/jsapi-dynamic-class.cpp                   |   8 +-
 gjs/jsapi-util-error.cpp                      |   8 +-
 gjs/jsapi-util-root.h                         |   5 +-
 gjs/module.cpp                                |  11 +-
 gjs/profiler.cpp                              |  48 +-
 installed-tests/debugger/next.debugger        |   1 +
 installed-tests/debugger/next.debugger.output |   4 +-
 installed-tests/debugger/step.debugger        |   1 +
 installed-tests/debugger/step.debugger.output |   4 +-
 installed-tests/extra/gjs.supp                |  21 +
 installed-tests/extra/lsan.supp               |   4 +
 installed-tests/js/testByteArray.js           |  99 +---
 installed-tests/js/testEverythingBasic.js     |   4 +-
 installed-tests/js/testGIMarshalling.js       |  10 +-
 installed-tests/js/testLegacyByteArray.js     | 113 +++++
 modules/byteArray.js                          |  62 +++
 modules/cairo-context.cpp                     | 161 +++---
 modules/cairo-gradient.cpp                    |   7 +-
 modules/cairo-image-surface.cpp               |  18 +-
 modules/cairo-pattern.cpp                     |   5 +-
 modules/cairo-region.cpp                      |  27 +-
 modules/cairo-solid-pattern.cpp               |   7 +-
 modules/cairo-surface-pattern.cpp             |  11 +-
 modules/cairo-surface.cpp                     |   7 +-
 modules/modules.gresource.xml                 |   1 +
 modules/overrides/GLib.js                     |   4 +-
 modules/system.cpp                            |  17 +-
 test/gjs-test-call-args.cpp                   |  63 ++-
 test/gjs-test-coverage.cpp                    |  45 +-
 test/gjs-test-rooting.cpp                     |  16 +-
 win32/README.txt                              |   2 +-
 win32/config-msvc.mak                         |   2 +-
 60 files changed, 841 insertions(+), 1418 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]