summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/page_action_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 137630 - Broke ASANrsleevi@chromium.org2012-05-171-39/+14
* Only return the visible page actions from PageActionController.kalman@chromium.org2012-05-171-14/+39
* Refactor UI "badge" (page action) logic into a BadgeController interface,kalman@chromium.org2012-05-151-0/+76