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
/
base
/
file_util_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change default fopen() on Windows from fopen_s() to fsopen(,,_SH_DENYNO).
dpranke@chromium.org
2010-03-05
1
-10
/
+2
*
Fix app shortcut mess up per issue 31789
xiyuan@chromium.org
2010-02-23
1
-0
/
+8
*
Actually delete databases in CookiesTreeModel.
jochen@chromium.org
2010-02-18
1
-1
/
+11
*
Make sure the parent directory always comes first when listing directories.
estade@chromium.org
2010-02-11
1
-0
/
+5
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-0
/
+9
*
Ensure existing user pinned chrome shortcuts have correct app id.
xiyuan@chromium.org
2010-01-13
1
-1
/
+1
*
Fix an error when calling ReplaceFile for files on a Windows file share.
phajdan.jr@chromium.org
2010-01-11
1
-6
/
+13
*
Fix a regression introduced by r33225.
huanr@chromium.org
2009-12-17
1
-1
/
+5
*
Improve unit tests to verify that directories are listed before files in file...
vandebo@chromium.org
2009-12-11
1
-0
/
+4
*
file_util: The member variable |pattern_| has a different type (FilePath) fro...
thestig@chromium.org
2009-12-08
1
-2
/
+2
*
Add support for 64-bit Windows build: base and chrome/app
gregoryd@google.com
2009-12-04
1
-1
/
+3
*
Fix race in directory creation on Windows. The
joi@chromium.org
2009-11-27
1
-3
/
+38
*
For now, let's clear local storage whenever we clear cookies.
jorlow@chromium.org
2009-11-26
1
-0
/
+7
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
1
-80
/
+49
*
Implement web app shortcuts natively per issue 25528
xiyuan@chromium.org
2009-11-17
1
-0
/
+20
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-4
/
+1
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-1
/
+4
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-4
/
+1
*
Remove file_util::TrimTrailingSeparators(), which is deprecated and
tkent@chromium.org
2009-10-15
1
-4
/
+2
*
More CopyDirectory tests and fixes
vandebo@chromium.org
2009-10-15
1
-0
/
+3
*
Fixes a bug that .crx can not be installed by "Could not create
tkent@chromium.org
2009-10-09
1
-3
/
+1
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
1
-7
/
+0
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-12
/
+12
*
Adding last modified time to file_util
brettw@chromium.org
2009-07-24
1
-0
/
+2
*
Include a parent directory link in the file list for file:///somepath
yuzo@chromium.org
2009-06-09
1
-4
/
+8
*
Removes the following deprecated functions:
ojan@chromium.org
2009-06-03
1
-17
/
+0
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-19
1
-0
/
+12
*
Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."
phajdan.jr@chromium.org
2009-05-18
1
-12
/
+0
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-18
1
-0
/
+12
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-8
/
+12
*
Reverting 14152.
thestig@chromium.org
2009-04-21
1
-4
/
+6
*
Stop using and remove deprecated file_util::TrimTrailingSeparator().
thestig@chromium.org
2009-04-21
1
-6
/
+4
*
Retrial of the first step to port file_util::CountFilesCreatedAfter()
erikkay@google.com
2009-04-18
1
-4
/
+7
*
Reverting 13748.
erikkay@google.com
2009-04-15
1
-7
/
+4
*
Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj...
erikkay@google.com
2009-04-15
1
-4
/
+7
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-2
/
+9
*
file_util::Move fails on Windows if moving a directory
huanr@chromium.org
2009-03-11
1
-2
/
+25
*
Properly honor base::SharedMemory semantics for name="" to mean
jrg@chromium.org
2009-02-04
1
-0
/
+20
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
1
-8
/
+8
*
FileUtilTest.Contains failed on Vista Home 64 (and wine)
dkegel@google.com
2009-01-27
1
-4
/
+7
*
Convert download manager to FilePath.
estade@chromium.org
2009-01-06
1
-5
/
+4
*
Keep trying to undo 7564.
estade@chromium.org
2009-01-05
1
-0
/
+1
*
Unbreak unit tests. Revert r7564.
estade@chromium.org
2009-01-05
1
-1
/
+0
*
file_util minor cleanup:
erikkay@google.com
2008-12-23
1
-10
/
+10
*
revert r6938
estade@chromium.org
2008-12-12
1
-21
/
+1
*
Reverting 6935.
ojan@google.com
2008-12-12
1
-1
/
+21
*
Implement the memory mapped file class for posix.
estade@chromium.org
2008-12-12
1
-21
/
+1
*
Add a MemoryMappedFile class to file_util.
estade@chromium.org
2008-12-12
1
-1
/
+65
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
1
-18
/
+17
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
1
-57
/
+18
[next]