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
*
GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...
phajdan.jr@chromium.org
2010-08-30
9
-159
/
+231
*
Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.
viettrungluu@chromium.org
2010-08-30
1
-3
/
+2
*
Expand tar.gz download workaround to work for tgz as well.
estade@chromium.org
2010-08-28
2
-4
/
+11
*
Download code cleanup: share most of the code between DownloadFile and SaveFile.
phajdan.jr@chromium.org
2010-08-27
8
-354
/
+457
*
Makes the download shelf auto-close after the user opens all downloads
sky@chromium.org
2010-08-26
5
-10
/
+30
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
4
-4
/
+4
*
FBTF: Minor cleanup to testing headers.
erg@google.com
2010-08-25
1
-0
/
+1
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
2
-11
/
+11
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
1
-0
/
+1
*
FBTF: Remove unneeded STL includes from src/chrome.
viettrungluu@chromium.org
2010-08-19
1
-2
/
+0
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-2
/
+2
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
2
-11
/
+11
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
2
-11
/
+11
*
Convert GetDisplayStringInLTRDirectionality from wstring to string16.
tony@chromium.org
2010-08-18
2
-7
/
+9
*
Regression fix: Downloads page in Incognito mode works fine now.
phajdan.jr@chromium.org
2010-08-16
6
-79
/
+80
*
TBR: joth@chromium.org
joth@chromium.org
2010-08-16
1
-0
/
+2
*
Mark 2 failing tests in SavePageBrowserTest as flaky
joth@chromium.org
2010-08-16
1
-2
/
+2
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
4
-10
/
+3
*
Fix suggested save file name for title-less pages.
estade@chromium.org
2010-08-13
3
-61
/
+95
*
Convert infobar APIs to UTF-16.
evan@chromium.org
2010-08-13
3
-8
/
+8
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
1
-0
/
+1
*
Convert TimeFormat (chrome/common/time_format.*) to string16 (from wstring).
viettrungluu@chromium.org
2010-08-12
2
-40
/
+44
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
1
-0
/
+1
*
Add xbap to download extensions warning list.
inferno@chromium.org
2010-08-10
1
-0
/
+1
*
Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...
viettrungluu@chromium.org
2010-08-08
2
-3
/
+3
*
rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)
pvalchev@google.com
2010-08-06
1
-5
/
+5
*
Fix DownloadUtilTest on Mac. Not sure what causes the difference.
phajdan.jr@chromium.org
2010-08-05
1
-0
/
+8
*
Clean up download code:
phajdan.jr@chromium.org
2010-08-05
9
-934
/
+910
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-2
/
+0
*
Fix a memory leak in all callers of DownloadHistory::Search.
phajdan.jr@chromium.org
2010-08-03
1
-0
/
+1
*
Fix DownloadTest.NewWindow
bauerb@chromium.org
2010-08-03
1
-1
/
+1
*
Only close a newly opened download tab if there's more than one tab.
bauerb@chromium.org
2010-08-03
1
-0
/
+20
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-2
/
+2
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+3
*
Download code cleanup patch of death:
phajdan.jr@chromium.org
2010-07-29
8
-325
/
+313
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
1
-0
/
+2
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
1
-1
/
+0
*
Treat multiple extensions like .tar.gz as a single extension.
estade@chromium.org
2010-07-27
1
-2
/
+2
*
Creating download directory on chromeos when its registered as the default do...
dhg@chromium.org
2010-07-27
1
-3
/
+9
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-27
10
-172
/
+175
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
18
-0
/
+18
*
Disable the CloseNewTab / DontCloseNewTab tests because
nsylvain@chromium.org
2010-07-24
1
-9
/
+9
*
Disable some failing ui tests on MacOS
asargent@chromium.org
2010-07-23
1
-1
/
+8
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-23
5
-45
/
+51
*
Fix leak in DownloadManagerTest.
mnissler@chromium.org
2010-07-22
2
-10
/
+11
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-21
3
-48
/
+71
*
Rename the download to its final name only after the download is finished
kinuko@chromium.org
2010-07-21
11
-51
/
+344
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-20
6
-107
/
+80
*
Recommit r52848 - Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
3
-12
/
+19
[next]