summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-033-4/+0
* Add .dmg and .pkg to SBClientDownload.DownloadExtensions histogram.mattm@chromium.org2014-05-021-0/+4
* [safe-browsing] Database full hash matches like prefix match.shess@chromium.org2014-05-0111-196/+327
* Improve bounds checking on SB protocol chunkskenrb@chromium.org2014-04-302-3/+20
* Renamed namespaces in src/chrome.vitalybuka@chromium.org2014-04-301-17/+24
* [safe-browsing] Cleanup tests and remove unnecessary prefix tracking.shess@chromium.org2014-04-306-303/+287
* [safe_browsing] Remove unused ContainsBrowseUrl() parameter.shess@chromium.org2014-04-295-95/+54
* clang/win: Fix a few warnings, mostly by deleting dead code.thakis@chromium.org2014-04-221-0/+2
* Add test for reading v2 golden PrefixSet file.shess@chromium.org2014-04-181-3/+55
* Refactor to simplify safe-browsing gethash cache.shess@chromium.org2014-04-1715-305/+173
* Remove --safebrowsing-download-feedback-url flag.mattm@chromium.org2014-04-163-20/+9
* Change SB file store to use new base/md5.h interface.shess@chromium.org2014-04-152-10/+81
* SafeBrowsingDatabaseManagerTest: remove unnecessary FakeSafeBrowsingServicemattm@chromium.org2014-04-111-32/+0
* Remove --safebrowsing-url-prefix flag.mattm@chromium.org2014-04-114-33/+115
* Removed flag "Disable improved download protection".Blurrech@gmail.com2014-04-111-3/+1
* Safebrowsing: Add histogram values for gethash parse error and network errors.mattm@chromium.org2014-04-092-3/+19
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-1/+1
* Histograms for safe-browsing storage version changes.shess@chromium.org2014-04-073-53/+62
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-1/+1
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-1/+1
* Accurately account for pre-classification successes.noelutz@chromium.org2014-04-051-2/+10
* Fix reading image data that isn't present on disk.grt@chromium.org2014-04-041-1/+7
* Safe Browsing Bad IP feature extraction should wait until all framesnoelutz@chromium.org2014-03-313-23/+16
* Separate pre-classification checks for client-side malware and phishing detec...noelutz@chromium.org2014-03-287-484/+554
* Test for golden version-7 safe-browsing file.shess@chromium.org2014-03-281-0/+81
* Refactor safe-browsing file storage to allow incremental processing.shess@chromium.org2014-03-276-292/+1015
* Fix crash when populating pb for images with debug data.grt@chromium.org2014-03-262-1/+19
* Include PE image headers in client download pings.grt@chromium.org2014-03-259-21/+783
* Safebrowsing download protection: include tab url chain & referrer.mattm@chromium.org2014-03-252-1/+320
* Rename SignatureUtil to BinaryFeatureExtractor in anticipation of it taking o...grt@chromium.org2014-03-258-96/+106
* Incremental PrefixSet builder for Safe Browsing store.shess@chromium.org2014-03-189-314/+452
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-175-19/+26
* Remove safe-browsing-store unit test helper.shess@chromium.org2014-03-143-395/+329
* Move ExecuteScriptAndGetValue to use RenderFrameHost.avi@chromium.org2014-03-131-2/+2
* Clean up safe_browsing_util.h operator overloads.shess@chromium.org2014-03-1310-139/+118
* SafeBrowsingBlockingPageTest.MalwareIframeReportDetails: use MessageLoopRunne...mattm@chromium.org2014-03-131-21/+44
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-121-2/+2
* Remove PurgeMemory() from the safe browsing database manager.pkasting@chromium.org2014-03-122-53/+17
* Remove PlatformFile from safe browsing.rvargas@chromium.org2014-03-112-15/+9
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-6/+6
* Update the 'Learn More' link on the malware interstitialfelt@chromium.org2014-02-282-4/+6
* Re-enable flaky SafeBrowsingBlockingPageTest with extra logging to debug time...mattm@chromium.org2014-02-271-3/+45
* Convert safe-browsing SBPrefix from int32 to uint32.shess@chromium.org2014-02-279-95/+172
* Fix PrefixSet valgrind error, take#2.shess@chromium.org2014-02-261-1/+4
* Track how many users have extended reporting enabled when seeing a warning an...noelutz@chromium.org2014-02-261-1/+4
* Revert safe-browsing PrefixSet size_t handling.shess@chromium.org2014-02-262-47/+6
* Adds the origin chip on Mac.macourteau@chromium.org2014-02-261-0/+4
* [safe browsing] Remove stale BINHASH code.shess@chromium.org2014-02-2113-341/+54
* SafeBrowsing DownloadProtectionService: only check final URL against whitelist.mattm@chromium.org2014-02-153-25/+63
* Fix uninitialized memory read in PrefixSet test.shess@chromium.org2014-02-111-1/+4