Closed
Bug 1527900
Opened 6 years ago
Closed 6 years ago
Throw exception if StructuredClone sees bigint in realm without bigint
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wingo, Assigned: wingo)
References
Details
Attachments
(1 file)
In StructuredClone.cpp, JSStructuredCloneReader::readBigInt should throw an exception if the target realm doesn't support bigints.
Assignee | ||
Updated•6 years ago
|
Summary: Throw exception when if StructuredClone sees bigint in realm without bigint → Throw exception if StructuredClone sees bigint in realm without bigint
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → wingo
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc20c56545bd
Throw exception if StructuredClone sees bigint in realm without bigint r=jandem
Keywords: checkin-needed
Backout by shindli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d326ae7d4084
Backed out changeset cc20c56545bd for spidermoneky build bustages CLOSED TREE
Assignee | ||
Comment 4•6 years ago
|
||
Thanks for the sheriffing, updated patch fixes the --tbpl bustage
Keywords: checkin-needed
Pushed by rgurzau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e262ebb01282
Throw exception if StructuredClone sees bigint in realm without bigint r=jandem
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•