Tags: sagudev/mozjs
Tags
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]>
Allow returning null context pointers from Runtime::get(). (servo#545) Signed-off-by: Josh Matthews <[email protected]>
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]>
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]>
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]>
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]>
Generate attestation for all artifacts Signed-off-by: sagudev <[email protected]>
Check for MOZJS_ARCHIVE before Building from Source (servo#496) Signed-off-by: Redfire <[email protected]>
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]>
PreviousNext