Chromium Code Reviews
DescriptionUse URL without fragment when query recent redirect list for favicons.
The hash fragment is often set with Javascript when a page loads, which causes the favicon mechanism to use the URL with fragment to query the recent redirects. However, the recent redirects are typically keyed to the URL without the hash.
We need to keep to lookup for the URL with an hash, though, in case the redirect is keyed to it, which happens if the user navigated to a URL with a hash fragment but was redirected.
BUG=498618
Committed: https://crrev.com/6bef27e9bb046778a13b5cd7025208218c098e80
Cr-Commit-Position: refs/heads/master@{#335268}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Extracted duplicate code. #Patch Set 3 : Minor clean-up. #Patch Set 4 : Minor clean-up (2) #
Total comments: 6
Patch Set 5 : Use auto and |= #Patch Set 6 : Now with 100% whole grain tests! #Patch Set 7 : Minor update. #
Total comments: 2
Patch Set 8 : Rebased and answered nit. #
Messages
Total messages: 19 (3 generated)
|
|||||||||||||||||||||||||||||||||||||