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
/
platform_file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove base/platform_file.*
rvargas@chromium.org
2014-06-24
1
-268
/
+0
*
Move and rename FdopenPlatformFile to file_util
rvargas@chromium.org
2014-06-10
1
-2
/
+0
*
Remove CreatePlatformFile
rvargas@chromium.org
2014-04-15
1
-19
/
+0
*
Fix a comment re: base/platform_file.h deprecation.
thestig@chromium.org
2014-03-13
1
-1
/
+1
*
Base: Move platform_file.* to files/file.*
rvargas@chromium.org
2013-12-04
1
-0
/
+5
*
Implement native version of GetDirectoryEntries for windows.
dgrogan@chromium.org
2013-10-24
1
-1
/
+1
*
Report errors from ChromiumEnv::GetChildren in Posix.
dgrogan@chromium.org
2013-10-19
1
-1
/
+5
*
Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Env
jsbell@chromium.org
2013-10-10
1
-0
/
+27
*
ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumer...
tommycli@chromium.org
2013-10-07
1
-5
/
+4
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Add an "append flag" to base::PlatformFile.
teravest@chromium.org
2013-06-10
1
-12
/
+17
*
Make base:ReplaceFile return an informative error.
dgrogan@chromium.org
2013-05-08
1
-8
/
+10
*
Add more error codes to base::CreatePlatformFile on windows.
dgrogan@chromium.org
2013-05-02
1
-1
/
+2
*
Add PLATFORM_FILE_EXECUTE flag for Windows.
bbudge@chromium.org
2013-04-04
1
-0
/
+2
*
Linux: apply a different hyphen patch.
phajdan.jr@chromium.org
2013-02-25
1
-0
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Don't allow path traversal paths on the base file helpers
cpu@chromium.org
2013-01-09
1
-2
/
+12
*
Add detailed UMA logging for errors in NewRandomAccessFile.
dgrogan@chromium.org
2012-12-15
1
-0
/
+2
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-0
/
+23
*
On Windows, current implementation fails touching directories because it cann...
nhiroki@chromium.org
2012-11-01
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Implement serial API for Windows.
miket@chromium.org
2012-05-30
1
-21
/
+32
*
Base: Change ReadPlatformFile to perform a best
rvargas@google.com
2011-09-01
1
-1
/
+10
*
Base: WritePlatformFile now retries the operation if
rvargas@google.com
2011-08-26
1
-1
/
+2
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
1
-17
/
+18
*
Add a flag to open files in share delete mode
jochen@chromium.org
2011-06-22
1
-0
/
+2
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
1
-13
/
+19
*
ObfuscatedFileSystemFileUtil class
ericu@google.com
2011-05-13
1
-3
/
+4
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-0
/
+1
*
Add a path for a web page to request the enumeration of a directory. This, t...
johnnyg@chromium.org
2011-04-12
1
-1
/
+2
*
Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a
ericu@google.com
2011-03-28
1
-4
/
+0
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
1
-18
/
+21
*
Stop returning the true root path of each filesystem from openFileSystem.
ericu@google.com
2011-03-24
1
-2
/
+5
*
wstring: remove wstring method from PlatformFile
evan@chromium.org
2011-03-13
1
-4
/
+0
*
Start sorting methods in class declarations.
erg@google.com
2011-01-07
1
-1
/
+4
*
Some additions to support symlinks better on platforms that support them.
gspencer@chromium.org
2010-11-30
1
-0
/
+3
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
1
-1
/
+3
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
1
-3
/
+1
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
1
-1
/
+3
*
Revert 61480 - Support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-05
1
-3
/
+1
*
Support removeRecursively and new copy/move behaviors added to the spec recen...
kinuko@chromium.org
2010-10-05
1
-1
/
+3
*
The return value of ClosePlatformFile() was reversed in r59041. Most
dumi@chromium.org
2010-09-27
1
-1
/
+1
*
Refactor some file_system classes to use chromium types instead of
dumi@chromium.org
2010-09-22
1
-1
/
+6
*
Adding some functions that operate on file handles.
dumi@chromium.org
2010-09-10
1
-1
/
+27
*
Revert 59007 - Adding some utility functions that work on file handles, and a...
dumi@chromium.org
2010-09-09
1
-27
/
+1
*
Adding some utility functions that work on file handles, and adding
dumi@chromium.org
2010-09-09
1
-1
/
+27
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-0
/
+24
*
Changes for browser-side implementation for file api.
kkanetkar@chromium.org
2010-09-02
1
-2
/
+3
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-7
/
+15
*
Change the FileUtilProxy callbacks to report error codes instead of booleans.
dumi@chromium.org
2010-08-24
1
-0
/
+7
[next]