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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Downloads] Allow acquiring dangerous download file.
asanka@chromium.org
2013-05-29
2
-3
/
+3
*
BrowserContext should simply own DownloadManager
caio.de.oliveira.filho@intel.com
2013-05-29
8
-19
/
+19
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
10
-24
/
+24
*
Use DownloadItem::GetState() in c/b/{download,extensions}
caio.de.oliveira.filho@intel.com
2013-05-24
18
-70
/
+52
*
Use DownloadManager::Observer in TestDownloadShelf
caio.de.oliveira.filho@intel.com
2013-05-23
2
-8
/
+21
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
3
-8
/
+9
*
Remove DownloadItem::GetUserVerifiedFilePath()
asanka@chromium.org
2013-05-22
1
-1
/
+1
*
drive: Rename DriveSystemService to DriveIntegrationService
satorux@chromium.org
2013-05-21
1
-3
/
+3
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
3
-3
/
+3
*
content: Extract url utility functions into url_utils.{h,cc}
tfarina@chromium.org
2013-05-17
2
-12
/
+0
*
[InfoBar] Add InfoBarDelegate::GetIconID()
dfalcantara@chromium.org
2013-05-16
2
-5
/
+3
*
downloads: Make GetCrDownloadPath a static method on DownloadTargetDeterminer.
tfarina@chromium.org
2013-05-15
7
-17
/
+23
*
content: Move two more url constants into content namespace.
tfarina@chromium.org
2013-05-15
1
-1
/
+1
*
Cleanup: Remove unneeded base/file_util.h includes in chrome.
thestig@chromium.org
2013-05-15
1
-6
/
+5
*
[Downloads] Clear current_path_ when deleting intermediate file.
asanka@chromium.org
2013-05-14
1
-4
/
+3
*
Disable failing ARM linux tests.
sbc@chromium.org
2013-05-10
1
-3
/
+4
*
Revert 199284 "[Downloads] Clear current_path_ when deleting int..."
asanka@chromium.org
2013-05-09
1
-3
/
+4
*
[Downloads] Clear current_path_ when deleting intermediate file.
asanka@chromium.org
2013-05-09
1
-4
/
+3
*
[Downloads] Switch callers of GetFullPath() to GetTargetFilePath()
asanka@chromium.org
2013-05-09
2
-20
/
+44
*
[Mac] Deal with empty GetFullPath() in download status updater.
asanka@chromium.org
2013-05-08
1
-5
/
+3
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
3
-6
/
+6
*
Disables on mac DownloadTest.DownloadTest_PercentComplete as its
sky@chromium.org
2013-05-07
1
-1
/
+8
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
components: Move PrefRegistrySyncable into user_prefs namespace.
tfarina@chromium.org
2013-05-06
4
-24
/
+37
*
Sanitize directory names from chrome.downloads.onDeterminingFilename.
benjhayden@chromium.org
2013-05-05
10
-115
/
+224
*
Change GetProfileToUse method from Profile to content::BrowserContext
phajdan.jr@chromium.org
2013-05-03
2
-3
/
+6
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-1
/
+1
*
Move download filename determination into a separate class.
asanka@chromium.org
2013-05-02
15
-1484
/
+2836
*
Revert 197518 "Move download filename determination into a separ..."
timurrrr@chromium.org
2013-05-01
15
-2830
/
+1484
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
6
-18
/
+14
*
Move download filename determination into a separate class.
asanka@chromium.org
2013-05-01
15
-1484
/
+2830
*
Migrate chrome/browser/download/download_query.cc to RE2 regex engine
benjhayden@chromium.org
2013-04-30
1
-11
/
+5
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
2
-3
/
+4
*
drive: Rename drive_file_sytem_util to file_system_util
satorux@chromium.org
2013-04-26
3
-3
/
+3
*
Add handler to handle dangerous download items
qinmin@chromium.org
2013-04-24
1
-0
/
+5
*
drive: Rename DriveDownloadHandler to DownloadHandler
satorux@chromium.org
2013-04-24
3
-17
/
+17
*
Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.
pkasting@chromium.org
2013-04-23
1
-9
/
+6
*
Adding a call to support download initiated context menu
qinmin@chromium.org
2013-04-16
1
-4
/
+4
*
Make chrome.downloads.onDeterminingFilename take an enum indicating the actio...
benjhayden@chromium.org
2013-04-09
6
-69
/
+119
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-12
/
+16
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
3
-16
/
+12
*
Really fix build after r193020.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
3
-12
/
+16
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-2
/
+5
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
2
-15
/
+54
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-2
/
+2
*
[Mac] DownloadShelf should be notified when autoclosing.
asanka@chromium.org
2013-04-01
6
-9
/
+22
*
Add user.js to dangerous file extensions
davidben@chromium.org
2013-03-31
1
-0
/
+3
*
Rename sys_string_conversions in chrome.
brettw@chromium.org
2013-03-28
4
-4
/
+4
*
base/prefs: Remove the public/ directory and move the files to //base/prefs.
tfarina@chromium.org
2013-03-21
4
-4
/
+4
[next]