Closed
Bug 1876164
Opened 2 years ago
Closed 1 year ago
Add console warnings for use of legacy exceptions feature and asm.js
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should add a console warning for when a page uses the legacy parts of the EH proposal (try instead of try_table). We'll probably want something high quality to link to that can explain the situation and explain how to upgrade.
| Assignee | ||
Updated•1 year ago
|
Summary: Add console warning for use of legacy exceptions feature → Add console warnings for use of legacy exceptions feature and asm.js
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → rhunt
Status: NEW → ASSIGNED
Comment 2•1 year ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:rhunt, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(ydelendik)
Flags: needinfo?(rhunt)
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(ydelendik)
Flags: needinfo?(rhunt)
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/eb40e9b6c394
Warn for using legacy exception handling or asm.js. r=yury
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•