Add edit option for results from history search
Categories
(Firefox for Android :: History, enhancement)
Tracking
()
People
(Reporter: boek, Unassigned)
References
()
Details
From github: https://github.com/mozilla-mobile/fenix/issues/24279.
What is the user problem or growth opportunity you want to see solved?
Add an option to edit a result from history search.
a) Save as bookmark.
b) Delete entry from history.How do you know that this problem exists today? Why is this important?
It would reduce the number of working steps.
Who will benefit from it?
Everybody
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
I had originally opened this issue on GitHub.
Comment 2•2 years ago
|
||
Mozilla Connect:
Select, delete or bookmark results from Android history search
https://connect.mozilla.org/t5/ideas/select-delete-or-bookmark-results-from-android-history-search/idi-p/21330
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Comment 6•1 year ago
|
||
Related to bug 1810837 "Implement remove button on search results from history page"
Comment 7•1 year ago
|
||
See also bug 1812701.
Comment 8•1 year ago
|
||
Related to Bug 1898008.
Comment 9•1 year ago
|
||
(In reply to Denis Müller [:Webworkr] from comment #4)
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=1812705.
I can't quite understand why this reference was marked as off-topic. It does have a certain relevance for me. The option a) "Save as bookmark" already requires that a check is made beforehand as to whether an entry is saved as a bookmark or not, otherwise it would not be necessary to save it or it would be an edit of an existing entry. So if a query is made as to whether the URL has already been saved, this already represents a connection to the referenced bug.
Comment 10•1 year ago
|
||
I didn't mark the earlier comment as "off-topic", but this bug is about editing history search results while bug 1812705 is about changing the way bookmarks are displayed in history search results. So they're different features and could be implemented independently. I just cleared the "off-topic" tag.
Comment 11•1 year ago
|
||
:cpeterson
Thanks for the correction, explanations and for removing the off-topic label.
Comment 12•7 months ago
|
||
Hi Chris,
comment #1 has been hidden and marked as obsolete. Since the handling has moved back to Bugzilla, this may seem justified at first glance. However, I have deliberately placed this comment so that it is clear to whom any queries should be addressed. The reporter Jeff Boek [:boek] has only moved this bug report, but is not its initiator. I would therefore be grateful if you could remove the “obsolete” marker and show the comment again.
Comment 14•4 months ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #13)
Hi Denis, I'll remove the "obsolete" tag.
Thank you :)
| Comment hidden (advocacy) |
Comment 16•1 month ago
|
||
I'm not sure whether the issues raised in bug 1807065 and bug 1813089 are really identical, although there are certain similarities.
In my opinion, 1807065 refers to “Unified Search,” which takes all sources into account, i.e., search engine suggestions, search terms, bookmarks, history, and possibly more, while 1813089 refers exclusively to searching within the history.
Implementation may solve both use cases equally. I cannot judge that.
Comment 17•1 month ago
•
|
||
I've marked Bug 1807065 as a duplicate of Bug 1807745, and not of this bug, which was just in the See also field. I'm removing it since the duplicate already points to this page.
Comment 18•1 month ago
|
||
Curious to understand if there are any plans for progressing this topic or the related https://bugzilla.mozilla.org/show_bug.cgi?id=1810837
a) The added value is high, e.g. history elements cluttering up the autocompletion (which is particularly annoying on mobile)
b) To me as end user, it seems rather simple to implement
c) The competition has the feature since long
d) Many FF users are requesting it, see e.g. the related but or https://connect.mozilla.org/t5/ideas/select-delete-or-bookmark-results-from-android-history-search/idi-p/21330/page/2
Comment 19•28 days ago
|
||
Since the feature hasn't been implemented yet, and nobody else has offered a workaround, here's how you can manually remove a single website (or multiple specific websites) from your browsing history on Firefox for Android. You need to be using a rooted phone, as otherwise your phone vendor is blocking you from accessing and managing your own data.
$ su
# sqlite3 /data/data/org.mozilla.firefox/files/places.sqlite
> DELETE FROM moz_places WHERE url LIKE '%whatever%';
> DELETE FROM moz_origins WHERE host LIKE '%whatever%';
Description
•