Closed Bug 562897 Opened 14 years ago Closed 14 years ago

Maemo 6 needs platformization for handling different kinds of content

Categories

(Core Graveyard :: File Handling, defect)

Other
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: starkov.egor, Unassigned)

References

Details

Attachments

(1 file, 2 obsolete files)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091214 Firefox/3.5
Build Identifier: 

Some platformed functions needed for fetching list of applications that handles file types or mime types, also need platformization for launching handlers with parameters.

Reproducible: Always

Steps to Reproduce:
var mimeSvc = Components.classes["@mozilla.org/mime;1"].getService(Ci.nsIMIMEService)
var mime = mimeSvc.getFromTypeAndExtension(anyMimeType, null);
var handlers = mime.possibleApplicationHandlers;

Actual Results:  
handlers.length = 0

Expected Results:  
handlers array contains the list of application handlers
Attached patch APIs impementation (obsolete) — Splinter Review
Attachment #442672 - Flags: review?
Attachment #442672 - Flags: review? → review?(dougt)
Attachment #442672 - Attachment is obsolete: true
Attachment #445326 - Flags: review?
Attachment #442672 - Flags: review?(dougt)
Attachment #445326 - Flags: review? → review?(dougt)
Attachment #445326 - Flags: review?(doug.turner) → review-
Comment on attachment 445326 [details] [diff] [review]
V0.2 - API implementation to handle an unsupported file types and schemes

no idea what contentaction is.  Waiting for a public release of the maemo 6 SDK.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attachment #451853 - Flags: review?(doug.turner)
Attachment #451853 - Flags: review?(doug.turner) → review+
http://hg.mozilla.org/mozilla-central/rev/5064715c0415
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Pushed patch very outdated and still contain xpcom1.9 related stuff...

we should push updated patch.
http://hg.mozilla.org/users/romaxa_gmail.com/meego-xulrunner/file/d6e6c63df26e/xulrunner/exthandler.diff
Depends on: 583865
Depends on: 584727
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: