| Commit message (Expand) | Author | Age | Files | Lines |
* | Include PE headers of modules in the browser process in incident reports. | grt | 2015-03-05 | 9 | -115/+194 |
* | Fix missing SB2DatabaseFailure histogram entries | gab | 2015-03-03 | 1 | -37/+38 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-28 | 1 | -12/+14 |
* | Always load signin profile on Chrome OS startup. | ginkage | 2015-02-26 | 1 | -0/+13 |
* | Throttle script request incidents to one per user. | robertshield | 2015-02-26 | 1 | -2/+5 |
* | Add support for direct download of the SRT. | robertshield | 2015-02-25 | 6 | -42/+369 |
* | Move SafeBrowsing to the blocking pool via an experiment. | asvitkine | 2015-02-24 | 9 | -209/+257 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-21 | 2 | -16/+13 |
* | Remove dependency on Profile from HistoryService | sdefresne | 2015-02-18 | 3 | -4/+10 |
* | Set UwS interstitial default to on | felt | 2015-02-18 | 1 | -1/+1 |
* | Report HTTPS links in MalwareDetails. This is only sent if | nparker | 2015-02-17 | 3 | -49/+46 |
* | Add "light speed" experiment code for SafeBrowsing service. | asvitkine | 2015-02-14 | 1 | -1/+6 |
* | Swap order of SBClientDownload.CheckDownloadStats binary file and url scheme ... | mattm | 2015-02-12 | 1 | -4/+4 |
* | Finalize thread-safety design for SafeBrowsingDatabase. | gab | 2015-02-12 | 2 | -119/+180 |
* | Initial script request detector. | robertshield | 2015-02-12 | 8 | -1/+493 |
* | removing all the code related to chrome://stats | cpu | 2015-02-12 | 1 | -5/+0 |
* | [Profiles] Rename Profile::GetProfileName to Profile::GetProfileUserName | noms | 2015-02-10 | 1 | -5/+5 |
* | Adding instrumentation to locate the source of jankiness. | Peter Kasting | 2015-02-05 | 1 | -0/+17 |
* | HistoryService::Init() receives the list of languages | sdefresne | 2015-02-05 | 2 | -0/+3 |
* | Add Rappor metrics for Safe Browsing and SSL interstitials. This reports the... | nparker | 2015-02-04 | 2 | -23/+26 |
* | Take a Profile when adding an incident to the incident reporting service. | grt | 2015-02-03 | 20 | -139/+279 |
* | Remove handling of invalid but non-empty main_frame_url. | gab | 2015-01-30 | 2 | -18/+8 |
* | Compare non-whitelisted off-domain inclusions against browsing history. | gab | 2015-01-29 | 3 | -61/+408 |
* | clarify operator precedence in test. | cpu | 2015-01-28 | 1 | -2/+2 |
* | Clean up pref state in the wake of removing the omnibox watcher. | grt | 2015-01-27 | 2 | -40/+114 |
* | Remove omnibox watcher. | grt | 2015-01-23 | 5 | -181/+0 |
* | Add WaitForInterstitialReady to browser_test_utils. | meacer | 2015-01-23 | 2 | -13/+11 |
* | Componentize HistoryDatabase | sdefresne | 2015-01-20 | 1 | -1/+5 |
* | Get rid of unnecessary explicit TearDown in OffDomainInclusionDetectorTest. | gab | 2015-01-20 | 1 | -8/+0 |
* | Filter services preferences from incident reports. | grt | 2015-01-19 | 7 | -38/+73 |
* | Remove redundancy in security interstitial UMA logic | felt | 2015-01-17 | 2 | -213/+73 |
* | Replace incident type handlers with implementations of Incident. | grt | 2015-01-17 | 41 | -735/+816 |
* | Make all SafeBrowsing* unit_tests work under AddressSanitizer on Windows | timurrrr | 2015-01-14 | 2 | -10/+20 |
* | Introduce asynchronicity in OffDomainInclusionDetector analyses. | gab | 2015-01-12 | 3 | -166/+263 |
* | Remove dependency on //content from history DownloadDatabase | sdefresne | 2015-01-12 | 3 | -22/+21 |
* | Add the result of the inclusion whitelist to the OffDomainInclusionDetector's... | gab | 2015-01-10 | 6 | -65/+175 |
* | Move ServiceAccessType into //components/keyed_service | sdefresne | 2015-01-10 | 9 | -20/+23 |
* | Add support for goog-csdinclusionwhite-sha256 in SafeBrowsingDatabase. | gab | 2015-01-10 | 7 | -208/+397 |
* | When requesting access to a blacklisted url from the interstitial page, updat... | khannans | 2015-01-09 | 1 | -1/+1 |
* | Rename SB2.PrefixSetKilobytes to SB2.PrefixSetSizeKilobytes. | gab | 2015-01-07 | 1 | -1/+1 |
* | Suffixed histograms for SB2.DatabaseKilobytes and SB2.PrefixSetKilobytes | gab | 2015-01-05 | 2 | -41/+92 |
* | Show extended reporting checkbox on phishing interstitial. | nparker | 2015-01-03 | 3 | -41/+34 |
* | Standardize usage of virtual/override/final specifiers in chrome/. | dcheng | 2014-12-29 | 2 | -2/+2 |
* | Remove unused code from safe browsing. | avi | 2014-12-26 | 2 | -4/+0 |
* | Introduce SafeBrowsingDatabase::ThreadSafeStateManager. | gab | 2014-12-24 | 3 | -237/+462 |
* | De-dup PrefixSet code in SafeBrowsingDatabaseManager. | gab | 2014-12-24 | 2 | -76/+38 |
* | replace COMPILE_ASSERT with static_assert in chrome/browser/ | mostynb | 2014-12-23 | 1 | -2/+2 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 6 | -12/+16 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 1 | -2/+2 |
* | Addition of file digest, version and PE headers for incidents related to blac... | grt | 2014-12-19 | 4 | -7/+183 |