Skip to content

Tags: sagudev/mozjs

Tags

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.
Refactor Rooted<T> (servo#576)

* Factor out MaybeUninit from Rooted

Signed-off-by: Greg Morenz <[email protected]>

* Rename ptr to data

Signed-off-by: Greg Morenz <[email protected]>

---------

Signed-off-by: Greg Morenz <[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(). (servo#545)

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

mozjs-sys-v0.128.3-10

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.rs

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.
Allow iterating over the frames of a CapturedJSStack (servo#539)

* Allow iterating over the frames in a SavedJSStack

Signed-off-by: Simon Wülker <[email protected]>

* Add test for CapturedJSStack::for_each_stack_frame

Signed-off-by: Simon Wülker <[email protected]>

* Move stack iteration test into its own file

This prevents other tests from interfering with the js engine
initialization

Signed-off-by: Simon Wülker <[email protected]>

---------

Signed-off-by: Simon Wülker <[email protected]>

mozjs-sys-v0.128.3-3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use github artifact attestations for the prebuilt artifacts (servo#503)

* Add optional verification of prebuilt artifacts

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

f

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

* CI: Enable strict attestation check in release-check

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

* CI: Verify ohos archives in release-check.

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

* Disable artifact verification by default

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

* Move attestation into function

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

* fix ohos archive ci verification

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

* Bump version to 128.3-3

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

---------

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

mozjs-sys-v0.128.3-1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebuild when `MOZJS_` options are changed (servo#517)

Emit the `rerun-if-changed` lines for publicly documented MOZJS options.

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

mozjs-sys-v0.128.3-0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `ThreadSafeJSContext` (servo#512)

* Add `SyncJSContext`

servo/servo#33759
Signed-off-by: sagudev <[email protected]>

* derive clone

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

* docs and fixes

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

* Update mozjs/src/rust.rs

Co-authored-by: Mukilan Thiyagarajan <[email protected]>
Signed-off-by: Samson <[email protected]>

* Apply suggestions from code review

Fix typos from my GitHub suggestions

Signed-off-by: Martin Robinson <[email protected]>

---------

Signed-off-by: sagudev <[email protected]>
Signed-off-by: Samson <[email protected]>
Signed-off-by: Martin Robinson <[email protected]>
Co-authored-by: Mukilan Thiyagarajan <[email protected]>
Co-authored-by: Martin Robinson <[email protected]>

mozjs-sys-v0.128.0-12

Toggle mozjs-sys-v0.128.0-12's commit message
Generate attestation for all artifacts

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

mozjs-sys-v0.128.0-9

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check for MOZJS_ARCHIVE before Building from Source (servo#496)

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

mozjs-sys-v0.128.0-4

Toggle mozjs-sys-v0.128.0-4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove jsapi header and feed .cpp into bindgen (servo#486)

* Remove jsapi.hpp and feed .cpp into bindgen

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

* regen wrappers

apart from resorting, only real change is `MutableHandle<Value>` -> `MutableHandleValue` in FromPropertyDescriptor

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

* Bump mozjs-sys version

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

---------

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