summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Track how long a typical SafeBrowsing download protection request takes.noelutz@google.com2011-11-192-2/+8
* Fix broken unit-test.noelutz@google.com2011-11-181-2/+0
* - Flip the flag for improved SafeBrowsing downoad protection.noelutz@google.com2011-11-184-35/+106
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-186-15/+23
* Propagate the SafeBrowsing download protection verdict to the DownloadItem.noelutz@google.com2011-11-172-0/+12
* Whitelist executables that are trusted in the SafeBrowsing download protection.noelutz@google.com2011-11-163-4/+29
* Some easy NewRunnableMethod conversions in safe_browsing.shess@chromium.org2011-11-153-66/+51
* Get all of the certificate data for downloads from the WinVerifyTrust result.bryner@chromium.org2011-11-152-148/+39
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-4/+4
* This CL integrates the new SafeBrowsing download service classnoelutz@google.com2011-11-153-29/+61
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-154-12/+4
* Include the full certificate chain in the download pingback.bryner@chromium.org2011-11-124-45/+124
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Convert safe-browsing ScopedRunnableMethodFactory.shess@chromium.org2011-11-104-14/+13
* This is a first CL which refactors the way we lookup the bad binarynoelutz@google.com2011-11-104-23/+455
* Verify the signature validity for download protection.bryner@chromium.org2011-11-102-1/+56
* Extract the certificate to use in the download protection pingback.bryner@chromium.org2011-11-057-49/+266
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* 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