Closed
Bug 1716025
Opened 5 years ago
Closed 5 years ago
Add blocklist of sites to exclude from history metadata
Categories
(Firefox :: Bookmarks & History, enhancement, P2)
Firefox
Bookmarks & History
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
This patch creates a blocklist of sites that should not be saved as keyframes. The blocklist maps hostnames to regular expressions. While the map is a bit of an awkward structure, it lets us avoid checking every URL against a list of regular expressions. This performance gain will be more apparent as the list expands.
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D117543
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by htwyford@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5cfd6bafc13
Part 1 - Add hardcoded blocklist of sites to exclude from history metadata. r=mak
https://hg.mozilla.org/integration/autoland/rev/57367b5d6fcd
Part 2 - Add pref that can extend the metadata blocklist. r=mak
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d5cfd6bafc13
https://hg.mozilla.org/mozilla-central/rev/57367b5d6fcd
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•