summaryrefslogtreecommitdiffstats
path: root/extensions/common
Commit message (Expand)AuthorAgeFilesLines
* Make EventFilteringInfo::IsEmpty() take has_instance_id_ into account.lazyboy@chromium.org2014-01-171-1/+1
* Move kExtensionProcess to src/extensions/common/switches.ccjamescook@chromium.org2014-01-162-3/+7
* Move webview and web_accessible_resources manifest handlers to src/extensionsjamescook@chromium.org2014-01-165-0/+334
* Implement initial of chrome.readingListPrivate api.yfriedman@chromium.org2014-01-141-0/+1
* Register bindings for blessed web contexts (aka hosted app contexts) by handkalman@chromium.org2014-01-091-2/+6
* Create extensions_test_support build targetjamescook@chromium.org2014-01-073-1/+58
* Remove sockets.udp permission.rpaquay@chromium.org2014-01-071-1/+0
* Allow app_shell to run past extension manifest parsingjamescook@chromium.org2014-01-074-1/+50
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-032-2/+2
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-303-6/+6
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-2514-45/+48
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-232-2/+2
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-232-2/+6
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Add base:: to string16 in extensions/.dbeam@chromium.org2013-12-2037-122/+132
* 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 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
* 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-173-0/+440
* 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-1322-3662/+20
* 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
* 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
* 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-031-3/+3
* Cast Extensions API: Factory method for creating a cast sessionhclam@chromium.org2013-12-031-0/+1
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-1/+1
* 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
* 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-2613-0/+1239
* Revert of https://codereview.chromium.org/62763003/rogerta@chromium.org2013-11-261-1/+0
* Leave fullscreen mode in an app window when ESC key is pressed.mlamouri@chromium.org2013-11-261-0/+1
* Move some dependencies of ExtensionService down to extensions.benwells@chromium.org2013-11-264-0/+426
* Added enhanced bookmarks extension as an external component extensionyefim@chromium.org2013-11-261-2/+3
* Hide ephemeral apps from UItmdiep@chromium.org2013-11-252-2/+7
* Initial checking of GCM for Chrome JavaScript APIfgorski@chromium.org2013-11-211-0/+1
* Implement sockets.tcpServer.getNetworkInterfaces.rpaquay@chromium.org2013-11-201-0/+1