summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Remove 10 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+3
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* Fixed a bug where themes with non-ASCII image file names would not load.mpcomplete@chromium.org2011-11-091-1/+2
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-11/+11
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-231-0/+25
* Revert 97365 - Added code for localizing scripts CSS before injection takes p...wez@chromium.org2011-08-191-25/+0
* Added code for localizing scripts CSS before injection takes place.adriansc@google.com2011-08-181-0/+25
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-1/+1
* Fix to make Chromium more verbose about component extension loading errorhashimoto@chromium.org2011-08-111-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-2/+4
* Caused compile failure on Lunux Builder x64.ctguil@chromium.org2011-04-131-4/+2
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-2/+4
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-4/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+7
* Fix TODOs: Get rid of ExtensionService::InstallExtension().skerner@chromium.org2011-03-031-0/+4
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-15/+21
* Only allow extension pages to be displayed in the sidebar to be consistentalekseys@chromium.org2011-01-251-0/+16
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-1/+71
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-311-9/+9
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-17/+12
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-12/+17
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-17/+12
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-12/+17
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-17/+12
* Convert LOG(INFO) to VLOG(1) - chrome/common/.pkasting@chromium.org2010-10-221-7/+7
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-0/+2
* Factor an ExtensionIconSet class out of Extension. This canaa@chromium.org2010-09-161-2/+4
* relative URL handling improvementserikkay@chromium.org2010-09-091-4/+19
* Allow options pages for hosted apps to be external.skerner@chromium.org2010-09-011-0/+15
* Re-apply r50278.aa@chromium.org2010-06-191-1/+1
* Revert r50278.aa@chromium.org2010-06-181-1/+1
* Some app-related manifest cleanup:aa@chromium.org2010-06-181-1/+1
* Don't load the user script that's not utf-8, and show UI that load failed.cira@chromium.org2010-06-041-11/+34
* Allow extensions to be overinstalled with extensions of sameaa@chromium.org2010-05-191-119/+52
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+2
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Move more extensions hard coded error messages to .grd file. finnur@chromium.org2010-04-061-28/+43
* All platforms don't support same locales at the same time. Make locale check ...cira@google.com2010-03-091-43/+37
* chrome/common: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+4
* Better error output when background page fails to load.asargent@chromium.org2010-03-021-2/+2
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-0/+521