DescriptionOmnibox - HQP - Frequency Scoring Bug Fix
The previous fix to detecting page transition types was wrong, but close
enough to correct that it seemed right when I tested it. I realized it was
wrong when reviewing some other history-processing code today.
(The only places where it was wrong were places that had the same bits set
or more as PAGE_TRANSITION_TYPED: i.e., PAGE_TRANSITION_AUTO_SUBFRAME,
PAGE_TRANSITION_GENERATED, PAGE_TRANSITION_FORM_SUBMIT, and
PAGE_TRANSITION_KEYWORD. None of these other page transition types
typically make it into HQP in-memory index, which is I why I didn't notice
the effect of my incorrect fix.)
BUG=369989
Committed: https://crrev.com/38a35336354fa51f45dd8029ec0085cf2d396835
Cr-Commit-Position: refs/heads/master@{#322256}
Patch Set 1 #
Messages
Total messages: 10 (2 generated)
|