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_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-23
1
-21
/
+20
*
Fix leak in DownloadManagerTest.
mnissler@chromium.org
2010-07-22
1
-8
/
+7
*
Rename the download to its final name only after the download is finished
kinuko@chromium.org
2010-07-21
1
-23
/
+59
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-20
1
-23
/
+13
*
Recommit r52848 - Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
1
-10
/
+13
*
Revert r52848 - Linux x64 compile failure.
jeremy@chromium.org
2010-07-18
1
-13
/
+10
*
Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
1
-10
/
+13
*
Download code cleanup: split big files into smaller one.
phajdan.jr@chromium.org
2010-07-16
1
-252
/
+10
*
Don't prompt to save for filetypes marked as auto-open.
pkasting@chromium.org
2010-07-15
1
-26
/
+26
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-14
1
-2
/
+9
*
Deprecate most of the remaining wstring file_util functions.
evan@chromium.org
2010-07-08
1
-2
/
+3
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-16
/
+19
*
Disallow apps with the wrong content type header.
skerner@chromium.org
2010-06-25
1
-7
/
+19
*
Reland r50834
aa@chromium.org
2010-06-25
1
-1
/
+1
*
Revert r50834
aa@chromium.org
2010-06-25
1
-1
/
+1
*
Allow multiple domains in app.
aa@chromium.org
2010-06-25
1
-1
/
+1
*
Fix theme loading bubble which was overstaying its welcome.
mirandac@google.com
2010-06-23
1
-1
/
+1
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
1
-2
/
+2
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-1
/
+1
*
Show theme loading info bubble and info bars in last normal browser.
xiyuan@chromium.org
2010-06-09
1
-1
/
+3
*
Force web_origin to be present only on extension gallery installs. For
mpcomplete@chromium.org
2010-06-03
1
-1
/
+3
*
Remove deprecated file_util::ReplaceExtension API.
tfarina@chromium.org
2010-06-01
1
-1
/
+1
*
Land dhg's CL 2109011
xiyuan@chromium.org
2010-05-21
1
-3
/
+19
*
Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...
georgey@chromium.org
2010-04-30
1
-0
/
+21
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Get rid of more calls to FromWStringHack.
tony@chromium.org
2010-04-26
1
-4
/
+4
*
Show an infobar when the user is using an unsupported flag.
viettrungluu@chromium.org
2010-04-01
1
-1
/
+2
*
Append a number to make app shortcut name unique.
xiyuan@chromium.org
2010-03-26
1
-34
/
+9
*
Resubmit 1025006: Refactor app-related manifest properties
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Revert 42091 - Refactor apprelated manifest properties so that they don't
andybons@chromium.org
2010-03-19
1
-1
/
+1
*
Refactor app-related manifest properties so that they don't
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Force an app's orgin to be the origin of the URL the crx is
aa@chromium.org
2010-03-18
1
-0
/
+1
*
Fix the problem that a Save As dialog pops up on drag-out when "Ask where to ...
jianli@chromium.org
2010-03-18
1
-4
/
+7
*
Mechanical refactor of CrxInstaller signatures. This will make
aa@chromium.org
2010-03-12
1
-20
/
+15
*
Start a download in the user's download directory to lower rename failure pos...
kinuko@chromium.org
2010-03-09
1
-21
/
+3
*
Fixing extension install case. Changing the file browser to only get the lis...
dhg@chromium.org
2010-03-08
1
-0
/
+18
*
This change makes incognito downloads show up in the downloads page of an inc...
estade@chromium.org
2010-02-24
1
-8
/
+93
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-20
/
+24
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-2
/
+2
*
Add temporary download progress overlay to the dock icon for the Mac (real UI...
avi@chromium.org
2010-02-01
1
-0
/
+38
*
Add infobar warning user of extension install failure when trying to install ...
estade@chromium.org
2010-01-26
1
-5
/
+25
*
Default to FOLDERID_Downloads on Windows Vista/7 when safe.
dimich@google.com
2010-01-25
1
-0
/
+6
*
Don't accidentally add downloads with db_handle = kUninitializedHandle, which...
thestig@chromium.org
2010-01-21
1
-9
/
+14
*
Initialize is_extension_install_ properly.
craig.schlenter@chromium.org
2010-01-20
1
-0
/
+1
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-24
/
+107
*
Fix by gdk (Garret Kelly)
rolandsteiner@chromium.org
2010-01-13
1
-3
/
+3
*
Handle extensions correctly when the default download location is not writable
kinuko@chromium.org
2009-12-25
1
-28
/
+18
*
Only show gray LOADING dialog for Themes.
rafaelw@chromium.org
2009-12-16
1
-1
/
+2
[next]