Make remote canvas a gfx feature
Categories
(Core :: Graphics: Canvas2D, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
3.00 KB,
text/plain
|
chutten
:
data-review+
|
Details |
This will make it easier to understand if a user is using remote canvas or not when reporting issues. It also changes how we disable remote canvas in the case of errors, so that it affects all processes instead of just one content process. Disabling should be rare in general.
Assignee | ||
Comment 1•1 years ago
|
||
This patch makes the remote canvas enabled state global. If we failed to
create a context, then it cannot recover, so we should never try again.
In the event of stream errors, it is likely due to virtual memory
shortages.
Depends on D187717
Assignee | ||
Comment 2•1 years ago
|
||
Comment 3•1 years ago
|
||
Comment on attachment 9353974 [details]
Data review, v1
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 130.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 5•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Description
•