summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash that occurs during the browser shutdown process.paulg@google.com2008-11-181-8/+15
* Clean up a friend test declaration.paulg@google.com2008-11-181-1/+2
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-141-1/+1
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-142-19/+8
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-142-8/+19
* Fix build bustage, I missed this file with my base namespace changes.brettw@google.com2008-11-141-3/+3
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-3/+3
* Update the user delay histogram for the SafeBrowsing.paulg@google.com2008-11-142-3/+5
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-146-14/+81
* Reduce memory consumption by keeping the SafeBrowsingpaulg@google.com2008-11-135-83/+182
* Handle the possibility of failure when starting apaulg@google.com2008-11-116-26/+10
* make sure we match all the tests and files that linux has running. We were ne...pinkerton@google.com2008-11-111-0/+8
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-1112-608/+1045
* Update the SafeBrowsing protocol version to 2.2, which handlespaulg@google.com2008-11-071-3/+3
* Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo...pkasting@chromium.org2008-10-292-7/+5
* Fix a minor memory leak.paulg@google.com2008-10-294-8/+6
* Give the new implementation a unique name for the databasepaulg@google.com2008-10-281-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-3/+3
* Clean up the chunk processing pipeline. We are no longerpaulg@google.com2008-10-272-326/+216
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2713-17/+37
* Disable a long running test.paulg@google.com2008-10-251-1/+1
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-2413-162/+606
* Port some more parts of browser/evanm@google.com2008-10-234-63/+104
* Change the detection of the list name from parsing a URLpaulg@google.com2008-10-223-13/+3
* Return without doing anything instead of dereferencing junk in unexpected cases.mark@chromium.org2008-10-161-0/+1
* As agreed on by the SafeBrowsing server team:paulg@google.com2008-10-152-15/+14
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-134-236/+126
* Minor code clean up.paulg@google.com2008-10-132-4/+9
* Fix a couple of UMRs in the unit tests.paulg@google.com2008-10-102-0/+3
* Provide an option to turn on the new SafeBrowsing storage systempaulg@google.com2008-10-091-0/+4
* Support zero size chunks in the current implementation.paulg@google.com2008-10-095-39/+282
* One more link that needs drag and drop disabled in the malware blocking page.jcampan@chromium.org2008-10-091-1/+1
* Fixes to the experimental bloom filter storage code.paulg@google.com2008-10-083-46/+69
* Clicking the diagnostic link on the malware page would triggers a DCHECK.jcampan@chromium.org2008-10-081-2/+2
* Make chunk ranges searchable.paulg@google.com2008-10-083-0/+47
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-028-2/+1334
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-7/+2
* Change the SafeBrowsing client version to use the properpaulg@google.com2008-10-012-11/+17
* Use RandUInt64 instead of going from signed to unsigned.deanm@chromium.org2008-09-301-1/+1
* Refactoring for portability:mark@chromium.org2008-09-292-9/+11
* Cleanup EOL and include guards, including fixing one guard that was not the c...deanm@chromium.org2008-09-2017-38/+27
* Create a SafeBrowsing database interface to more easilypaulg@google.com2008-09-209-1713/+1885
* Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ...deanm@chromium.org2008-09-182-12/+0
* Include chrome SConscript.unit_tests in Linux build.tc@google.com2008-09-173-52/+42
* Include chrome/browser/SConscript in Linux build.tc@google.com2008-09-175-9/+22
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-16/+6
* If you click a link to a malware page or if a page redirects to malware, the ...jcampan@chromium.org2008-09-101-3/+2
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-084-12/+8
* Use FRIEND_TEST() instead of guessing the test class name (!)maruel@google.com2008-09-082-6/+9
* Disable a flakey test.deanm@google.com2008-09-081-2/+2