summaryrefslogtreecommitdiffstats
path: root/base/platform_file.h
Commit message (Expand)AuthorAgeFilesLines
* Base: Change ReadPlatformFile to perform a bestrvargas@google.com2011-09-011-1/+10
* Base: WritePlatformFile now retries the operation ifrvargas@google.com2011-08-261-1/+2
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-17/+18
* Add a flag to open files in share delete modejochen@chromium.org2011-06-221-0/+2
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-13/+19
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-131-3/+4
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-0/+1
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-121-1/+2
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-4/+0
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-18/+21
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-2/+5
* wstring: remove wstring method from PlatformFileevan@chromium.org2011-03-131-4/+0
* Start sorting methods in class declarations.erg@google.com2011-01-071-1/+4
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-0/+3
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-1/+3
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-3/+1
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-1/+3
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-3/+1
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-1/+3
* The return value of ClosePlatformFile() was reversed in r59041. Mostdumi@chromium.org2010-09-271-1/+1
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-221-1/+6
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-1/+27
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-27/+1
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-1/+27
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-0/+24
* Changes for browser-side implementation for file api.kkanetkar@chromium.org2010-09-021-2/+3
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-7/+15
* Change the FileUtilProxy callbacks to report error codes instead of booleans.dumi@chromium.org2010-08-241-0/+7
* Asynchronously open the temp file used for Pepper StreamToFile, and delete thedarin@chromium.org2010-07-301-0/+38
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-6/+0
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-0/+6
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-6/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-0/+6
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-6/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-0/+6
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-37/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-0/+37
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-0/+6
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-2/+5
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-1/+4
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+46