summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-2/+1
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-033-15/+39
* Revert 108315 - Parse the SafeBrowsing download protection server response.viettrungluu@chromium.org2011-11-023-38/+15
* Parse the SafeBrowsing download protection server response.noelutz@google.com2011-11-023-15/+38
* This CL adds a histogram as part of the improved SafeBrowsing download protec...noelutz@google.com2011-11-021-0/+53
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0223-6/+41
* Measure how often downloaded executables match the download whitelist.noelutz@google.com2011-10-296-24/+76
* Include the HTTP status code as a feature in the ClientPhishingRequest.bryner@chromium.org2011-10-296-2/+16
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2824-55/+61
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-2811-235/+544
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-283-12/+12
* Revert 107528 - Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-2710-538/+235
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-273-4/+3
* Collect some histograms about signed binary downloads.bryner@chromium.org2011-10-2710-235/+538
* Safe-browsing SBAddPrefix from vector to deque.shess@chromium.org2011-10-268-218/+160
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-264-27/+29
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-259-97/+103
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-249-106/+80
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-8/+8
* Only send the client-side phishing model to a renderer if its profile has Saf...bryner@chromium.org2011-10-194-25/+43
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-199-52/+52
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-183-2/+3
* Include the URL and all features in the CSD pingback for all users.bryner@chromium.org2011-10-1610-345/+10
* Precalculate total size for safe-browsing add_prefixes.shess@chromium.org2011-10-142-0/+10
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-135-50/+58
* First shot at implementing the ping back for improved binary download protect...bryner@chromium.org2011-10-135-0/+643
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-10/+13
* Histogram large realloc in safe-browsing update.shess@chromium.org2011-10-121-0/+19
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-082-5/+7
* Change browser features to use redirect chain for redirects tracking.gcasto@chromium.org2011-10-089-107/+175
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-072-7/+5
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-072-5/+7
* base::Bind: Cleanup in history/ plus dependencies.jhawkins@chromium.org2011-10-051-2/+4
* [Valgrind] Fix uninitialized read in safe-browsing.shess@chromium.org2011-10-041-1/+1
* Convert SafeBrowsingBlockingPage and test to new Bind/Callback system. shess@chromium.org2011-10-048-35/+35
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Revert 103519 - Convert SafeBrowsingBlockingPage and test to new Bind/Callbac...shess@chromium.org2011-09-308-33/+35
* Convert safe-browsing storage to new Bind/Callback system.shess@chromium.org2011-09-307-43/+49
* Convert SafeBrowsingBlockingPage and test to new Bind/Callback system.shess@chromium.org2011-09-308-35/+33
* GTTF: Remove super-flaky ui_test_utils functions and fix callers.phajdan.jr@chromium.org2011-09-271-2/+3
* Reserve space before building potentially large vectors in safe-browsing.shess@chromium.org2011-09-232-0/+11
* Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T...pkasting@chromium.org2011-09-223-14/+14
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-223-10/+11
* Add a whitelist for the new binary download protection.noelutz@google.com2011-09-218-120/+362
* Fix a leak in MalwareDetailsTest.HTTPCacherlarocque@chromium.org2011-09-201-1/+1
* Cleanup OWNERS file for the Safe Browsing Foldermad@chromium.org2011-09-141-2/+4
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-144-19/+19
* Mark SafeBrowsingServiceTest.SafeBrowsingSystemTest as flaky.ericu@google.com2011-09-131-1/+7
* Switch to the new client-side phishing model that uses Murmurhash for word ha...bryner@chromium.org2011-09-132-17/+1