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
*
First round of audits to make sure 'app' is displayed instead of 'extension' ...
andybons@chromium.org
2010-11-10
1
-64
/
+48
*
Set the download rate to 0B/s if the download is paused.
zork@chromium.org
2010-11-10
1
-4
/
+10
*
BUG=43066
ahendrickson@chromium.org
2010-11-09
3
-12
/
+58
*
Initialize download path_uniquifier for saved download history items.
kinuko@chromium.org
2010-11-09
1
-0
/
+1
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
3
-3
/
+3
*
base: Remove 'using' declaration of SStringPrintf.
tfarina@chromium.org
2010-11-08
2
-4
/
+10
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-08
4
-8
/
+12
*
Use .crdownload file path for 'Show In Folder' while download is in progress
kinuko@chromium.org
2010-11-08
7
-73
/
+77
*
Shortened URLRequestContextGetter's lifetime, which was extended by DownloadM...
ahendrickson@chromium.org
2010-11-08
1
-0
/
+2
*
Fix build breakage by committing file I forgot to in my last cl
jam@chromium.org
2010-11-05
1
-21
/
+21
*
Avoid disk IO in SavePackage on the UI thread. Also cleaned up the code a bit.
jam@chromium.org
2010-11-05
2
-125
/
+67
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
2
-1
/
+16
*
Revert 64960 - Turn on file access checks on Win.
rafaelw@chromium.org
2010-11-03
1
-9
/
+0
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-03
1
-0
/
+9
*
Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f...
thakis@chromium.org
2010-11-01
1
-1
/
+1
*
Fix save file stuff to use scoped_refptr for refcounted params.
willchan@chromium.org
2010-10-25
2
-4
/
+2
*
Fill in the list of file extensions which are PDF-related.
cevans@chromium.org
2010-10-22
1
-0
/
+6
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.
pkasting@chromium.org
2010-10-21
1
-2
/
+2
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
2
-19
/
+36
*
Modified the file extension filters for downloads to add some extensions to a...
cdn@chromium.org
2010-10-20
2
-17
/
+21
*
Revert accidental commenting-out of download_util.cc parts.
phajdan.jr@chromium.org
2010-10-19
1
-2
/
+2
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
2
-4
/
+9
*
Stability fix: do not access Browser* during its destruction
phajdan.jr@chromium.org
2010-10-19
1
-2
/
+2
*
Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...
brettw@chromium.org
2010-10-17
1
-2
/
+2
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-3
/
+2
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-1
/
+2
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
2
-2
/
+2
*
Don't change the extension of resources being downloaded,
rvargas@google.com
2010-10-13
2
-45
/
+14
*
Make sure the download status in the application icon is updated
phajdan.jr@chromium.org
2010-10-13
1
-0
/
+2
*
Rename ChromeThread to BrowserThread Final Part:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part18:
tfarina@chromium.org
2010-10-11
16
-16
/
+16
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
17
-193
/
+194
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
4
-36
/
+21
*
use webstore extent to verify gallery downloads
erikkay@chromium.org
2010-10-08
3
-11
/
+22
*
restrict install of gallery-hosted apps from the gallery
erikkay@chromium.org
2010-10-08
1
-1
/
+1
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
4
-21
/
+36
*
Remove all FIXMEs in browser/
estade@chromium.org
2010-10-07
2
-6
/
+6
*
Fix DCHECK assertion failures in DownloadStatusUpdater.
phajdan.jr@chromium.org
2010-10-06
6
-15
/
+22
*
Create the default download directory when a download is starting.
phajdan.jr@chromium.org
2010-10-05
2
-3
/
+15
*
DownloadTest: disable just the tests that are timing out.
evan@chromium.org
2010-10-04
1
-6
/
+6
*
Added a check to see if the SaveFileDefaultDirectory exists, if not it uses t...
tony@chromium.org
2010-10-01
1
-18
/
+35
*
Make chrome aware of text/x-sh mime type.
estade@chromium.org
2010-09-30
2
-2
/
+10
*
Don't change the extension for downloads that already have benign extensions.
estade@chromium.org
2010-09-30
3
-71
/
+13
*
Undisable download UI tests. We shouldn't leak processes now if they fail.
phajdan.jr@chromium.org
2010-09-30
1
-16
/
+16
*
GTTF: remove flaky mark from following tests:
phajdan.jr@chromium.org
2010-09-29
2
-4
/
+2
*
Fixing downloading when off the record.
dhg@chromium.org
2010-09-28
1
-0
/
+7
*
GTTF: Remove flaky mark from the following tests:
phajdan.jr@chromium.org
2010-09-28
1
-2
/
+1
*
Create DownloadStatusUpdater to keep track of download progress
phajdan.jr@chromium.org
2010-09-27
7
-35
/
+361
*
Revert 60035 - Make sure the application icon is up to date
phajdan.jr@chromium.org
2010-09-24
1
-4
/
+0
*
Fix leak of a DownloadItem in SavePackage::Init.
phajdan.jr@chromium.org
2010-09-24
2
-3
/
+12
[next]