8000 Tags · kentork/mozjs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kentork/mozjs

Tags

v0.61.1

Toggle v0.61.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#150 - CYBAI:getpromiseishandled, r=jdm

Support to get PromiseIsHandled internal slot in Promise

When trying to implement unhandled rejection in servo/servo#20755, I'd need to check the internal slot of Promise which is the step 4.1.1 for the spec of [notify about rejected promises](https://html.spec.whatwg.org/multipage/webappapis.html#notify-about-rejected-promises).
So, this PR will add the API to add the `GetPromiseIsHandled` method.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/150)
<!-- Reviewable:end -->

v0.61.0

Toggle v0.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request servo#147 from servo/align

Update bindgen and bump the minimum Rust version to 1.25

mozjs_sys-v0.60.1

Toggle mozjs_sys-v0.60.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#146 - servo:build, r=jdm

Pass -stdlib=libc++ on Apple systems

```
/Users/nox/src/mozjs/target/debug/build/mozjs_sys-0b48e14e1603d6a2/out/dist/include/mozilla/Span.h:32:10: fatal error: 'array' file not found
```

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/146)
<!-- Reviewable:end -->

mozjs_sys-v0.51.4

Toggle mozjs_sys-v0.51.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#143 - Eijebong:bindgen, r=asajeffrey

Update bindgen and bump version

Let's kill regex 0.2 !

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/143)
<!-- Reviewable:end -->

homu-tmp

Toggle homu-tmp's commit message
Auto merge of servo#45 - metajack:no-travis, r=metajack

Disable Travis CI since it can't handle mozjs.
0