Closed
Bug 1231480
Opened 10 years ago
Closed 10 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)
|
3.56 KB,
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•10 years ago
|
||
Attachment #8697060 -
Flags: review?(fabrice)
| Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Attachment #8697060 -
Flags: review?(fabrice) → review+
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•