Skip to content

Commit b12ed0e

Browse files
committed
mozjs 140 + gjs 1.86.0
1 parent 235b8b9 commit b12ed0e

File tree

342 files changed

+27908
-12382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+27908
-12382
lines changed

.eslintignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 0 additions & 275 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@
33
/tools/node_modules
44
# artifact from ci-templates:
55
/container-build-report.xml
6-
debian/tmp
7-
debian/libcjs0
8-
debian/libcjs-dbg
9-
debian/libcjs-dev
10-
debian/cjs
11-
debian/.debhelper
12-
debian/*.substvars
13-
debian/*.debhelper.log
14-
debian/debhelper-build-stamp
15-
debian/files

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-FileCopyrightText: 2024 Philip Chimento <[email protected]>
33
[submodule "subprojects/gobject-introspection-tests"]
44
path = subprojects/gobject-introspection-tests
5-
url = ../gobject-introspection-tests.git
5+
url = ../../GNOME/gobject-introspection-tests.git
66
shallow = true

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ other programming languages.
264264
GJS was originally written in C, and the current state of the C++ code
265265
reflects that.
266266
Gradually, we want to move the code to a more idiomatic C++ style, using
267-
smart pointer classes such as `GjsAutoChar` to help avoid memory leaks.
267+
smart pointer classes such as `Gjs::AutoChar` to help avoid memory
268+
leaks.
268269
Even farther in the future, we expect the Rust bindings for SpiderMonkey
269270
to mature as Mozilla's Servo browser engine progresses, and we may
270271
consider rewriting part or all of GJS in Rust.

0 commit comments

Comments
 (0)