summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-092-10/+10
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-094-5/+4
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-082-2/+2
* Add api method to get an installed extension by ID.tessamac@google.com2010-11-083-0/+25
* Remove chat manager component extension in favour of external extensions.scherkus@chromium.org2010-11-081-6/+0
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-087-42/+118
* Allow RLZ API calls from extensions to access the registry. Temporary fixrogerta@chromium.org2010-11-081-0/+21
* Coverity: Fix bad overrides.jhawkins@chromium.org2010-11-062-5/+0
* Unmark TaskManagerBrowserTest.NoticeNotificationChanges and ExtensionAPiTest....mattm@chromium.org2010-11-061-8/+1
* Delete temp extension directory on the file thread.jam@chromium.org2010-11-052-6/+16
* Don't run test with NPAPI extension on ChromeOSasargent@chromium.org2010-11-051-1/+2
* Don't whitelist extensions with NPAPI from no-prompt install.asargent@chromium.org2010-11-053-5/+87
* Don't record component extensions crash reportsjstritar@chromium.org2010-11-051-1/+2
* Implement onCompleted event for the webNavigation APIjochen@chromium.org2010-11-052-0/+31
* Allow the webstore to prompt for login even when there is a username already ...johnnyg@chromium.org2010-11-042-11/+0
* Change disabling the assert that is causing ExtensionApiTest.Popup to become ...twiz@google.com2010-11-041-1/+1
* Disable default extensions tests on Chrome OSdpolukhin@chromium.org2010-11-041-0/+6
* Remove component extensions Calendar and Docsdpolukhin@chromium.org2010-11-041-0/+2
* Turn on file access checks on Win.jam@chromium.org2010-11-041-1/+8
* Disable browser caching for URLFetchers used in extensions updater.skerner@chromium.org2010-11-042-3/+7
* Policy to silently install extensionsgfeher@chromium.org2010-11-0413-163/+476
* Implement onDOMContentLoaded event of the webNavigation API.jochen@chromium.org2010-11-043-19/+94
* Kill Extension::RuntimeData and move its guts to ExtensionsService.mpcomplete@chromium.org2010-11-033-7/+74
* Fix some UI issues with omnibox extensions in incognito.mpcomplete@chromium.org2010-11-034-3/+16
* Re-disable ExtensionGalleryInstallApiTest.InstallAndUninstall that looks like...robertshield@chromium.org2010-11-031-1/+2
* Marking ExtensionAPiTest.ProcessesVsTaskManager as flaky. It appears to fail ...robertshield@chromium.org2010-11-031-1/+8
* C++ readability review for dannodanno@chromium.org2010-11-031-22/+23
* Revert 64845 - Add convert_web_app.*, a utility to convert web apps declaredaa@chromium.org2010-11-024-367/+0
* Revert 64847 - Clang fix.aa@chromium.org2010-11-021-1/+1
* Clang fix.evan@chromium.org2010-11-021-1/+1
* Add convert_web_app.*, a utility to convert web apps declaredaa@chromium.org2010-11-024-0/+367
* Add incognito mode to tests for extension webstore priviate APIs.asargent@chromium.org2010-11-021-6/+33
* Fix bug with context menus in incognito mode.mpcomplete@chromium.org2010-11-0210-45/+164
* Marking ExtensionApiTest.Tabs as DISABLED on linux/views because it crashesrafaelw@chromium.org2010-11-021-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-024-9/+10
* Don't stomp on non-sync pending updates.skerner@chromium.org2010-11-022-0/+58
* Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St...mpcomplete@chromium.org2010-11-023-42/+44
* ExtensionApiTest.Tabs is flaky on linux viewsrafaelw@chromium.org2010-11-021-1/+8
* Make all browser code use browser::Navigate to open tabs.ben@chromium.org2010-11-021-15/+16
* Marking ExtensionApiTest.Popup as flaky.robertshield@chromium.org2010-11-021-1/+1
* Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat...mpcomplete@chromium.org2010-11-023-44/+42
* In the webstore login api, we need to provide the gaia auth token to allow to...johnnyg@chromium.org2010-11-012-5/+5
* Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and putmpcomplete@chromium.org2010-11-013-42/+44
* Pass the preferred email to the browser signin.johnnyg@chromium.org2010-11-012-2/+5
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-1/+1
* Refactor automation messages.erg@google.com2010-11-011-1/+1
* Revert "Revert "Revert "Revert "Split ExtensionApiTest.Tabs into several smal...aa@chromium.org2010-11-011-10/+18
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-015-28/+28
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-2971-314/+329