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
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
4
-9
/
+12
*
Remove some depenencies from DownloadManager.
jam@chromium.org
2011-07-28
6
-59
/
+128
*
Add a browser-test for downloading an anchor with a suggested name for download.
sadrul@chromium.org
2011-07-28
1
-0
/
+18
*
Use the suggested name from an anchor's 'download' attribute.
sadrul@chromium.org
2011-07-27
8
-22
/
+19
*
Remove prefs usage from SavePackage. Have it ask the embedder for the directo...
jam@chromium.org
2011-07-26
1
-2
/
+27
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-5
/
+5
*
Add OVERRIDE annotation to safebrowsing classes.
mattm@chromium.org
2011-07-25
1
-2
/
+3
*
Remove most of the remaining chrome dependencies from the save code. I have a...
jam@chromium.org
2011-07-25
1
-2
/
+2
*
Some cleanup with regard to state transitions in DownloadItem/DownloadManager:
rdsmith@chromium.org
2011-07-20
4
-48
/
+61
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
5
-5
/
+5
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
3
-285
/
+0
*
Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...
jam@chromium.org
2011-07-18
2
-17
/
+12
*
Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...
rdsmith@chromium.org
2011-07-18
12
-713
/
+270
*
Modified cancel and interrupt processing to avoid race with history.
rdsmith@chromium.org
2011-07-18
12
-270
/
+713
*
Move save stuff from download helper back to TabContents. This is a revert of...
jam@chromium.org
2011-07-18
1
-14
/
+12
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-16
1
-0
/
+1
*
Move download stuff from download helper back to TabContents. This is basical...
jam@chromium.org
2011-07-15
2
-14
/
+6
*
Revert 91769 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...
ahendrickson@chromium.org
2011-07-15
1
-3
/
+1
*
Revert 92690 (breaks ChromeOS tests) - Remove more unnecessary ChromeURLReque...
willchan@chromium.org
2011-07-15
1
-1
/
+0
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-0
/
+1
*
Revert 92668 - Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-1
/
+0
*
Remove more unnecessary ChromeURLRequestContext members.
willchan@chromium.org
2011-07-15
1
-0
/
+1
*
Disable context menu for control links (Show in Finder, etc)
achuith@chromium.org
2011-07-15
1
-2
/
+6
*
Fix clang error
jam@chromium.org
2011-07-14
1
-1
/
+1
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
20
-4020
/
+209
*
Make safe browsing work in a multi-profile environment.
mirandac@chromium.org
2011-07-13
5
-12
/
+27
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-2
/
+2
*
Make safe browsing optional at compile time.
torne@chromium.org
2011-07-11
2
-0
/
+12
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
12
-27
/
+34
*
Usage fixes per Coverity. Add checks for tab contents wrapper, profile check,
gbillock@chromium.org
2011-07-08
4
-11
/
+9
*
Revert 91861 - When the download folder does not exist, change the download f...
johnme@google.com
2011-07-08
14
-458
/
+134
*
When the download folder does not exist, change the download folder to a user...
haraken@google.com
2011-07-08
14
-134
/
+458
*
Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.
ahendrickson@chromium.org
2011-07-07
1
-1
/
+3
*
Revert 91134 - Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful down...
cbentzel@chromium.org
2011-07-01
1
-1
/
+6
*
Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarD...
pkasting@chromium.org
2011-07-01
1
-2
/
+4
*
Add save package download items to transient history on cros.
achuith@chromium.org
2011-06-30
3
-25
/
+60
*
Revert 89600 - Treat ERR_CONNECTION_CLOSED as a succesful download.
cbentzel@chromium.org
2011-06-30
1
-6
/
+1
*
Fix AutoOpen
achuith@chromium.org
2011-06-29
1
-1
/
+1
*
Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.
erg@chromium.org
2011-06-28
2
-2
/
+8
*
Fix the Extension.Permissions_*Cancel histograms.
jstritar@chromium.org
2011-06-28
1
-1
/
+1
*
Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.
darin@chromium.org
2011-06-27
1
-1
/
+2
*
Checking that items exist in the downloads panel on ChromeOS.
achuith@chromium.org
2011-06-27
1
-51
/
+65
*
Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-24
1
-0
/
+4
*
Remove unnecessary Profile parameter from GetPopup.
mirandac@chromium.org
2011-06-24
1
-1
/
+1
*
Revert 90228 - Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-23
1
-4
/
+0
*
Get rid of a few FilePath tmp objects/copies.
achuith@chromium.org
2011-06-23
1
-3
/
+3
*
Next round of checks to figure out what invariant is failing.
rdsmith@chromium.org
2011-06-23
1
-0
/
+4
*
Switch to GetConstrainingContentsWrapper.
avi@chromium.org
2011-06-23
3
-43
/
+38
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
3
-15
/
+16
*
Coverity: Null returns and negative returns
kmadhusu@chromium.org
2011-06-22
1
-0
/
+1
[next]