summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/script_badge_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove GetActiveEntry usage from chrome/browser/extensions.nasko@chromium.org2013-08-161-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-031-1/+1
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-3/+3
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-0/+1
* Make TabHelper::ContentScriptObserver also notify when tabs.executeScript iskalman@chromium.org2012-11-071-32/+2
* 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-1/+1
* Remove Extension's accessors for ExtensionActions.jyasskin@chromium.org2012-10-121-15/+17
* Avoid reading ExtensionAction*s in the ScriptBadgeController when they may be...jyasskin@chromium.org2012-10-121-31/+20
* Add content script activity to the extension activity log.ericdingle@chromium.org2012-09-271-48/+45
* 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-9/+2
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-121-3/+3
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-2/+3
* Make SessionID crash hard if asked for an id for a non-tab.avi@chromium.org2012-09-111-2/+8
* Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents...avi@chromium.org2012-09-111-3/+3
* Move SessionID, CaptureVisibleTabFunction to WebContents.avi@chromium.org2012-09-101-6/+4
* Switch Extensions::TabHelper to use WebContents, WebContentsUserData.avi@chromium.org2012-09-101-3/+3
* Switch ScriptBadgeController and PageActionController to use WebContents.avi@chromium.org2012-09-071-16/+23
* Change CHECK(false) into LOG(ERROR) in ScriptBadgeController, so that thekalman@chromium.org2012-08-161-2/+4
* In ScriptBadgeController, don't CHECK for a valid page ID if there was an error,kalman@chromium.org2012-08-091-19/+15
* Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, andkalman@chromium.org2012-08-071-7/+53
* Make the getAttention badge grey.jyasskin@chromium.org2012-08-031-10/+21
* Fix a race condition when an IconAnimation is still running at browser shutdown.jyasskin@chromium.org2012-08-021-0/+1
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-1/+1
* chrome.tabs.executeScript() Callback Parametereaugusti@chromium.org2012-07-201-1/+2
* Add SessionID::{IdForTab,IdForWindowContainingTab}.jyasskin@chromium.org2012-07-171-5/+5
* Implement scriptBadge.requestToAct.jyasskin@chromium.org2012-07-171-10/+37
* Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper.rdevlin.cronin@chromium.org2012-07-161-1/+1
* Make script badges clear when the document of the main frame loads, not whenkalman@chromium.org2012-07-161-0/+3
* Move ExtensionSystem into extensions namespacerdevlin.cronin@chromium.org2012-07-111-1/+2
* Remove the refcount from ScriptBadgeController, whichjyasskin@chromium.org2012-07-101-29/+4
* Animate the script badges for cocoa and GTK.kalman@chromium.org2012-06-271-4/+6
* Revert 144055 - Uses the result of injected js as an optional parameter to an...aa@chromium.org2012-06-261-3/+2
* Implement the chrome.scriptBadge API, and get a basic test working.jyasskin@chromium.org2012-06-261-5/+15
* Uses the result of injected js as an optional parameter to an optional callback.eaugusti@chromium.org2012-06-251-2/+3
* Show an extension info bubble when a script badge is clicked.yoz@chromium.org2012-06-221-0/+1
* Parse the script_badge manifest section.jyasskin@chromium.org2012-06-191-1/+2
* Order the script badges in the location bar in the order thatkalman@chromium.org2012-06-181-25/+71
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-131-1/+0
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-3/+3
* Make cocoa use the extensions::ActionBoxController interface for populating thekalman@chromium.org2012-05-311-1/+5
* Make ScriptBadgeExecutor only show extension script badges after they'rekalman@chromium.org2012-05-301-10/+58
* Store extension script badges within each Extension rather than per tab.kalman@chromium.org2012-05-281-39/+3
* Rename ActionBoxController -> LocationBarController.aa@chromium.org2012-05-271-2/+2
* Make views use the extensions::ActionBoxController interface for populating the kalman@chromium.org2012-05-251-7/+14
* Make the page action space show extensions with active content scripts orkalman@chromium.org2012-05-191-0/+129