Closed Bug 1375035 Opened 7 years ago Closed 6 years ago

Add support for opening .html files

Categories

(Firefox for Android Graveyard :: General, defect, P5)

defect

Tracking

(fennec+, firefox54 affected, firefox55 affected, firefox56 affected, firefox60 affected)

RESOLVED DUPLICATE of bug 1406903
Tracking Status
fennec + ---
firefox54 --- affected
firefox55 --- affected
firefox56 --- affected
firefox60 --- affected

People

(Reporter: mkaply, Assigned: andrei.a.lazar)

References

Details

(Whiteboard: --do_not_change--[priority:high])

Attachments

(1 obsolete file)

If you send an email with an attached HTML file in gmail and go to open it, Firefox is not listed as an option.

To get it added as an option, you have to add the "content" scheme in the manifest:

                <data android:scheme="content" />

But this still doesn't work. You get offered to open the content a second time and selecting it doesn't work.

Note that the content URL itself is only valid on the initial click of the link.

Checking ADB I see a few errors:

System.err: 	at org.mozilla.gecko.GeckoApplication$2.openUriExternal(GeckoApplication.java:236)
System.err: 	at org.mozilla.gecko.GeckoAppShell.openUriExternal(GeckoAppShell.java:909)
System.err: 	at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
System.err: 	at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:405)
tracking-fennec: --- → ?
Version: unspecified → Trunk
Hi Joe
Could you please help decide the importance?
Thanks!
tracking-fennec: ? → +
FYI, this came up as an issue with Huawei.

We were able to delay it, but I don't know how long.

This also doesn't work in Focus.
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195

Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
Hey Susheel, should we add this to our work queue also ?
Flags: needinfo?(sdaswani)
Flags: needinfo?(sdaswani)
Whiteboard: --do_not_change--[priority:high]
Assignee: nobody → vlad.baicu
Taking this from Vlad's queue since this is blocking me on https://bugzilla.mozilla.org/show_bug.cgi?id=1478735
Assignee: vlad.baicu → andrei.a.lazar
Added support for opening HTML files from internal storage when user is choosing fennec in the dialog picker.
Blocks: 1478735
We do support HTML files, the problem is content:// URIs, which in itself are totally broken for locally stored HTML files, though. In any case bug 1406903 has some more context on the particular problems of that subject.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Attachment #9011877 - Attachment is obsolete: true
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: