You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix#12689fix#11108
Test Plan:
1. go to about:preferences and open the 'network requests' tab in devtools
2. click on the search preferences tab. you should not see any network requests to remote sites.
3. all the search favicons should load correctly
Is the ico/png variation just because that's what these sites are serving today? I'm r+, but I haven't checked that the ico files are correct (or that any of the images aren't malicious blobs).
I think that there are two bigger blocks of subsequent work to polish this feature. One is safely automating our inclusion of updated favicons when sites occasionally change them — so we don't need to watch for changes or update the codebase every time. The other one is updating the favicons based on user browsing, but that seems like a fair bit more work because we'd want to depend on a favicon cache. I'll open other issues for those.
Is the ico/png variation just because that's what these sites are serving today? I'm r+, but I haven't checked that the ico files are correct (or that any of the images aren't malicious blobs).
Yup! I just ran wget on the URL in the image property (which were all HTTPS) in order to get the localImage file.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #12689
fix #11108
partial fix for #12632
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests