summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_messages.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-5/+6
* Use IPC_STRUCT_* macros for SocketPermissionData.bryeung@chromium.org2012-12-131-20/+0
* Use IPC_* macros for custom permissions messages.bryeung@chromium.org2012-12-131-40/+0
* Implement chrome.usb API Permissions.bryeung@chromium.org2012-12-111-0/+20
* Refactor (Socket|BlueoothDevice)Permission.bryeung@chromium.org2012-12-061-0/+20
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-0/+1
* Refactor api permissions to eliminate the need for fileSystem and mediaGaller...mek@chromium.org2012-10-191-44/+0
* Removes 'fileSystemWrite' permission in favour of {'fileSystem': ['write']}benwells@chromium.org2012-09-141-0/+22
* Change Media Galleries extension permissions to use permission parameters.vandebo@chromium.org2012-09-101-0/+22
* Replace scoped_refptr with linked_ptr in extensions::APIPermissionSetpenghuang@chromium.org2012-08-211-29/+14
* Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...penghuang@chromium.org2012-08-211-8/+8
* Support socket endpoint permissions for AppsV2 Socket API.penghuang@chromium.org2012-08-161-0/+81
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-5/+7
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-131-0/+1
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+3
* Fix the optional permissions API.jstritar@chromium.org2012-04-131-2/+15
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-6/+6
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-1/+0
* Extensions: send the whole manifest to the extensions process inkalman@chromium.org2011-12-161-48/+2
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-1/+2
* Apparently we're supposed to forward the manifest_version attribute to theabarth@chromium.org2011-12-071-0/+1
* Reland restrict extension features based on the extension type.jstritar@chromium.org2011-12-041-2/+4
* Revert "Restrict extension features based on the extension type."mpcomplete@chromium.org2011-12-021-4/+2
* Restrict extension features based on the extension type.jstritar@chromium.org2011-12-021-2/+4
* Insert default stylesheet for platform apps.miket@chromium.org2011-11-151-6/+7
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-1/+1
* Move common_param_traits and webkit_param_traits to content/public/common.jam@chromium.org2011-10-211-1/+1
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-1/+2
* Simplify ExtensionMsg_Loaded_Params message interface.jstritar@chromium.org2011-08-111-16/+13
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-271-6/+46
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-46/+6
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-271-6/+46
* Extension 'from_webstore' state isn't being proxied correctly by IPC to rende...bbudge@chromium.org2011-07-221-4/+8
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-131-4/+5
* Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...jstritar@chromium.org2011-07-121-5/+4
* Update URLPatternSet to contain a std::set instead of std::vector.jstritar@chromium.org2011-07-121-4/+5
* Use extension match pattern syntax in content settings extension API.bauerb@chromium.org2011-06-301-1/+1
* Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in co...mihaip@chromium.org2011-05-271-1/+2
* Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...morrita@chromium.org2011-05-201-4/+4
* Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.mpcomplete@chromium.org2011-05-031-0/+2
* Revert 83687 - Remove ExtensionMsg_UpdatePageActions.vangelis@chromium.org2011-05-021-2/+0
* Remove ExtensionMsg_UpdatePageActions.aa@chromium.org2011-05-011-0/+2
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-8/+2
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-0/+155