• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

OWNERSH A D16-Feb-202163 43

READMEH A D16-Feb-2021501 107

local_heuristics.ccH A D16-Feb-20217.7 KiB191131

local_heuristics.hH A D16-Feb-20212.1 KiB5323

local_heuristics_unittest.ccH A D16-Feb-202110.5 KiB186146

reputation_service.ccH A D16-Feb-202110.7 KiB269176

reputation_service.hH A D16-Feb-20214.6 KiB11861

reputation_service_unittest.ccH A D16-Feb-20214.3 KiB10082

reputation_web_contents_observer.ccH A D16-Feb-202117.7 KiB428324

reputation_web_contents_observer.hH A D16-Feb-20214.9 KiB11660

safety_tip_infobar.ccH A D16-Feb-20212.4 KiB6145

safety_tip_infobar.hH A D16-Feb-20211.1 KiB3519

safety_tip_infobar_delegate.ccH A D16-Feb-20213.5 KiB10584

safety_tip_infobar_delegate.hH A D16-Feb-20212 KiB5333

safety_tip_ui.hH A D16-Feb-20212.2 KiB6129

safety_tip_ui_helper.ccH A D16-Feb-20214.7 KiB129106

safety_tip_ui_helper.hH A D16-Feb-20211.5 KiB3719

url_elision_policy.ccH A D16-Feb-20212.1 KiB5738

url_elision_policy.hH A D16-Feb-2021555 155

url_elision_policy_unittest.ccH A D16-Feb-20216.2 KiB177125

README

1This directory stores files related to Chrome's reputation warnings.
2
3If Chrome believes a site a user is visiting is low reputation, either due to
4failing heuristics or models in Chrome, or as determined server-side, Chrome may
5warn users about this state. This warning may either be a full-page interstitial
6warning or a pop-up while visiting the page.
7
8This warning will not trigger on sites that are not likely to be actively
9malicious, such as popular sites or sites with high engagement scores.
10