| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix directory traversal in extension_resources.cc. Adds test case, which is ... | tsepez@chromium.org | 2012-11-28 | 1 | -1/+1 |
* | Coverity: Fix uninit member variables. | kmadhusu@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Allow extensions to be packed where the resources are symlinks. | agl@chromium.org | 2012-04-20 | 1 | -6/+36 |
* | Make ExtensionResource::NormalizeSeperators pass by reference. | rnorton10@gmail.com | 2011-03-29 | 1 | -7/+9 |
* | Part 1 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-27 | 1 | -0/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Load extensions service entirly on UI thread. | skerner@chromium.org | 2010-11-16 | 1 | -31/+3 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+7 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 1 | -7/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+7 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 1 | -7/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 1 | -0/+7 |
* | Revert "Revert "Show extension icons next to their top-level context menu ite... | hclam@chromium.org | 2010-06-25 | 1 | -2/+4 |
* | Revert r50779 as it breaks memory tests | hclam@chromium.org | 2010-06-25 | 1 | -4/+2 |
* | Show extension icons next to their top-level context menu items. | asargent@chromium.org | 2010-06-24 | 1 | -2/+4 |
* | Make sure DecodeIcon is only called from the File thread. | finnur@chromium.org | 2010-04-06 | 1 | -4/+8 |
* | Ensure all callers to GetFilePath are on the File thread | finnur@chromium.org | 2010-03-25 | 1 | -4/+23 |
* | Eliminate all UI thread decoding of extension images. | finnur@chromium.org | 2010-03-24 | 1 | -2/+2 |
* | Removing unnecessary includes. | mad@chromium.org | 2010-01-28 | 1 | -4/+1 |
* | Extensions: file handling clean up. | estade@chromium.org | 2009-12-18 | 1 | -1/+0 |
* | Temporarily disable resource fallback for ExtensionResource::GetFilePath. We ... | cira@chromium.org | 2009-11-11 | 1 | -16/+1 |
* | Get rid of FilePath::AppendAndResolveRelative(). | mad@chromium.org | 2009-10-28 | 1 | -7/+21 |
* | Fix bug where many extensions don't install due to sandbox. | aa@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | Revert 30149 - The existing file_util::AbsolutePath() function was already do... | tim@chromium.org | 2009-10-27 | 1 | -11/+7 |
* | The existing file_util::AbsolutePath() function was already doing what we nee... | mad@chromium.org | 2009-10-27 | 1 | -7/+11 |
* | Loading local resources uses improved fallback algorithm. | cira@chromium.org | 2009-10-22 | 1 | -8/+14 |
* | Minimize dependency of user scripts. | mad@chromium.org | 2009-10-20 | 1 | -48/+24 |
* | Fix up ExtensionResource::CombinePathsSafely so that it can handle paths with... | dmaclach@chromium.org | 2009-10-19 | 1 | -1/+7 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 1 | -0/+100 |