summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-2517-57/+60
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-242-5/+7
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-235-12/+12
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-235-9/+13
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Prevent creating background pages for non-incognito profile in Guest modedpolukhin@chromium.org2013-12-212-2/+11
* Extract an ExtensionRegistry from ExtensionServicejamescook@chromium.org2013-12-214-0/+258
* Add base:: to string16 in extensions/.dbeam@chromium.org2013-12-2046-178/+191
* Revert 242061 "Test Keeping NaCl plugins used in app background ..."dbeam@chromium.org2013-12-202-28/+1
* Make PepperWebPlugin not use RenderView.jam@chromium.org2013-12-202-18/+52
* Test Keeping NaCl plugins used in app background pages alive when active.scheib@chromium.org2013-12-202-1/+28
* Add a BLESSED_WEB_PAGE extension JS context type to describe the context inkalman@chromium.org2013-12-191-0/+5
* Create simplified ExtensionSystem for app_shelljamescook@chromium.org2013-12-191-2/+3
* Don't show extension uninstall bubbles for pending extensions.joaodasilva@chromium.org2013-12-191-9/+1
* Don't post tasks from RulesRegistry c-torvabr@chromium.org2013-12-192-0/+8
* Move kExtensionResourceScheme to extensions/common/constants.hjamescook@chromium.org2013-12-192-0/+4
* Optimize ExtensionAPI::IsAnyFeatureAvailableToContext from O(#features) to O(...jyasskin@chromium.org2013-12-185-20/+40
* Keep NaCl plugins used in app background pages alive when active.scheib@chromium.org2013-12-181-0/+2
* Pass a Feature* to IsAnyFeatureAvailableToContext instead of a string name.jyasskin@chromium.org2013-12-184-8/+9
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-177-3/+444
* Remove ExtensionHost dependency on Chrome's JavaScriptDialogManagerjamescook@chromium.org2013-12-161-0/+5
* Disappear from OWNERS for generic extensions directories.mpcomplete@chromium.org2013-12-141-1/+0
* Add an extension bubble explaining which extensions are in dev mode.finnur@chromium.org2013-12-134-0/+12
* Move extensions/common/matcher into components/url_matcher.joaodasilva@chromium.org2013-12-1324-3676/+22
* Files.app: Conver private API scheme from JSON to IDL.hirono@chromium.org2013-12-131-2/+0
* Allow extensions to hide bookmark starwittman@chromium.org2013-12-127-0/+20
* Remove DeferBackgroundExtensionCreation field trial and supporting code.tapted@chromium.org2013-12-112-30/+6
* extensions: Fix the UMA names for Extensions.FunctionCalls.sadrul@chromium.org2013-12-111-3/+2
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-1/+4
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-4/+1
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-1/+4
* Add ExtensionsBrowserClient and AppSorting to app_shelljamescook@chromium.org2013-12-071-2/+2
* Move LaunchContainer enum to extension_constants.h.derat@chromium.org2013-12-061-12/+0
* Reinstate alwaysOnTopWindows permissiontmdiep@chromium.org2013-12-061-0/+1
* Move LaunchType out of ExtensionPrefs.derat@chromium.org2013-12-051-0/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-032-5/+5
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Cast Extensions API: Major namespace and object renaminghclam@chromium.org2013-12-031-1/+0
* Add KeepaliveImpulse to extension process manager.scheib@chromium.org2013-12-033-24/+92
* Cast Extensions API: Factory method for creating a cast sessionhclam@chromium.org2013-12-031-0/+1
* Remove ExtensionPrefFactory's dependency on Profile.derat@chromium.org2013-12-031-0/+12
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-022-8/+8
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* First step of first-run UI replaced with component app.dzhioev@chromium.org2013-11-301-0/+1
* Remove dependency of ExtensionService on runtime API.benwells@chromium.org2013-11-292-0/+28
* Moved some more dependencies of ExtensionService to extensionsbenwells@chromium.org2013-11-285-0/+610
* Remove dependency from ExtensionService to app mode utils.benwells@chromium.org2013-11-281-0/+3
* Leave fullscreen mode in an app window when ESC key is pressed.mlamouri@chromium.org2013-11-281-0/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Move ManifestHandlers to extensions/rdevlin.cronin@chromium.org2013-11-2614-0/+1251