Closed
Bug 1231480
Opened 7 years ago
Closed 7 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•7 years ago
|
||
Attachment #8697060 -
Flags: review?(fabrice)
Assignee | ||
Comment 2•7 years ago
|
||
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2694f7e7a8ab
Updated•7 years ago
|
Attachment #8697060 -
Flags: review?(fabrice) → review+
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b8682cc6528e
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•