| Commit message (Expand) | Author | Age | Files | Lines |
* | Add version to list of required fields. This is required prep work for exten... | erikkay@google.com | 2009-01-12 | 3 | -1/+30 |
* | Add more tests to unit_tests on Linux, and some platform cleanups. | phajdan.jr@chromium.org | 2009-01-12 | 1 | -16/+16 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 2 | -11/+5 |
* | Rename extension_protocol* to extension_protocols* | aa@chromium.org | 2009-01-09 | 3 | -7/+7 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 3 | -0/+413 |
* | Add chrome-user-script:// protocol | aa@chromium.org | 2009-01-08 | 2 | -14/+37 |
* | Change the signature of JSONReader::Read() and related | aa@chromium.org | 2008-12-29 | 1 | -4/+3 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 5 | -3/+152 |
* | Switch Extension over to UTF8 strings. | scherkus@chromium.org | 2008-12-18 | 3 | -17/+17 |
* | Fix extensions_service_unittest on Linux. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -3/+17 |
* | Reverting 6787. inteded to commit other changelist. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -17/+3 |
* | Fix extensions_service_unittest on Linux. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -3/+17 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -8/+9 |
* | bad merge, no need to delete a scoped_ptr | tc@google.com | 2008-12-08 | 1 | -1/+0 |
* | Fix a leak in ExtensionsService and another in ExtensionsServiceTest. | aa@chromium.org | 2008-12-08 | 2 | -6/+9 |
* | Report errors during extension load. Change all the error strings to utf-8. | aa@chromium.org | 2008-12-08 | 6 | -52/+60 |
* | Add error messages to JSONReader and friends. This required a bit of refactor... | aa@chromium.org | 2008-12-05 | 1 | -1/+1 |
* | fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOT | erikkay@google.com | 2008-12-05 | 1 | -5/+3 |
* | Fixed a bogus initialization of string constants. The stack allocated string... | erikkay@google.com | 2008-12-05 | 1 | -12/+6 |
* | Introduce ExtensionsService. Load extensions on startup from a directory in | aa@chromium.org | 2008-12-05 | 5 | -32/+376 |
* | Introduce Extension class that can serializer and deserialize from Value | aa@chromium.org | 2008-12-02 | 3 | -0/+274 |