Closed
Bug 1500733
Opened 6 years ago
Closed 6 years ago
Remove FoxEye ImageBitmap extensions?
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(6 files, 1 obsolete file)
24.49 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
29.34 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
4.36 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
3.08 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
84.69 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
932 bytes,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
Can we remove these extensions:
https://searchfox.org/mozilla-central/rev/4fc7bfa931189e0718dd70b4c59885829f1d761e/dom/webidl/ImageBitmap.webidl#14
https://searchfox.org/mozilla-central/rev/4fc7bfa931189e0718dd70b4c59885829f1d761e/dom/webidl/WindowOrWorkerGlobalScope.webidl#72
It seems that FoxEye project has been terminated but we still have this code in the tree.
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(bzbarsky)
Assignee | ||
Comment 1•6 years ago
|
||
This is not part of the spec and it's not actually supported. We throw a "Not implemented" error.
Assignee: nobody → amarchesini
Flags: needinfo?(bzbarsky)
Attachment #9018885 -
Flags: review?(aosmond)
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9018885 -
Attachment is obsolete: true
Attachment #9018885 -
Flags: review?(aosmond)
Attachment #9018886 -
Flags: review?(aosmond)
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9018887 -
Flags: review?(aosmond)
Assignee | ||
Comment 4•6 years ago
|
||
Attachment #9018888 -
Flags: review?(aosmond)
Assignee | ||
Comment 5•6 years ago
|
||
Attachment #9018889 -
Flags: review?(aosmond)
Assignee | ||
Comment 6•6 years ago
|
||
Attachment #9018890 -
Flags: review?(aosmond)
Assignee | ||
Comment 7•6 years ago
|
||
Attachment #9018891 -
Flags: review?(aosmond)
Comment 8•6 years ago
|
||
It's fine with me to remove this code if the people who added it don't need it anymore.
Updated•6 years ago
|
Attachment #9018886 -
Flags: review?(aosmond) → review+
Updated•6 years ago
|
Attachment #9018887 -
Flags: review?(aosmond) → review+
Updated•6 years ago
|
Attachment #9018888 -
Flags: review?(aosmond) → review+
Updated•6 years ago
|
Attachment #9018889 -
Flags: review?(aosmond) → review+
Updated•6 years ago
|
Attachment #9018890 -
Flags: review?(aosmond) → review+
Updated•6 years ago
|
Attachment #9018891 -
Flags: review?(aosmond) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dac317f3cd31
Remove the support for BufferSource in createImageBitmap, r=aosmond
https://hg.mozilla.org/integration/mozilla-inbound/rev/3c81d4cb6aea
Remove ImageBitmap.mapDataInto, r=aosmond
https://hg.mozilla.org/integration/mozilla-inbound/rev/17ac83c08f67
Remove ImageBitmap.mappedDataLength, r=aosmond
https://hg.mozilla.org/integration/mozilla-inbound/rev/e324b60281dd
Remove ImageBitmap.findOptimalFormat, r=aosmond
https://hg.mozilla.org/integration/mozilla-inbound/rev/8b5a4cd42d40
Remove tests, r=aosmond
https://hg.mozilla.org/integration/mozilla-inbound/rev/1dee16fa95e5
Remove canvas.imagebitmap_extensions.enabled preference, r=aosmond
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dac317f3cd31
https://hg.mozilla.org/mozilla-central/rev/3c81d4cb6aea
https://hg.mozilla.org/mozilla-central/rev/17ac83c08f67
https://hg.mozilla.org/mozilla-central/rev/e324b60281dd
https://hg.mozilla.org/mozilla-central/rev/8b5a4cd42d40
https://hg.mozilla.org/mozilla-central/rev/1dee16fa95e5
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•