summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-032-5/+4
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-1/+3
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-025-65/+57
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-023-18/+16
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-305-86/+2
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+0
* Fixing a bug with interstitial pages triggered with malware.jcampan@chromium.org2009-10-152-4/+58
* Coverity: check return of SafeBrowsingProtocolParser::ParseGetHash.mattm@chromium.org2009-10-141-8/+8
* Fixed data race between GetDatabase and CheckURL at startup.erikkay@chromium.org2009-10-127-58/+23
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Add a client name to the safe browsing service for Chrome Frame builds of Chr...robertshield@chromium.org2009-10-071-1/+3
* Change a phishing report URL param.paul@chromium.org2009-10-021-1/+1
* Simplify the PowerObserver API by removing unneeded args and providing defaul...pkasting@chromium.org2009-10-012-16/+8
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-9/+7
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-5/+5
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-1/+1
* Simple cleanup.maruel@chromium.org2009-08-131-1/+1
* Fix for an "update in progress" DCHECK.paul@chromium.org2009-08-072-1/+32
* Fix the root cause of flakiness in SafeBrowsingProtocolManagerTest.TestGetHas...phajdan.jr@chromium.org2009-07-283-16/+15
* 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