| Commit message (Expand) | Author | Age | Files | Lines |
* | Optionally support URLPatterns in standalone user | aa@chromium.org | 2009-02-10 | 3 | -19/+86 |
* | Integrate URLPattern with Extension user scripts. | aa@chromium.org | 2009-02-05 | 5 | -71/+65 |
* | Fix a leak in the extension installation code. | erikkay@google.com | 2009-02-04 | 2 | -3/+6 |
* | Add a command line flag to load a single extension from an arbitrary (non-ver... | erikkay@google.com | 2009-02-03 | 3 | -19/+63 |
* | Extension loading improvements. | erikkay@google.com | 2009-02-03 | 2 | -30/+74 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 3 | -8/+13 |
* | Add support for loading Current Version. (haven't removed the old style loadi... | erikkay@google.com | 2009-01-31 | 3 | -17/+53 |
* | Simple installation of extensions using chrome.exe --install-extensionChanged... | erikkay@google.com | 2009-01-29 | 6 | -33/+608 |
* | Re-enable the NoScript unittest. | mpcomplete@google.com | 2009-01-29 | 2 | -3/+1 |
* | Temporarily disable failing test while I fix it. | mpcomplete@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting the | mpcomplete@chromium.org | 2009-01-29 | 1 | -0/+2 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 5 | -66/+140 |
* | Try again to commit r8486, which updates the manifest | aa@chromium.org | 2009-01-23 | 10 | -218/+439 |
* | Revert "Parse more user script info out of the manifest and expose" | aa@chromium.org | 2009-01-22 | 8 | -424/+216 |
* | Parse more user script info out of the manifest and expose | aa@chromium.org | 2009-01-22 | 8 | -216/+424 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 4 | -7/+7 |
* | Move parsing of metadata header into browser process. This is a prerequisite | aa@chromium.org | 2009-01-17 | 5 | -62/+183 |
* | 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 |