summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a memory leak introduced in the SafeBrowsing prefix cache test.paulg@google.com2008-09-061-1/+5
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-056-11/+67
* Fix the issue where a sub chunk coming in before an add chunk, both containg ...jam@chromium.org2008-09-043-3/+42
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-3/+3
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-032-29/+5
* Take out uneeded comment (and test public Rietveld instance!).jam@chromium.org2008-09-021-1/+0
* Change SafeBrowsing client name for Chromium.BUG=1296800rahulk@google.com2008-08-312-4/+11
* On line 138 of protocol_manager.cc we were converting a std::stringifette@google.com2008-08-291-1/+1
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-1/+4
* Fix problem of safebrowsing database removing an add for a hostname when it g...jabdelmalek@google.com2008-08-282-2/+31
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-4/+4
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-263-3/+3
* Use a more compact license header in source files.license.bot2008-08-2423-654/+92
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-142-4/+4