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
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
4
-34
/
+35
*
Create the DownloadItem earlier in the download process.
ahendrickson@chromium.org
2010-12-23
6
-16
/
+115
*
Extra cleanup/debugging inspired by issue 66676
rdsmith@chromium.org
2010-12-23
2
-23
/
+68
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath.
tfarina@chromium.org
2010-12-23
1
-1
/
+1
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
1
-1
/
+1
*
Tweak dangerous list based on (hopefully) final round of discussions. I think
cevans@chromium.org
2010-12-22
1
-3
/
+3
*
Cleanup: Remove unneeded includes of notification_service.h, part 2.
thestig@chromium.org
2010-12-17
1
-1
/
+0
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
2
-4
/
+2
*
Added clearing of downloads_ set on RemoveDownloadsBetween pathway.
rdsmith@chromium.org
2010-12-15
1
-4
/
+15
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
1
-0
/
+1
*
Change menus on OSX to update the icon dynamically.
atwilson@chromium.org
2010-12-15
2
-2
/
+2
*
Fix the last scoped_refptr misuses in NewRunnableMethod.
willchan@chromium.org
2010-12-15
1
-1
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
2
-4
/
+4
*
Reland part of r62043 that got reverted.
willchan@chromium.org
2010-12-14
1
-3
/
+4
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-1
/
+5
*
Create a new container to own downloads in DownloadManager.
rdsmith@google.com
2010-12-10
3
-122
/
+109
*
Cleanup: Remove unneeded includes of tab_contents.h.
thestig@chromium.org
2010-12-09
1
-1
/
+0
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
1
-3
/
+6
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-3
/
+3
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
8
-260
/
+313
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-3
/
+1
*
Fix the Visual Studio 2005 build.
darin@chromium.org
2010-12-03
1
-1
/
+1
*
Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-03
1
-0
/
+1
*
Move:
ben@chromium.org
2010-12-02
8
-8
/
+8
*
Move browser/cocoa to browser/ui/cocoa
ben@chromium.org
2010-12-01
2
-2
/
+2
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-1
/
+1
*
Undisable tests that were disabled because of the leaked processes issue.
phajdan.jr@chromium.org
2010-11-30
1
-16
/
+15
*
Track permissions granted to extensions in prefs
jstritar@chromium.org
2010-11-30
1
-1
/
+0
*
Revert 67544 - Track permissions granted to extensions in prefs
arv@chromium.org
2010-11-29
1
-0
/
+1
*
Track permissions granted to extensions in prefs
jstritar@chromium.org
2010-11-29
1
-1
/
+0
*
Revert 67500 - Adds a section to the extension preferences to store the recog...
jstritar@chromium.org
2010-11-29
1
-0
/
+1
*
Adds a section to the extension preferences to store the recognized permissio...
jstritar@chromium.org
2010-11-28
1
-1
/
+0
*
Revert "Revert "Finish wiring up chrome.app.install().""
aa@chromium.org
2010-11-26
1
-3
/
+1
*
Logging downloads.
ahendrickson@chromium.org
2010-11-24
8
-2
/
+139
*
Change DownloadMimeType from FLAKY to DISABLED.
rdsmith@google.com
2010-11-24
1
-5
/
+3
*
Initial conversion of download unit test to browser test with enhanced
rdsmith@google.com
2010-11-24
4
-63
/
+347
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
1
-13
/
+5
*
Revert "Finish wiring up chrome.app.install()."
aa@chromium.org
2010-11-23
1
-1
/
+3
*
Finish wiring up chrome.app.install().
aa@chromium.org
2010-11-23
1
-3
/
+1
*
Downloads: Do not suggest filenames that are too long.
thestig@chromium.org
2010-11-23
1
-4
/
+30
*
REGRESSION: Show correct exe icon in the downloadshelf
kinuko@chromium.org
2010-11-19
2
-10
/
+10
*
Cleanup: Include browser.h -> ui/browser.h [Part 3].
jhawkins@chromium.org
2010-11-16
4
-4
/
+4
*
Return a speed of 0 if a download is paused from DownloadItem, instead of che...
zork@chromium.org
2010-11-15
2
-11
/
+6
*
Crash fix: Don't use const-ref parameter for an async callback.
jhawkins@chromium.org
2010-11-11
2
-2
/
+2
*
DownloadItem::NeedsRename should not return true for dangerous downloads.
kinuko@chromium.org
2010-11-10
4
-31
/
+50
*
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
[next]