summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-272-2/+2
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-267-51/+57
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-257-21/+19
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-2/+3
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-16/+12
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-222-5/+5
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-215-19/+30
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-218-25/+27
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-218-27/+25
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-218-25/+27
* [coverity] Initialize member variables.csilv@chromium.org2011-12-211-0/+1
* Fix jam@chromium.org2011-12-201-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-207-12/+12
* Don't delete the current NavigationEntry when leaving an interstitial page.creis@chromium.org2011-12-203-15/+52
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-203-8/+8
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-9/+9
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-192-3/+7
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-182-7/+3
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-182-3/+7
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-172-7/+3
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-172-3/+7
* Fix compile on linux_redux bots, caused by http://crrev.com/113808rsleevi@chromium.org2011-12-151-1/+11
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-2/+3
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-122-4/+9
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-102-2/+2
* Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...avi@chromium.org2011-12-092-0/+138
* Fix safe-browsing sub parsing for download whitelist.shess@chromium.org2011-12-083-19/+81
* Remove the check of the whitelist entries in ClientPhishingResponse.bryner@chromium.org2011-12-083-100/+3
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-2/+2
* Include the referrer header everywhere instead of directly including the webk...jochen@chromium.org2011-12-071-1/+0
* Switch DownloadProtectionServiceTest to use pre-generated certs instead of cr...bryner@chromium.org2011-12-061-49/+28
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-2/+2
* Add download server IP address to the SafeBrowsing download protection ping.noelutz@google.com2011-12-063-2/+24
* Show dangerous file type warning on Linux and Mac.noelutz@google.com2011-12-061-0/+7
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-052-16/+11
* Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_...avi@chromium.org2011-12-052-11/+16
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-053-4/+4
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-052-16/+11
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-053-22/+24
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-1/+2
* Implement a whitelist for code-signing certificates.bryner@chromium.org2011-12-025-6/+310
* Only enable improved SafeBrowsing download protection on Windows.noelutz@google.com2011-12-013-0/+35
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-012-0/+2
* base::Bind: Convert a few 7-arity NewRunnableMethods.jhawkins@chromium.org2011-11-301-9/+3
* Add logging for the download hash.bryner@chromium.org2011-11-291-1/+1
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-2/+2
* Keep SafeBrowsing download stats for two additional file extensions (crx & apk)noelutz@google.com2011-11-291-0/+4
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-282-1/+2