Closed
Bug 1279633
Opened 7 years ago
Closed 7 years ago
Define AsmJSCache_MIN in terms of AsmJSCacheSuccess, instead of the other way around
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file)
rust-bindgen will make an enum variant for the first definition it encounters, and then define duplicates as constants outside of the enum definition. This has the unfortunate effect of making AsmJSCache_MIN an enum variant and AsmJSCache_Success the constant definition outside of the enum in the case of the AsmJSCacheResult enumeration. This commit rectifies that. This upstreams the following commit from servo/mozjs: 50f47cf Bind AsmJSCache_Success rather than AsmJSCache_MIN
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8762202 -
Flags: review?(till)
Assignee | ||
Comment 2•7 years ago
|
||
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1657cd50169e
Updated•7 years ago
|
Comment 3•7 years ago
|
||
Comment on attachment 8762202 [details] [diff] [review] Define AsmJSCache_MIN in terms of AsmJSCacheSuccess, instead of the other way around Review of attachment 8762202 [details] [diff] [review]: ----------------------------------------------------------------- r=me
Attachment #8762202 -
Flags: review?(till) → review+
Pushed by nfitzgerald@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1722ce2542a Define AsmJSCache_MIN in terms of AsmJSCacheSuccess, instead of the other way around; r=till
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d1722ce2542a
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Updated•7 years ago
|
Whiteboard: [devtools-html]
You need to log in
before you can comment on or make changes to this bug.
Description
•