summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-1/+1
* Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHostsmpcomplete@chromium.org2009-11-052-6/+24
* Fix theme install crasher.mirandac@chromium.org2009-11-041-1/+2
* Fix a memory leak in ExtensionMessageService.mpcomplete@chromium.org2009-11-042-7/+10
* Grouping the extensions and calling out the disabledfinnur@chromium.org2009-11-041-4/+14
* Fix for flaky browser tests as done by twiz and reviewed here:mad@chromium.org2009-11-042-8/+9
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-047-37/+108
* Attempt 2 at:sky@chromium.org2009-11-041-4/+5
* Add first class support for user scripts.aa@chromium.org2009-11-048-42/+343
* Clean up extension message port data in the renderer.mpcomplete@chromium.org2009-11-031-69/+0
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-15/+13
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-1/+0
* Delete the temp dir created by CreateZip.thestig@chromium.org2009-11-032-7/+13
* Allows extension-devtools api to survive page navigation.jamesr@chromium.org2009-11-032-11/+2
* Disable flaky (crashing) ExtensionApiTest.Popuprafaelw@chromium.org2009-11-031-1/+3
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-0/+5
* Revert r30784aa@chromium.org2009-11-031-5/+0
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-0/+5
* Use more ScopedTempDirs.thestig@chromium.org2009-11-031-11/+9
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-036-3/+336
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-022-2/+2
* Implement page action popups.erikkay@chromium.org2009-11-011-1/+78
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-1/+2
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-2/+1
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-1/+2
* Disable flaky test. See http://crbug.com/26296brg@chromium.com2009-10-301-1/+2
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-307-0/+624
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-3023-329/+289
* - Removes fallback from Prefs to LoadExtension on UI thread.cira@chromium.org2009-10-292-13/+5
* New event style for pageAction API.asargent@chromium.org2009-10-293-16/+75
* Hide the theme install bubble a little earlier.estade@chromium.org2009-10-291-0/+6
* Uninstall themes after the undo infobar goes away.tony@chromium.org2009-10-295-13/+40
* Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...mirandac@chromium.org2009-10-291-1/+2
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-293-13/+59
* Standardize on the plugin icon (puzzle piece) as the default icon forfinnur@chromium.org2009-10-281-1/+2
* The test is only failing on Mac, so lets just disabled it for Mac specificall...finnur@chromium.org2009-10-281-4/+13
* Constrain extension popups to a min/max size.erikkay@chromium.org2009-10-281-5/+30
* Issue 21729: Add new event chrome.tabs.onStatusChange .skerner@chromium.org2009-10-282-1/+9
* Another flaky crashy test: ExtensionUpdaterTest.TestBlacklistUpdateCheckRequestsnsylvain@chromium.org2009-10-281-1/+2
* Add a comment above the disabled test to say which bugnsylvain@chromium.org2009-10-281-0/+1
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-6/+10
* Rename getTabContentses to getExtensionTabs.aa@chromium.org2009-10-281-1/+1
* Disable a test that frequently crashes on Mac 10.5 Tests (dbg) bot (and I've ...finnur@chromium.org2009-10-281-1/+1
* Prep the management page for localization.finnur@chromium.org2009-10-281-0/+36
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-283-3/+10
* Filter out hidden files, both when loading extensions and whenaa@chromium.org2009-10-282-2/+3
* Fix bug where many extensions don't install due to sandbox.aa@chromium.org2009-10-274-514/+1
* Further polish to extensions_ui page.rafaelw@chromium.org2009-10-272-0/+26
* Fixes bug introduced in r28333, where we were checking if path.empty() instea...cira@chromium.org2009-10-271-9/+20
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-277-16/+16