summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/permissions
Commit message (Expand)AuthorAgeFilesLines
* Remove ExtensionService::extension_prefs()rockot@chromium.org2014-02-191-5/+2
* Cleanup: Fix some lint/style errors in extensions code.thestig@chromium.org2014-01-291-2/+0
* Extensions: Make it possible for permission parsing code to return a detailed...thestig@chromium.org2014-01-291-1/+2
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-222-2/+2
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-2/+2
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-152-3/+3
* Enable permission warnings from ManifestHandlers.rpaquay@chromium.org2013-11-153-3/+12
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-294-4/+4
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-26/+23
* Move permission warning message handling from PermissionSet to PermissionMess...yoz@chromium.org2013-10-191-2/+4
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-082-3/+3
* Refactor PermissionSet to move chrome-specific host checks to ChromeExtension...yoz@chromium.org2013-10-031-7/+1
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-10/+10
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-311-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2tfarina@chromium.org2013-07-032-2/+2
* Replace Bluetooth per-device permissions with per-profile.keybuk@chromium.org2013-07-022-18/+2
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-4/+4
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-9/+9
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Allowing component extensions to request permissions NOT only from user's ges...vadimt@chromium.org2013-06-071-2/+5
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-023-11/+11
* Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-161-15/+14
* Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."eugenis@chromium.org2013-05-151-14/+15
* Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-151-15/+14
* Remove the optional_permission_set, required_permission_set, and initial_api_...rdevlin.cronin@chromium.org2013-05-093-28/+28
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-6/+2
* Refactor APIPermission to separate out specific permission registration.yoz@chromium.org2013-04-041-7/+11
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Support requesting subsets of host permissions using the permissions API.kalman@chromium.org2013-02-132-4/+10
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-4/+4
* Check prefs before allowing extension file access in the permissions API.kalman@chromium.org2013-01-155-19/+62
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-113-27/+27
* Revert revision 176015ricow@chromium.org2013-01-103-27/+27
* Revert 176047ricow@chromium.org2013-01-103-27/+27
* Revert 176015ricow@chromium.org2013-01-103-27/+27
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-103-27/+27
* Change ToValue to return a scoped_ptr.bryeung@chromium.org2012-12-171-4/+2
* Clean-up USB/Bluetooth Permissions.bryeung@chromium.org2012-12-132-4/+26
* Implement chrome.usb API Permissions.bryeung@chromium.org2012-12-111-12/+32
* Bluetooth API Permission Dialogs.bryeung@chromium.org2012-12-032-8/+44
* Revert 170514glider@chromium.org2012-11-302-44/+8
* Bluetooth API Permission Dialogs.bryeung@chromium.org2012-11-302-8/+44
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-194-9/+12
* Have ExtensionInstallPrompt take a WebContentssail@chromium.org2012-10-211-2/+1
* Remove permission warnings from most tabs and windows APIs.aa@chromium.org2012-09-041-1/+1
* Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...penghuang@chromium.org2012-08-212-5/+5
* Support socket endpoint permissions for AppsV2 Socket API.penghuang@chromium.org2012-08-162-11/+6
* Don't show host permission warnings for platform apps.mihaip@chromium.org2012-08-021-2/+3