summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/page_action_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove PageActionsControllerrdevlin.cronin2014-08-271-31/+0
* Remove NOTIFICATION_EXTENSION_PAGE_ACTIONS_UPDATEDrdevlin.cronin2014-08-261-33/+3
* Combine methods to execute extension actions into one placerdevlin.cronin2014-08-251-23/+0
* Move logic to clear ExtensionAction values to ExtensionActionAPIrdevlin.cronin@chromium.org2014-08-221-26/+2
* Transition BROWSER/PAGE_ACTION_UPDATED notifications to observers.rdevlin.cronin@chromium.org2014-08-201-3/+5
* Remove content::INVALIDATE_TYPE_PAGE_ACTIONSrdevlin.cronin@chromium.org2014-08-181-1/+11
* Move session_id.{cc,h} from chrome/browser/sessions to components/sessionshashimoto@chromium.org2014-08-181-3/+3
* Consolidate ExtensionToolbarModel::Action and LocationBarController::Actionrdevlin.cronin@chromium.org2014-08-141-3/+3
* Introduce ActiveScriptController, track active extension scripts.rdevlin.cronin@chromium.org2014-05-111-88/+45
* Use ExtensionRegistry::enabled_extensions instead of deprecated ExtensionServ...limasdf@gmail.com2014-05-011-23/+22
* Move SharedModule methods from ExtensionService to SharedModuleServicerdevlin.cronin@chromium.org2014-04-041-0/+1
* Adding UMA stats for how many page actions there are.finnur@chromium.org2014-02-071-0/+11
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-171-1/+1
* Remove notifications from TabStripModel.avi@chromium.org2013-11-011-2/+10
* Move browser/page action/script badge event dispatch to ExtensionActionAPI.yoz@chromium.org2013-08-231-2/+2
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+2
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-0/+1
* Enable script bubble by default on all but mac.aa@chromium.org2012-12-021-11/+0
* Avoid going through a TabContents when getting the Profile for a WebContents.jyasskin@chromium.org2012-10-151-3/+1
* Move extension_action.* from common/ to browser/jyasskin@chromium.org2012-10-131-2/+2
* Remove Extension's accessors for ExtensionActions.jyasskin@chromium.org2012-10-121-10/+17
* Move ownership of ExtensionAction into ExtensionSystem.jyasskin@chromium.org2012-10-081-1/+2
* Paint page action badges on views. Also, make the scriptaa@chromium.org2012-10-041-0/+13
* Make extension commands grant the activeTab permission.kalman@chromium.org2012-09-241-1/+1
* Make SessionID tolerant of non-tabs.avi@chromium.org2012-09-131-7/+4
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-121-4/+3
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-1/+2
* Make SessionID crash hard if asked for an id for a non-tab.avi@chromium.org2012-09-111-4/+6
* Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents...avi@chromium.org2012-09-111-3/+4
* Move SessionID, CaptureVisibleTabFunction to WebContents.avi@chromium.org2012-09-101-2/+1
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-101-4/+3
* Switch ScriptBadgeController and PageActionController to use WebContents.avi@chromium.org2012-09-071-10/+12
* Copy the !details.is_in_page restriction from TabHelper to PageActionControll...jyasskin@chromium.org2012-08-071-0/+4
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-1/+1
* Add SessionID::{IdForTab,IdForWindowContainingTab}.jyasskin@chromium.org2012-07-171-1/+2
* Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper.rdevlin.cronin@chromium.org2012-07-161-1/+1
* Move the PageAction parts of ExtensionTabHelper::DidNavigateMainFrame to the ...jyasskin@chromium.org2012-06-301-1/+18
* Animate the script badges for cocoa and GTK.kalman@chromium.org2012-06-271-2/+2
* Implement the chrome.scriptBadge API, and get a basic test working.jyasskin@chromium.org2012-06-261-0/+6
* Remove ExtensionAction::declared_action_type so that script badges can share ...jyasskin@chromium.org2012-06-221-2/+1
* Hook the activeTab permission up to the omnibox, page action, and context men...kalman@chromium.org2012-06-201-0/+4
* Order the script badges in the location bar in the order thatkalman@chromium.org2012-06-181-8/+6
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-2/+2
* Make cocoa use the extensions::ActionBoxController interface for populating thekalman@chromium.org2012-05-311-5/+12
* Rename ActionBoxController -> LocationBarController.aa@chromium.org2012-05-271-1/+1
* Revert half of the changes from 137638 that are probably causing breakages inkalman@chromium.org2012-05-241-31/+4
* Make the page action space show extensions with active content scripts orkalman@chromium.org2012-05-191-3/+3
* Relanding after reverted in 137632 (broke ASAN).kalman@chromium.org2012-05-171-14/+39