| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -2/+4 |
* | Fixes warm-start performance on Vista and Win7 when using pre-reading optimiz... | slightlyoff@chromium.org | 2010-08-04 | 1 | -16/+57 |
* | Factor out NormalizeToNativeFilePath from NormalizeFilePath | cpu@chromium.org | 2010-08-04 | 1 | -42/+38 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro... | skerner@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+3 |
* | Give a better error when extension unpacking can't be done. | skerner@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -69/+2 |
* | Changing the pre-reading of chrome.dll to read it as an image section instead... | ananta@chromium.org | 2010-07-03 | 1 | -0/+25 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -2/+69 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -70/+3 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -3/+70 |
* | If CreateDirectory() fails during extension unpacking, log the exact OS call ... | skerner@chromium.org | 2010-06-14 | 1 | -20/+44 |
* | Give the extension unpacker process a junction/symlink free path to the unpac... | skerner@chromium.org | 2010-06-09 | 1 | -4/+121 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -10/+6 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -6/+10 |
* | file_util: Convert the wstring version of IsDirectoryEmpty to FilePath. | tfarina@chromium.org | 2010-05-26 | 1 | -9/+0 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -10/+6 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-07 | 1 | -9/+18 |
* | Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor... | zork@chromium.org | 2010-05-07 | 1 | -18/+9 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-06 | 1 | -9/+18 |
* | Add logging to undersand exactly where CreateDirectory() is failing for users. | skerner@google.com | 2010-05-05 | 1 | -2/+15 |
* | Unpack extensions inside chrome's profile directory. | skerner@chromium.org | 2010-04-30 | 1 | -9/+16 |
* | 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 |