summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Fix linux / mac build.paulg@google.com2009-01-081-2/+2
* Ignore GetHash results for lists that we don't support.paulg@google.com2009-01-086-41/+85
* Add histograms to track the size of SafeBrowsing Updates.paulg@google.com2009-01-062-4/+20
* clean up safe browsing pref registration by following thetc@google.com2009-01-062-2/+2
* Keep trying to undo 7564.estade@chromium.org2009-01-051-2/+2
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-2/+2
* * Bring up GreaseMonkeySlave unittest on OS X.jeremy@chromium.org2008-12-231-1/+5
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-193-26/+42
* Reverting 7149.jcampan@chromium.org2008-12-173-42/+26
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-173-26/+42
* DatabaseLoadComplete now needs to be run after OnIOInitialize, so change the ...jam@chromium.org2008-12-171-3/+3
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-132-8/+19
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-122-88/+94
* Reverting 6815.phajdan.jr@chromium.org2008-12-112-94/+88
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-112-88/+94
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+3
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-2/+2
* Make sure we end the update process if we get an errorfrom the servers. Previ...paulg@google.com2008-12-043-8/+18
* Rollbackmbelshe@google.com2008-12-012-19/+8
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-302-8/+19
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-9/+9
* Turn on the new SafeBrowsing by default. To use the olderpaulg@google.com2008-11-263-6/+6
* Fix up paths now that test_file_util has moved.deanm@chromium.org2008-11-251-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-223-35/+30
* Fix a few leaks in SafeBrowsing. These have been around since the beginning,...erikkay@google.com2008-11-214-8/+76
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-212-19/+19
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-212-19/+19
* 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