Closed
Bug 9724
Opened 26 years ago
Closed 26 years ago
[PP]sched: Be able to handle arbitrary mime types as MacOS flavors
Categories
(Core :: XUL, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
Right now, only a few mime types are hard-coded (like text). Need a generic hash
to take a mime type and translate it into an application specific 4-character
code.
Assignee | ||
Updated•26 years ago
|
Priority: P3 → P2
Target Milestone: M9
Assignee | ||
Comment 1•26 years ago
|
||
p2 for m9
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: Be able to handle arbitrary mime types as MacOS flavors → sched: Be able to handle arbitrary mime types as MacOS flavors
Assignee | ||
Comment 2•26 years ago
|
||
p2 for m9. accepting.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
code checked in to do this in nsMimeMapper.cpp/h and the drag and drop/clipboard
code has been modified to use it.
this was tested by using drag and drop of toolbars (turned on in my tree) and the
clipboard. things were dragged from the toolbar and dropped on the toolbar and
also on a separate app that shows the drag data in full to verify its
correctness. Clipboard was tested by copying text out of the browser and pasting
it in other apps, and copying text out of other apps and pasting into composer.
It all worked like a charm.
Summary: sched: Be able to handle arbitrary mime types as MacOS flavors → [PP]sched: Be able to handle arbitrary mime types as MacOS flavors
You need to log in
before you can comment on or make changes to this bug.
Description
•