summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-1/+1
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Cleanup temp files/folders in a few more tests.munjal@chromium.org2009-06-011-9/+22
* Add a histogram to measure the number of times we askpaulg@google.com2009-05-111-1/+8
* Add a performance test for measuring hash implementation time.paulg@google.com2009-05-111-4/+66
* Decrease the SafeBrowsing false positive rate.paulg@google.com2009-05-098-88/+245
* Landing approved patch for Yuta Kitamura (yutak@google.com)mbelshe@google.com2009-05-082-26/+28
* Separate the key setting code in the constructor of HMAC class into the Initwtc@chromium.org2009-05-051-3/+3
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Add support for handling files containing URLs with a samplingpaulg@google.com2009-05-051-17/+51
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-8/+7
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-044-20/+20
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-05-011-0/+21
* Revert 14569abarth@chromium.org2009-04-261-21/+0
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-04-261-0/+21
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-211-3/+3
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-203-21/+19
* Reverting 14005.brettw@chromium.org2009-04-183-19/+21
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-183-21/+19
* Create a test program for generating false positive statisticspaulg@google.com2009-04-171-0/+280
* Reduce the false positive rate for SafeBrowsing gethash requests.paulg@google.com2009-04-174-4/+27
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-152-7/+7
* Remove unused database code.paulg@google.com2009-04-082-33/+0
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-035-17/+427
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-218-1571/+11
* Fix errors detected by coverity.paulg@google.com2009-03-181-6/+6
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-172-2/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-1/+2
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-123-3/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-103-4/+0
* NO CODE CHANGE.maruel@google.com2009-03-059-26/+55
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-055-13/+13
* revert broken change 10833nsylvain@chromium.org2009-03-031-67/+47
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-47/+67
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-59/+47
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-47/+59
* Remove more ifdefs where all platforms now share the implementation.pinkerton@chromium.org2009-03-031-6/+0
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-1/+3
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-251-1/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-243-26/+26
* Report malware sub resources and their containing page to thepaulg@google.com2009-02-194-2/+104
* Bring the SafeBrowsingProtocolManager out of scaffolding.paul@chromium.org2009-02-191-7/+1