summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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