summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/active_tab_permission_granter.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't clear the activeTab permission for same-origin navigations when thekalman@chromium.org2014-08-161-1/+20
* Support "always allow" for runtime script executiongpdavis.chromium@gmail.com2014-08-151-6/+2
* Revert of Fix the handling of user gestures for external protocol handler dia...meacer@chromium.org2014-07-291-3/+0
* Add a withheld permissions model to PermissionsData. Withheld permissions are...rdevlin.cronin@chromium.org2014-07-071-13/+4
* Remove page id from the permission granting.avi@chromium.org2014-07-071-1/+1
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-2/+4
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-061-4/+2
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-051-8/+9
* Run any pending injections in ActiveScriptController if permission is grantedrdevlin.cronin@chromium.org2014-05-231-0/+8
* Make ActiveScriptController use Active Tab-style permissionsrdevlin.cronin@chromium.org2014-05-221-1/+14
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-2/+1
* Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATEDlimasdf@gmail.com2014-04-221-12/+7
* Pass Reason as a parameter with OnExtensionUnloaded.DHNishi@gmail.com2014-04-181-1/+3
* Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED.limasdf@gmail.com2014-04-111-11/+6
* Relanding user gesture fix for external protocol handlers after revert.meacer@chromium.org2014-04-031-0/+3
* Revert of Fix the handling of user gestures for external protocol handler dia...rlarocque@chromium.org2014-04-021-3/+0
* Fix the handling of user gestures for external protocol handler dialogs.meacer@chromium.org2014-04-021-0/+3
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-191-2/+2
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-2/+2
* Enable permission warnings from ManifestHandlers.rpaquay@chromium.org2013-11-151-1/+2
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Fix crash when attempting to grant a page when there have been no navigation ...justinlin@chromium.org2013-10-251-8/+9
* Revert 229235 "Move the tab-lifetime handling functionality out ..."kalman@chromium.org2013-10-181-25/+52
* Move the tab-lifetime handling functionality out of ActiveTabPermissionGranterkalman@chromium.org2013-10-171-52/+25
* Allow tab permission to be granted for chrome:// pages through activeTab.justinlin@chromium.org2013-09-161-3/+3
* Allow tabCapture API to be granted for chrome:// pages.justinlin@chromium.org2013-09-151-28/+25
* Remove GetActiveEntry usage from chrome/browser/extensions.nasko@chromium.org2013-08-161-1/+1
* Move UserScript and Extension switches to top-level extensions/.yoz@chromium.org2013-07-191-2/+2
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Move some extension manifest consistency checks to BackgroundManifestHandler.yoz@chromium.org2013-06-081-0/+1
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-171-2/+5
* Make the tabCapture.capture API require click of the browser action icon.justinlin@chromium.org2013-04-181-1/+3
* Allow extensions on chrome:// URLs, when flag is set and permission is explic...aboxhall@chromium.org2013-03-211-1/+1
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Make extension commands grant the activeTab permission.kalman@chromium.org2012-09-241-0/+117