| Commit message (Expand) | Author | Age | Files | Lines |
* | While enumerating plugins under the MozillaPlugins registry key, we should ig... | ananta@chromium.org | 2011-03-04 | 1 | -1/+11 |
* | Make MemoryMappedFile::IsValid const | tommi@chromium.org | 2011-02-23 | 1 | -1/+1 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -3/+3 |
* | Some additions to support symlinks better on platforms that support them. | gspencer@chromium.org | 2010-11-30 | 1 | -0/+8 |
* | Un-recursify FileEnumerator::Next(). | dumi@chromium.org | 2010-10-14 | 1 | -4/+2 |
* | Remove logging for issue 35198. | skerner@chromium.org | 2010-09-24 | 1 | -8/+0 |
* | Add a TouchFile() function that takes a FilePath argument. | dumi@chromium.org | 2010-09-23 | 1 | -2/+7 |
* | Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" | maruel@chromium.org | 2010-09-23 | 1 | -7/+2 |
* | Add a TouchFile function that operates on FilePaths + fixing a bug | dumi@chromium.org | 2010-09-23 | 1 | -2/+7 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -15/+1 |
* | linux: add UMA stat for the file system where the prefs are stored | evan@chromium.org | 2010-08-20 | 1 | -2/+22 |
* | Factor out NormalizeToNativeFilePath from NormalizeFilePath | cpu@chromium.org | 2010-08-04 | 1 | -0/+8 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -5/+0 |
* | Shuffle some of the functions in file_util.h. | agl@chromium.org | 2010-07-30 | 1 | -13/+10 |
* | Fix some bad uses of GetTempDir. | agl@chromium.org | 2010-07-30 | 1 | -0/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Changing the pre-reading of chrome.dll to read it as an image section instead... | ananta@chromium.org | 2010-07-03 | 1 | -0/+9 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -0/+5 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -2/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Clang: Do not ignore result of HANDLE_EINTR. | thakis@chromium.org | 2010-06-23 | 1 | -1/+3 |
* | Revert 49983 - patch | thakis@chromium.org | 2010-06-16 | 1 | -3/+1 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -1/+3 |
* | If CreateDirectory() fails during extension unpacking, log the exact OS call ... | skerner@chromium.org | 2010-06-14 | 1 | -0/+8 |
* | Add histograms to track the size of the profile data. | rvargas@google.com | 2010-06-11 | 1 | -0/+9 |
* | Give the extension unpacker process a junction/symlink free path to the unpac... | skerner@chromium.org | 2010-06-09 | 1 | -6/+7 |
* | 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 |