| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that ResourceQueue is shut down before destruction. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -91/+101 |
* | Move the extension messaging tests to be ExtensionApiTests. Remove the old | mpcomplete@chromium.org | 2010-01-08 | 1 | -1/+1 |
* | Extensions: file handling clean up. | estade@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | Localizing manifest for installed or unpacked extensions. | cira@chromium.org | 2009-12-16 | 1 | -7/+62 |
* | Fix browser crash in extension system. | finnur@chromium.org | 2009-12-16 | 1 | -117/+49 |
* | Fix a crash bug on user script installation and add a test | aa@chromium.org | 2009-12-06 | 1 | -2/+36 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -4/+4 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -2/+2 |
* | disable extension toolstrips by default, adding | erikkay@chromium.org | 2009-11-24 | 1 | -0/+3 |
* | Revert change that disallowed content scripts access to | aa@chromium.org | 2009-11-22 | 1 | -3/+3 |
* | Don't allow content scripts to execute on file:// urls. | finnur@chromium.org | 2009-11-18 | 1 | -3/+3 |
* | Add validation to extension packaging. | aa@chromium.org | 2009-11-17 | 1 | -1/+21 |
* | Disabled extensions should be uninstallable. | finnur@chromium.org | 2009-11-10 | 1 | -3/+3 |
* | Fix a memory leak in ExtensionsServiceTest by ensuring that the message loop | phajdan.jr@chromium.org | 2009-11-09 | 1 | -0/+7 |
* | Use more ScopedTempDirs. | thestig@chromium.org | 2009-11-03 | 1 | -11/+9 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -1/+1 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -7/+12 |
* | - Removes fallback from Prefs to LoadExtension on UI thread. | cira@chromium.org | 2009-10-29 | 1 | -8/+3 |
* | Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu... | mirandac@chromium.org | 2009-10-29 | 1 | -1/+2 |
* | Get rid of FilePath::AppendAndResolveRelative(). | mad@chromium.org | 2009-10-28 | 1 | -6/+10 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Add support for to automation interface load install and load extensions. | rogerta@chromium.org | 2009-10-20 | 1 | -1/+1 |
* | Minimize dependency of user scripts. | mad@chromium.org | 2009-10-20 | 1 | -3/+9 |
* | Improve error messages when a manifest is not readable or not valid JSON. | aa@chromium.org | 2009-10-09 | 1 | -2/+2 |
* | Use ASSERT_TRUE, not ASSERT_NE. | jhawkins@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary. | jhawkins@chromium.org | 2009-10-08 | 1 | -2/+3 |
* | Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. | rafaelw@chromium.org | 2009-10-08 | 1 | -2/+0 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 1 | -12/+6 |
* | Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P... | rafaelw@chromium.org | 2009-10-07 | 1 | -0/+2 |
* | Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1. | rafaelw@chromium.org | 2009-10-07 | 1 | -2/+0 |
* | This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support. | rafaelw@chromium.org | 2009-10-07 | 1 | -0/+2 |
* | HTML Pack Extension Dialog. This removes the views implementation of the Exte... | rafaelw@chromium.org | 2009-10-07 | 1 | -2/+0 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 1 | -13/+6 |
* | Coverity: Check GetInteger & GetBoolean return. | mattm@chromium.org | 2009-10-02 | 1 | -2/+2 |
* | Coverity: Initialize ids_found_ in the constructor. | jhawkins@chromium.org | 2009-09-28 | 1 | -1/+1 |
* | Actually run directory validation code on install. | aa@chromium.org | 2009-09-25 | 1 | -0/+8 |
* | Fix two tests that leak temporary files. | thestig@chromium.org | 2009-09-02 | 1 | -9/+7 |
* | Enable extensions by default. | aa@chromium.org | 2009-08-29 | 1 | -8/+8 |
* | Load extensions that have their manifest in the Prefs on the UI thread. | mpcomplete@chromium.org | 2009-08-21 | 1 | -7/+4 |
* | Get rid of the extension's "Current Version" file. | mpcomplete@chromium.org | 2009-08-20 | 1 | -32/+16 |
* | The change has the followings: | lzheng@chromium.org | 2009-08-14 | 1 | -48/+212 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -1/+1 |
* | Pull CrxInstaller out of ExtensionsService. | aa@chromium.org | 2009-07-30 | 1 | -78/+29 |
* | reenable a disabled part of a unit test | erikkay@chromium.org | 2009-07-27 | 1 | -4/+2 |
* | add test to verify mole data being read | erikkay@chromium.org | 2009-07-26 | 1 | -0/+3 |
* | Try again to commit r21622: Add infobar preview for themes, | aa@chromium.org | 2009-07-26 | 1 | -31/+4 |
* | Revert revisions 21622-21624. | aa@chromium.org | 2009-07-26 | 1 | -4/+31 |
* | Add infobar preview for themes, remove --enable-extension | aa@chromium.org | 2009-07-26 | 1 | -31/+4 |
* | add mole info to toolstrip definition and enable moles | erikkay@chromium.org | 2009-07-26 | 1 | -3/+6 |