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
/
save_package.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Downloads: Do not suggest filenames that are too long.
thestig@chromium.org
2010-11-23
1
-4
/
+30
*
Avoid disk IO in SavePackage on the UI thread. Also cleaned up the code a bit.
jam@chromium.org
2010-11-05
1
-118
/
+57
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
1
-0
/
+9
*
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
*
Fix save file stuff to use scoped_refptr for refcounted params.
willchan@chromium.org
2010-10-25
1
-2
/
+1
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part18:
tfarina@chromium.org
2010-10-11
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-23
/
+23
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-1
/
+2
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-2
/
+1
*
Added a check to see if the SaveFileDefaultDirectory exists, if not it uses t...
tony@chromium.org
2010-10-01
1
-18
/
+35
*
Fix leak of a DownloadItem in SavePackage::Init.
phajdan.jr@chromium.org
2010-09-24
1
-2
/
+10
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Regression fix: keep the download shelf visible when multiple sites are saved.
phajdan.jr@chromium.org
2010-09-21
1
-8
/
+3
*
GTTF: download cleanup, rename things to be more accurate.
phajdan.jr@chromium.org
2010-09-10
1
-3
/
+3
*
GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...
phajdan.jr@chromium.org
2010-08-30
1
-0
/
+1
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Fix suggested save file name for title-less pages.
estade@chromium.org
2010-08-13
1
-35
/
+34
*
Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...
viettrungluu@chromium.org
2010-08-08
1
-2
/
+2
*
Clean up download code:
phajdan.jr@chromium.org
2010-08-05
1
-4
/
+3
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-27
1
-4
/
+3
*
Download code cleanup: split big files into smaller one.
phajdan.jr@chromium.org
2010-07-16
1
-0
/
+1
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-14
1
-34
/
+52
*
Deprecate most of the remaining wstring file_util functions.
evan@chromium.org
2010-07-08
1
-1
/
+3
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-2
/
+8
*
Disallow apps with the wrong content type header.
skerner@chromium.org
2010-06-25
1
-1
/
+1
*
Don't save last used locations in open and save dialogs when in incognito mode.
bauerb@chromium.org
2010-06-09
1
-1
/
+2
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Fix save complete web page crasher
estade@chromium.org
2010-04-26
1
-1
/
+8
*
Get rid of more calls to FromWStringHack.
tony@chromium.org
2010-04-26
1
-9
/
+6
*
Browser and unit test cases for patch submitted for Issue 23584 under
tony@chromium.org
2010-04-08
1
-11
/
+17
*
chrome 6: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-1
/
+2
*
Modified SavePackage(TabContents* tab_contents) of save_package.cc.
tony@chromium.org
2010-03-02
1
-1
/
+9
*
This change makes incognito downloads show up in the downloads page of an inc...
estade@chromium.org
2010-02-24
1
-2
/
+3
*
Fixes Issue 34722: Meaningless value in 'Save as type' combobox of 'Save page...
georgey@chromium.org
2010-02-23
1
-3
/
+68
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-4
/
+4
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-5
/
+5
*
Handle extensions correctly when the default download location is not writable
kinuko@chromium.org
2009-12-25
1
-1
/
+1
*
Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.
yaar@chromium.org
2009-12-23
1
-6
/
+6
*
Remove IsPrefRegistered function from PrefService API and fix the callers to
tony@chromium.org
2009-12-07
1
-2
/
+2
*
Reverts r4177, reimplements a fix for bug 3417. Adding UpdateObservers to Dow...
avi@chromium.org
2009-12-04
1
-0
/
+3
*
Enable localization of default downloaded filename.
tony@chromium.org
2009-11-04
1
-2
/
+4
*
Fourth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-02
1
-11
/
+22
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-2
/
+3
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
1
-10
/
+6
*
This patch enables "Save page as" (ctrl+s) for resources located at
jamesr@chromium.org
2009-10-13
1
-4
/
+6
[next]