Skip to content

Tags: servo/mozjs

Tags

mozjs-sys-v0.128.9-3

Toggle mozjs-sys-v0.128.9-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unified Builds of jsapi and jsglue (#553)

* Unified cc and bindgen Build

Unified cc and bindgen Flags
Reorganized Buildscript

Signed-off-by: Redfire <[email protected]>

* Install LLVM 19 on aarch64 Windows CI

Signed-off-by: Redfire <[email protected]>

* Inlined bindgen Configuration

Signed-off-by: Redfire <[email protected]>

* mozjs-sys Version Bump

Signed-off-by: Redfire <[email protected]>

---------

Signed-off-by: Redfire <[email protected]>

mozjs-sys-v0.128.9-2

Toggle mozjs-sys-v0.128.9-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Respect MOZJS_FROM_SOURCE=0 (#581)

* Respect MOZJS_FROM_SOURCE=0

Allow disabling the from source build explicitly.

Signed-off-by: Jonathan Schwender <[email protected]>

* Fix wrong condition

Co-authored-by: sagudev <[email protected]>
Signed-off-by: Jonathan Schwender <[email protected]>

---------

Signed-off-by: Jonathan Schwender <[email protected]>
Signed-off-by: Jonathan Schwender <[email protected]>
Co-authored-by: sagudev <[email protected]>

mozjs-sys-v0.128.9-1

Toggle mozjs-sys-v0.128.9-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump mozjs-sys version. (#580)

Signed-off-by: Josh Matthews <[email protected]>

mozjs-sys-v0.128.9-0

Toggle mozjs-sys-v0.128.9-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SpiderMonkey to 128.9 (#566)

* Update SpiderMonkey

Signed-off-by: sagudev <[email protected]>

* Apply patches

Signed-off-by: sagudev <[email protected]>

* Update COMMIT and mozjs-sys version

Signed-off-by: sagudev <[email protected]>

---------

Signed-off-by: sagudev <[email protected]>

mozjs-sys-v0.128.6-1

Toggle mozjs-sys-v0.128.6-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow returning null context pointers from Runtime::get(). (#545)

Signed-off-by: Josh Matthews <[email protected]>

mozjs-sys-v0.128.6-0

Toggle mozjs-sys-v0.128.6-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SpiderMonkey to 128.6 (#546)

* Update SpiderMonkey

Signed-off-by: sagudev <[email protected]>

* Update COMMIT

Signed-off-by: sagudev <[email protected]>

* Bump mozjs-sys

Signed-off-by: sagudev <[email protected]>

---------

Signed-off-by: sagudev <[email protected]>

mozjs-sys-v0.128.3-9

Toggle mozjs-sys-v0.128.3-9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove jsstreams (#540)

* remove jsstreams patch

Signed-off-by: sagudev <[email protected]>

* remove streams from mozjs-sys

Signed-off-by: sagudev <[email protected]>

* remove streams from mozjs

Signed-off-by: sagudev <[email protected]>

* remove streams from CI

Signed-off-by: sagudev <[email protected]>

---------

Signed-off-by: sagudev <[email protected]>

mozjs-sys-v0.128.3-8

Toggle mozjs-sys-v0.128.3-8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin ubuntu to 22.04 (#538)

This will allow artifacts to be used on older systems (due to glibc).

Signed-off-by: Samson <[email protected]>

mozjs-sys-v0.128.3-7

Toggle mozjs-sys-v0.128.3-7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump bindgen to 0.71.1 (#530)

* Remove unused import

Signed-off-by: Jonathan Schwender <[email protected]>

* Bump bindgen to 0.71.1

- Use the bindgen opaque struct where appropriate.

Signed-off-by: Jonathan Schwender <[email protected]>

* Bump mozjs-sys to 128.3-7

Signed-off-by: Jonathan Schwender <[email protected]>

* Specify the rust target for jsglue

Signed-off-by: Jonathan Schwender <[email protected]>

* blocklist js::ProfilingStackFrame

We don't use the typ and on i686-linux-android bindgen
generates a wrong struct with failing layout tests.

Signed-off-by: Jonathan Schwender <[email protected]>

---------

Signed-off-by: Jonathan Schwender <[email protected]>

mozjs-sys-v0.128.3-6

Toggle mozjs-sys-v0.128.3-6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
jsglue.cpp: Fix -Winconsistent-missing-override (#525)

Signed-off-by: Jonathan Schwender <[email protected]>