| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 1 | -5/+5 |
| * | file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate... | evan@chromium.org | 2009-11-19 | 1 | -3/+0 |
| * | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 1 | -0/+8 |
| * | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 1 | -12/+8 |
| * | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 1 | -8/+12 |
| * | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 1 | -12/+8 |
| * | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -1/+13 |
| * | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -8/+0 |
| * | Remove file_util::TrimTrailingSeparators(), which is deprecated and | tkent@chromium.org | 2009-10-15 | 1 | -5/+0 |
| * | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -0/+8 |