Closed Bug 1733288 Opened 3 years ago Closed 3 years ago

Remove ReadbackLayer.

Categories

(Core :: Graphics, task)

task

Tracking

()

RESOLVED FIXED
94 Branch
Tracking Status
firefox94 --- fixed

People

(Reporter: jrmuizel, Assigned: jrmuizel)

References

Details

Attachments

(1 file, 1 obsolete file)

No description provided.
Blocks: kill-layers
Type: defect → task
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch

Introduce ToRefType which takes a string value and returns a reference type
or throws an error. Make ToRefType recognize both anyfunc and funcref as
names for the general function, since we've already shipped code that
recognizes funcref.

Make ToValType use ToRefType instead of doing its own parsing.

Make WasmTableObject::construct use ToRefType instead of doing its
own parsing. This is an attempt to have the system do the same
thing everywhere instead of having ad-hoc solutions.

Introduce a ToJSAPIString that will produce "anyfunc" for funcref,
and use that where it's appropriate.

Make the test case converter generate anyfunc instead of funcref.

Change all test cases that use funcref to use anyfunc, in the JS API.

Comment on attachment 9244212 [details]
Bug 1733288 - The JS API name is 'anyfunc', not 'funcref'. r?rhunt

Revision D127248 was moved to bug 1733289. Setting attachment 9244212 [details] to obsolete.

Attachment #9244212 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: