index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
download
/
download_request_limiter.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup CanDownload WebContentsDelegate API
fsamuel@chromium.org
2014-05-13
1
-8
/
+4
*
We have a problem in the process on destroying WebContentsImpl because
zverre@yandex-team.ru
2014-05-09
1
-4
/
+2
*
[Downloads] Implement a permission bubble client for multiple dl requests.
gbillock@chromium.org
2014-02-26
1
-1
/
+26
*
Remove NOTIFICATION_WEB_CONTENTS_DESTROYED from the download request limiter.
avi@chromium.org
2013-10-15
1
-56
/
+57
*
Fix a crash in DownloadRequestLimiter::CanDownloadImpl
benjhayden@chromium.org
2013-09-27
1
-6
/
+14
*
Remove the concept of blocked contents.
jochen@chromium.org
2013-09-17
1
-19
/
+6
*
Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...
tfarina@chromium.org
2013-07-13
1
-1
/
+1
*
Create a content setting for the multiple automatic downloads infobar
benjhayden@chromium.org
2013-07-10
1
-22
/
+97
*
Misc. cleanup:
pkasting@chromium.org
2013-07-10
1
-7
/
+3
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-3
/
+3
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
1
-15
/
+42
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-1
/
+1
*
Reset DownloadRequestLimiter on reload.
benjhayden@chromium.org
2013-02-07
1
-30
/
+28
*
Use WeakPtr<> to break DownloadRequestInfobarDelegate dependency.
rdsmith@chromium.org
2013-01-15
1
-10
/
+8
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-2
/
+1
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-12
/
+12
*
Remove TabContents from DownloadRequestLimiterTest.
avi@chromium.org
2012-10-18
1
-6
/
+6
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
1
-6
/
+7
*
Switch BlockedContentTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-21
1
-8
/
+6
*
Miscellaneous cleanups from several months ago I never got around to landing.
pkasting@chromium.org
2012-09-01
1
-52
/
+30
*
Clean-up inline members of nested classes (chrome/)
hans@chromium.org
2012-08-10
1
-0
/
+7
*
TabContentsWrapper -> TabContents, part 43.
avi@chromium.org
2012-06-12
1
-7
/
+5
*
TabContentsWrapper -> TabContents, part 35.
avi@chromium.org
2012-06-11
1
-1
/
+1
*
TabContentsWrapper -> TabContents, part 11.
avi@chromium.org
2012-06-08
1
-17
/
+18
*
Fix crashes in DownloadRequestLimiter when extension popups/bubbles initiate ...
benjhayden@chromium.org
2012-05-30
1
-67
/
+83
*
TabContents -> WebContentsImpl, part 18.
avi@chromium.org
2012-04-17
1
-1
/
+1
*
Move notifications used only in chrome/ out of content/.
avi@chromium.org
2012-04-16
1
-4
/
+17
*
Use WebContentsDelegate::CanDownload to intercept file downloads on Android.
nileshagrawal@chromium.org
2012-03-13
1
-6
/
+13
*
Convert DownloadRequestLimiter::Callback to use base::Callback. This allows
darin@chromium.org
2012-01-13
1
-19
/
+9
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-7
/
+7
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-8
/
+7
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-5
/
+5
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-2
/
+4
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-2
/
+3
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-1
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+2
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-4
/
+4
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-2
/
+3
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-4
/
+5
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-5
/
+4
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-4
/
+5
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-1
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-0
/
+1
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
[next]