Closed
Bug 642996
Opened 14 years ago
Closed 14 years ago
Hide the "Save Link" context menu for some or all links
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 9
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: mobile, ux-minimalism)
Attachments
(1 file, 1 obsolete file)
|
6.55 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
From bug 637031 comment 3 - comment 5:
madhava:
> We should be smarter about the inclusion of "Save Link" which is
> often useless when the page links to an html doc (I think it's
> there to allow saving of PDFs, etc.)
mbrubeck:
> We don't know reliably whether a link will return an HTML file or a PDF
> file until we follow it. We could guess based on the file extension
> (e.g., hide the option if the URL ends in ".html") but this might be
> incorrect some of the time. Would that be better or worse than showing
> it all the time?
madhava:
> It seems to me that it almost always a not useful option, in a menu that we're
> trying to keep as short as possible. Most of the time, a link is a link to
> another page, in which case we just save the HTML which is not a feature I
> think we would ever prioritize (or even want, particularly). What is a file
> that a person _would_ want to save, sight unseen (i.e. vs. first seeing an
> image file and long-tapping it directly to save it)? PDFs already end up in
> the download manager.
| Assignee | ||
Comment 1•14 years ago
|
||
The one potentially-important use case I've seen is files without correct Content-type headers. These may be displayed in the browser when they ought to be saved. Some discussion of this problem here:
https://support.mozilla.com/en-US/questions/792670
Comment 2•14 years ago
|
||
Another use-case (using PDF as the example) is saving a PDF that won't be auto-deleted. If you just tap a PDF link, we open it in a PDF viewer but we will delete the PDF file as soon as we can.
To keep the PDF locally as long as you want, you need to explicitly _save_ it.
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> If you just tap a PDF link, we open it in a PDF viewer but we
> will delete the PDF file as soon as we can.
Perhaps we should file a bug to change this in Fennec - it seems inconsistent with the way our download manager works. (I thought we had already, but I can't find one.) For desktop this is bug 191239.
| Assignee | ||
Comment 4•14 years ago
|
||
Filed bug 643027 for not deleting files on exit.
Depends on: 643027
| Assignee | ||
Comment 5•14 years ago
|
||
I think we can do this safely now that bug 596370 is fixed, which removes the objection from comment 2. The problem in comment 1 remains, but it's an edge case that happens only on sites that are broken in most or all browsers.
| Assignee | ||
Comment 6•14 years ago
|
||
Remove some more code (thanks to Wes for comments via IRC).
Attachment #553519 -
Attachment is obsolete: true
Attachment #553519 -
Flags: review?(wjohnston)
Attachment #554552 -
Flags: review?(wjohnston)
Comment 7•14 years ago
|
||
Comment on attachment 554552 [details] [diff] [review]
patch v2
Review of attachment 554552 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! Thanks
Attachment #554552 -
Flags: review?(wjohnston) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
Keywords: mobile,
ux-minimalism
Whiteboard: [inbound]
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 9
Comment 10•14 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:9.0a1) Gecko/20110830 Firefox/9.0a1 Fennec/9.0a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•