summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_request_limiter.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup CanDownload WebContentsDelegate APIfsamuel@chromium.org2014-05-131-8/+4
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-4/+2
* [Downloads] Implement a permission bubble client for multiple dl requests.gbillock@chromium.org2014-02-261-1/+26
* Remove NOTIFICATION_WEB_CONTENTS_DESTROYED from the download request limiter.avi@chromium.org2013-10-151-56/+57
* Fix a crash in DownloadRequestLimiter::CanDownloadImplbenjhayden@chromium.org2013-09-271-6/+14
* Remove the concept of blocked contents.jochen@chromium.org2013-09-171-19/+6
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-131-1/+1
* Create a content setting for the multiple automatic downloads infobarbenjhayden@chromium.org2013-07-101-22/+97
* Misc. cleanup:pkasting@chromium.org2013-07-101-7/+3
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-3/+3
* permissionrequest API for guest Download.lazyboy@chromium.org2013-04-031-15/+42
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-1/+1
* Reset DownloadRequestLimiter on reload.benjhayden@chromium.org2013-02-071-30/+28
* Use WeakPtr<> to break DownloadRequestInfobarDelegate dependency.rdsmith@chromium.org2013-01-151-10/+8
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-2/+1
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-12/+12
* Remove TabContents from DownloadRequestLimiterTest.avi@chromium.org2012-10-181-6/+6
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-6/+7
* Switch BlockedContentTabHelper to use WebContentsUserData.avi@chromium.org2012-09-211-8/+6
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-52/+30
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-0/+7
* TabContentsWrapper -> TabContents, part 43.avi@chromium.org2012-06-121-7/+5
* TabContentsWrapper -> TabContents, part 35.avi@chromium.org2012-06-111-1/+1
* TabContentsWrapper -> TabContents, part 11.avi@chromium.org2012-06-081-17/+18
* Fix crashes in DownloadRequestLimiter when extension popups/bubbles initiate ...benjhayden@chromium.org2012-05-301-67/+83
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-4/+17
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-131-6/+13
* Convert DownloadRequestLimiter::Callback to use base::Callback. This allowsdarin@chromium.org2012-01-131-19/+9
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-7/+7
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-8/+7
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-5/+5
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+4
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+3
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-2/+2
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+2
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-2/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-4/+5
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+4
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-4/+5
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-5/+5
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1