summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_resource.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ExtensionResource::NormalizeSeperators pass by reference.rnorton10@gmail.com2011-03-291-7/+9
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-0/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Load extensions service entirly on UI thread.skerner@chromium.org2010-11-161-31/+3
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+7
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-7/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+7
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-7/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-0/+7
* Revert "Revert "Show extension icons next to their top-level context menu ite...hclam@chromium.org2010-06-251-2/+4
* Revert r50779 as it breaks memory testshclam@chromium.org2010-06-251-4/+2
* Show extension icons next to their top-level context menu items.asargent@chromium.org2010-06-241-2/+4
* Make sure DecodeIcon is only called from the File thread.finnur@chromium.org2010-04-061-4/+8
* Ensure all callers to GetFilePath are on the File threadfinnur@chromium.org2010-03-251-4/+23
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-2/+2
* Removing unnecessary includes.mad@chromium.org2010-01-281-4/+1
* Extensions: file handling clean up.estade@chromium.org2009-12-181-1/+0
* Temporarily disable resource fallback for ExtensionResource::GetFilePath. We ...cira@chromium.org2009-11-111-16/+1
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-7/+21
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-271-1/+1
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-271-11/+7
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-271-7/+11
* Loading local resources uses improved fallback algorithm.cira@chromium.org2009-10-221-8/+14
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-48/+24
* Fix up ExtensionResource::CombinePathsSafely so that it can handle paths with...dmaclach@chromium.org2009-10-191-1/+7
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-0/+100