summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/protocol_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use base::TimeDelta in SafeBrowsingProtocolManager.cbentzel@chromium.org2012-09-141-28/+30
* Include an API key in SafeBrowsing requests.bryner@chromium.org2012-09-141-0/+11
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-6/+6
* Chrome must back off if the SafeBrowsing update request times out.noelutz@google.com2012-06-081-2/+2
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-8/+8
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-1/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-4/+4
* Explicitly check the URLRequestStatus for SafeBrowsing responses.bryner@chromium.org2012-04-261-2/+4
* Replace SafeBrowsing MAC with downloads over SSL.bryner@chromium.org2012-04-161-136/+33
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Some easy NewRunnableMethod conversions in safe_browsing.shess@chromium.org2011-11-151-3/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Measure how often downloaded executables match the download whitelist.noelutz@google.com2011-10-291-1/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-6/+6
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-8/+15
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-37/+38
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-25/+24
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-3/+3
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-3/+3
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-3/+4
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-4/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-3/+4
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Use a different tpl= parameter when reporting an error from client-side phish...bryner@chromium.org2011-05-261-1/+5
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-5/+6
* Include full redirect chain in downloads safebrowsing ping.mattm@chromium.org2011-05-101-2/+6
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* safebrowsing: Set threat_list for BINARY_MALWARE_HASH ping.mattm@chromium.org2011-04-211-1/+5
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-4/+4
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Enable url check in download_manager, with a simple UI (it may need polish). ...lzheng@chromium.org2011-02-261-4/+17
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-5/+11
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-4/+4
* Parse binhash sent from safebrowsing server.lzheng@chromium.org2011-01-121-1/+1
* Consolidate some safe-browsing histograms.shess@chromium.org2010-12-281-2/+8
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+1
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+1
* Add a browser test for safebrowsing service.lzheng@chromium.org2010-12-131-4/+48
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-1/+0
* Send malware reports when a user opts-in from the safe browsing interstitial ...panayiotis@google.com2010-12-101-14/+41
* Move:ben@chromium.org2010-12-021-1/+1
* Make sure the generated python proto buff path is right.lzheng@chromium.org2010-11-091-1/+1
* Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.pkasting@chromium.org2010-10-251-16/+16
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Ping Google whenever a SafeBrowsing interstitial is shown to UMA users.noelutz@google.com2010-10-071-20/+31
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-071-2/+2
* Add "?" to query strings if original url has no query string.lzheng@chromium.org2010-09-071-3/+12
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-4/+3