summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-173-22/+40
* Add early-injection capability to user scripts.aa@chromium.org2009-02-143-0/+37
* Put up a dialog for extension load and install errors. (this is temporary un...erikkay@google.com2009-02-131-0/+11
* Optionally support URLPatterns in standalone useraa@chromium.org2009-02-103-19/+86
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-055-71/+65
* Fix a leak in the extension installation code.erikkay@google.com2009-02-042-3/+6
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-033-19/+63
* Extension loading improvements.erikkay@google.com2009-02-032-30/+74
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-013-8/+13
* Add support for loading Current Version. (haven't removed the old style loadi...erikkay@google.com2009-01-313-17/+53
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-296-33/+608
* Re-enable the NoScript unittest.mpcomplete@google.com2009-01-292-3/+1
* Temporarily disable failing test while I fix it.mpcomplete@chromium.org2009-01-291-1/+1
* Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting thempcomplete@chromium.org2009-01-291-0/+2
* Add user script support to extensions.aa@chromium.org2009-01-255-66/+140
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-2310-218/+439
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-228-424/+216
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-228-216/+424
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-224-7/+7
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-175-62/+183
* Add version to list of required fields. This is required prep work for exten...erikkay@google.com2009-01-123-1/+30
* Add more tests to unit_tests on Linux, and some platform cleanups.phajdan.jr@chromium.org2009-01-121-16/+16
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-092-11/+5
* Rename extension_protocol* to extension_protocols*aa@chromium.org2009-01-093-7/+7
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-093-0/+413
* Add chrome-user-script:// protocolaa@chromium.org2009-01-082-14/+37
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-4/+3
* Implement extension:// protocol.aa@chromium.org2008-12-245-3/+152
* Switch Extension over to UTF8 strings.scherkus@chromium.org2008-12-183-17/+17
* Fix extensions_service_unittest on Linux.phajdan.jr@chromium.org2008-12-111-3/+17
* Reverting 6787. inteded to commit other changelist.phajdan.jr@chromium.org2008-12-111-17/+3
* Fix extensions_service_unittest on Linux.phajdan.jr@chromium.org2008-12-111-3/+17
* Move file enumeration to filepaths.avi@google.com2008-12-111-8/+9
* bad merge, no need to delete a scoped_ptrtc@google.com2008-12-081-1/+0
* Fix a leak in ExtensionsService and another in ExtensionsServiceTest.aa@chromium.org2008-12-082-6/+9
* Report errors during extension load. Change all the error strings to utf-8.aa@chromium.org2008-12-086-52/+60
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+1
* fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOTerikkay@google.com2008-12-051-5/+3
* Fixed a bogus initialization of string constants. The stack allocated string...erikkay@google.com2008-12-051-12/+6
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-055-32/+376
* Introduce Extension class that can serializer and deserialize from Valueaa@chromium.org2008-12-023-0/+274