summaryrefslogtreecommitdiffstats
path: root/base/platform_file_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-0/+1
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+10
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-10/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+10
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-2/+2
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-2/+2
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-2/+2
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-2/+2
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-21/+128
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-128/+21
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-21/+128
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+30
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-8/+0
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-0/+8
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-0/+8
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-0/+8
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-0/+8
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-3/+9
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-0/+4
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+63