summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert to base::Callback in safe_browsing client-side-detection code.shess@chromium.org2011-11-231-37/+32
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-5/+6
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-281-1/+3
* Revert 107528 - Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-3/+1
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-271-1/+3
* Include the URL and all features in the CSD pingback for all users.bryner@chromium.org2011-10-161-19/+2
* Change browser features to use redirect chain for redirects tracking.gcasto@chromium.org2011-10-081-3/+13
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-1/+1
* Start client-side phishing classification for non-UMA users if thenoelutz@google.com2011-09-041-0/+4
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-121-1/+2
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-051-2/+1
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-041-1/+2
* Send back the URL that matched the SafeBrowsing list with the CSD ping.noelutz@google.com2011-08-021-4/+32
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+0
* Fix memory leaks in client_side_detection_host_unittest.noelutz@google.com2011-07-221-5/+11
* If we show a SafeBrowsing warning we always send the client-side detectionnoelutz@google.com2011-07-221-13/+69
* Add additional navigation features to CSD pingback.gcasto@chromium.org2011-07-201-8/+46
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-131-2/+3
* Add a new BrowserFeature for client-side FakeAV detection that is setnoelutz@google.com2011-06-291-4/+7
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-281-1/+1
* Send the referral URL with the client-side phishing detection request.noelutz@google.com2011-06-211-9/+25
* Create a browser feature extractor that runs after the renderer hasnoelutz@google.com2011-06-181-9/+39
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-171-10/+4
* Revert 89178 - Create a browser feature extractor that runs after the rendere...noelutz@google.com2011-06-151-19/+7
* Create a browser feature extractor that runs after the renderer hasnoelutz@google.com2011-06-151-7/+19
* Enable client-side phishing detection interstitial.noelutz@google.com2011-06-021-16/+0
* fix arm compile errorjam@chromium.org2011-06-021-2/+2
* fix bad mergejam@chromium.org2011-06-021-30/+8
* Remove last safebrowsing references from content.jam@chromium.org2011-06-021-6/+29
* Currently, there is a bug in the way we show the csd phishing interstitial.noelutz@google.com2011-06-011-56/+43
* Use a different tpl= parameter when reporting an error from client-side phish...bryner@chromium.org2011-05-261-2/+2
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-3/+3
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-021-4/+6
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-141-29/+57
* Replacing 'off the record' with 'incognito' in comments and a string in the g...vipul.bhasin@gmail.com2011-04-071-1/+1
* Only run the phishing classifier on HTML and XHTML documents.bryner@chromium.org2011-04-051-0/+31
* Removing 'off the record' references. Contributed by vipul.bhasin@gmail.commarkusheintz@chromium.org2011-03-311-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-14/+14
* Don't start phishing classifier if the tab is off the record.noelutz@google.com2011-03-231-16/+51
* Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-211-76/+138
* Revert 78818 - Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-191-130/+77
* Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-191-77/+130
* Revert 78635 - Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-181-117/+73
* Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-181-73/+117
* Fix memory leak in client_side_detection_host_unittestdhollowa@chromium.org2011-03-151-1/+5
* Move cache and report checking to before classification is run.gcasto@chromium.org2011-03-141-4/+89