summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dummy change.jabdelmalek@google.com2008-08-131-1/+1
* Updating the SafeBrowsing database version to 3, to reset everyone's databaseifette@google.com2008-08-121-1/+1
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-3/+3
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-302-3/+3
* Fix compile errors due to missing includes.nsylvain@google.com2008-07-282-0/+2
* Try to cut down on some unnecessary dependencies. Remove any unused includes...deanm@google.com2008-07-284-3/+6
* Add chrome to the repository.initial.commit2008-07-2623-0/+8338