Closed
Bug 1231480
Opened 9 years ago
Closed 9 years ago
nsClipboard incorrectly states it can provide image/gif, despite there being no gif encoder
Categories
(Core Graveyard :: Widget: Gonk, defect)
Core Graveyard
Widget: Gonk
Tracking
(firefox45 fixed)
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
(deleted),
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
There is no imgGIFEncoder in the tree, so when requesting data as a gif from the clipboard on B2G, the request will fail (B2G uses encoders to encode the images on the clipboard). The clipboard should not return true when "image/gif" is passed to HasDataMatchingFlavors.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8697060 -
Flags: review?(fabrice)
Assignee | ||
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Attachment #8697060 -
Flags: review?(fabrice) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•