[gjs: 26/26] Merge branch 'mozjs91' into 'master'




commit 5a1237aeb81feddd016fb9f71e77d5ee872bccd0
Merge: 1c38cb494 49dd7b4b1
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jan 16 23:00:39 2022 +0000

    Merge branch 'mozjs91' into 'master'
    
    ESR 91 port
    
    Closes #413 and #417
    
    See merge request GNOME/gjs!632

 .gitlab-ci.yml                                     |  46 +++----
 NEWS                                               |  64 ++++++++++
 README.MSVC.md                                     | 141 +++++++++++----------
 doc/Hacking.md                                     |  19 +--
 doc/Home.md                                        |   4 +-
 gi/arg-cache.cpp                                   |   1 +
 gi/arg.cpp                                         |   6 +-
 gi/boxed.cpp                                       |   5 +-
 gi/closure.cpp                                     |   7 +-
 gi/cwrapper.h                                      |  13 +-
 gi/foreign.cpp                                     |   3 +-
 gi/function.cpp                                    |   8 +-
 gi/fundamental.cpp                                 |   6 +-
 gi/gerror.cpp                                      |   1 +
 gi/gobject.cpp                                     |  32 +++--
 gi/gtype.cpp                                       |   3 +-
 gi/ns.cpp                                          |   8 +-
 gi/object.cpp                                      |  14 +-
 gi/param.cpp                                       |  11 +-
 gi/repo.cpp                                        |   5 +-
 gi/value.cpp                                       |   6 +-
 gi/wrapperutils.h                                  |  19 +--
 gjs/atoms.cpp                                      |   2 +-
 gjs/byteArray.cpp                                  |   4 +-
 gjs/context-private.h                              |   8 +-
 gjs/context.cpp                                    |  58 +++++----
 gjs/coverage.cpp                                   |   4 +-
 gjs/debugger.cpp                                   |   4 +-
 gjs/deprecation.cpp                                |   2 +-
 gjs/engine.cpp                                     |  19 ++-
 gjs/gjs_pch.hh                                     |   8 +-
 gjs/global.cpp                                     |   6 +-
 gjs/importer.cpp                                   |  18 ++-
 gjs/internal.cpp                                   |   4 +-
 gjs/jsapi-dynamic-class.cpp                        |   6 +-
 gjs/jsapi-util-args.h                              |   2 +-
 gjs/jsapi-util-error.cpp                           |   3 +-
 gjs/jsapi-util-root.h                              |   2 -
 gjs/jsapi-util-string.cpp                          |  21 +--
 gjs/jsapi-util.cpp                                 |  11 +-
 gjs/module.cpp                                     | 101 ++++++++-------
 gjs/module.h                                       |   7 +-
 gjs/stack.cpp                                      |   2 +-
 gjs/text-encoding.cpp                              |  28 ++--
 installed-tests/debugger/backtrace.debugger.output |   2 +-
 meson.build                                        |  20 +--
 modules/cairo-context.cpp                          |   3 +-
 modules/cairo-path.cpp                             |   5 +-
 modules/cairo-pattern.cpp                          |   6 +-
 modules/cairo-surface.cpp                          |   6 +-
 modules/console.cpp                                |   6 +-
 modules/print.cpp                                  |   1 +
 modules/script/_bootstrap/debugger.js              |   2 +-
 modules/system.cpp                                 |   5 +-
 test/extra/Dockerfile                              |   4 +-
 test/extra/Dockerfile.debug                        |   4 +-
 test/gjs-test-call-args.cpp                        |   1 +
 test/gjs-test-common.cpp                           |   2 +-
 test/gjs-test-coverage.cpp                         |  78 ------------
 test/gjs-test-rooting.cpp                          |   7 +-
 test/gjs-test-utils.cpp                            |   2 +-
 test/gjs-tests.cpp                                 |   2 +
 tools/run_iwyu.sh                                  |   2 +-
 63 files changed, 487 insertions(+), 413 deletions(-)
---


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