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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.
tfarina@chromium.org
2010-05-26
1
-4
/
+4
*
Mac: Infrastructure for serialization of OS fonts over IPC.
jeremy@chromium.org
2010-05-23
1
-2
/
+2
*
page cycler: Use buffer-cache priming code on all systems.
evan@chromium.org
2010-05-19
1
-0
/
+2
*
Use realpath() to find the path to the extension unpack dir on posix systems.
skerner@chromium.org
2010-05-12
1
-0
/
+7
*
ScopedFD should handle EINTR on close.
mark@chromium.org
2010-05-05
1
-2
/
+3
*
Unpack extensions inside chrome's profile directory.
skerner@chromium.org
2010-04-30
1
-0
/
+7
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-0
/
+4
*
file_util.h won't compile if UNIT_TEST and OS_WIN are defined.
yuzo@chromium.org
2010-04-21
1
-1
/
+2
*
Report unreadable files as size zero when uploading.
vandebo@chromium.org
2010-03-29
1
-0
/
+54
*
Function to compute the total size of the files in a directory
cpu@chromium.org
2010-03-24
1
-0
/
+7
*
Deprecate file_util::AppendToPath() on non-Windows.
evan@chromium.org
2010-02-26
1
-3
/
+0
*
Deprecate GetDirectoryFromPath on non-Windows.
evan@chromium.org
2010-02-23
1
-11
/
+0
*
Add back a line in file_util.h that was accidentally deleted long ago.
evan@chromium.org
2010-02-23
1
-0
/
+1
*
Move deprecated file_util declarations into a separate file.
evan@chromium.org
2010-02-23
1
-54
/
+4
*
Actually delete databases in CookiesTreeModel.
jochen@chromium.org
2010-02-18
1
-1
/
+4
*
Make sure the parent directory always comes first when listing directories.
estade@chromium.org
2010-02-11
1
-5
/
+8
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-0
/
+9
*
Make ProcessWatcher use kqueues on Mac.
jeremy@chromium.org
2009-12-15
1
-0
/
+14
*
Improve unit tests to verify that directories are listed before files in file...
vandebo@chromium.org
2009-12-11
1
-0
/
+3
*
Minor cleanup; remove deprecate file_util function and some obsolete TODOs.
estade@chromium.org
2009-12-09
1
-2
/
+0
*
file_util: The member variable |pattern_| has a different type (FilePath) fro...
thestig@chromium.org
2009-12-08
1
-13
/
+13
*
Remove the deprecated version of ContentsEqual.
thakis@chromium.org
2009-12-01
1
-3
/
+0
*
For now, let's clear local storage whenever we clear cookies.
jorlow@chromium.org
2009-11-26
1
-0
/
+4
*
file_util: Remove deprecated function SetCurrentDirectory.
thestig@chromium.org
2009-11-25
1
-2
/
+0
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
1
-5
/
+5
*
file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...
evan@chromium.org
2009-11-19
1
-3
/
+0
*
Implement web app shortcuts natively per issue 25528
xiyuan@chromium.org
2009-11-17
1
-0
/
+8
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-12
/
+8
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-8
/
+12
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-12
/
+8
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-1
/
+13
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-8
/
+0
*
Remove file_util::TrimTrailingSeparators(), which is deprecated and
tkent@chromium.org
2009-10-15
1
-5
/
+0
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-0
/
+8
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-8
/
+0
*
Revert "Remove deprecated AbsolutePath function."
evan@chromium.org
2009-10-09
1
-0
/
+2
*
Remove deprecated AbsolutePath function.
evan@chromium.org
2009-10-09
1
-2
/
+0
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-18
/
+1
*
Linux: print page to file rather than using shared memory to send it to the b...
estade@chromium.org
2009-09-16
1
-0
/
+4
*
Removes deprecated version of PathIsWritable which is no longer called by any...
erikkay@chromium.org
2009-09-11
1
-2
/
+0
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
1
-4
/
+3
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-9
/
+4
*
Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).
thestig@chromium.org
2009-08-06
1
-5
/
+21
*
Adding last modified time to file_util
brettw@chromium.org
2009-07-24
1
-0
/
+4
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
1
-0
/
+4
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-1
/
+6
*
Move PathComponents from file_util to FilePath, add FilePath::IsParent()
rafaelw@chromium.org
2009-06-24
1
-4
/
+0
*
Include a parent directory link in the file list for file:///somepath
yuzo@chromium.org
2009-06-09
1
-3
/
+12
*
Reorder fts(3) includes per the man page, as fts.h uses sys/types.h. On linux...
evan@chromium.org
2009-06-03
1
-2
/
+3
*
Removes the following deprecated functions:
ojan@chromium.org
2009-06-03
1
-11
/
+0
[next]