| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove notifications from TabStripModel. | avi@chromium.org | 2013-11-01 | 1 | -2/+10 |
* | Move browser/page action/script badge event dispatch to ExtensionActionAPI. | yoz@chromium.org | 2013-08-23 | 1 | -2/+2 |
* | Remove GetActiveEntry usage from chrome/browser/extensions. | nasko@chromium.org | 2013-08-16 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -3/+3 |
* | Part I: clear primary and selection clipboards if data came from content area. | vasilii@chromium.org | 2013-02-18 | 1 | -0/+1 |
* | Make TabHelper::ContentScriptObserver also notify when tabs.executeScript is | kalman@chromium.org | 2012-11-07 | 1 | -32/+2 |
* | Avoid going through a TabContents when getting the Profile for a WebContents. | jyasskin@chromium.org | 2012-10-15 | 1 | -3/+1 |
* | Move extension_action.* from common/ to browser/ | jyasskin@chromium.org | 2012-10-13 | 1 | -1/+1 |
* | Remove Extension's accessors for ExtensionActions. | jyasskin@chromium.org | 2012-10-12 | 1 | -15/+17 |
* | Avoid reading ExtensionAction*s in the ScriptBadgeController when they may be... | jyasskin@chromium.org | 2012-10-12 | 1 | -31/+20 |
* | Add content script activity to the extension activity log. | ericdingle@chromium.org | 2012-09-27 | 1 | -48/+45 |
* | Make extension commands grant the activeTab permission. | kalman@chromium.org | 2012-09-24 | 1 | -1/+1 |
* | Make SessionID tolerant of non-tabs. | avi@chromium.org | 2012-09-13 | 1 | -9/+2 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -3/+3 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -2/+3 |
* | Make SessionID crash hard if asked for an id for a non-tab. | avi@chromium.org | 2012-09-11 | 1 | -2/+8 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 1 | -3/+3 |
* | Move SessionID, CaptureVisibleTabFunction to WebContents. | avi@chromium.org | 2012-09-10 | 1 | -6/+4 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 1 | -3/+3 |
* | Switch ScriptBadgeController and PageActionController to use WebContents. | avi@chromium.org | 2012-09-07 | 1 | -16/+23 |
* | Change CHECK(false) into LOG(ERROR) in ScriptBadgeController, so that the | kalman@chromium.org | 2012-08-16 | 1 | -2/+4 |
* | In ScriptBadgeController, don't CHECK for a valid page ID if there was an error, | kalman@chromium.org | 2012-08-09 | 1 | -19/+15 |
* | Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and | kalman@chromium.org | 2012-08-07 | 1 | -7/+53 |
* | Make the getAttention badge grey. | jyasskin@chromium.org | 2012-08-03 | 1 | -10/+21 |
* | Fix a race condition when an IconAnimation is still running at browser shutdown. | jyasskin@chromium.org | 2012-08-02 | 1 | -0/+1 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | chrome.tabs.executeScript() Callback Parameter | eaugusti@chromium.org | 2012-07-20 | 1 | -1/+2 |
* | Add SessionID::{IdForTab,IdForWindowContainingTab}. | jyasskin@chromium.org | 2012-07-17 | 1 | -5/+5 |
* | Implement scriptBadge.requestToAct. | jyasskin@chromium.org | 2012-07-17 | 1 | -10/+37 |
* | Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. | rdevlin.cronin@chromium.org | 2012-07-16 | 1 | -1/+1 |
* | Make script badges clear when the document of the main frame loads, not when | kalman@chromium.org | 2012-07-16 | 1 | -0/+3 |
* | Move ExtensionSystem into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-11 | 1 | -1/+2 |
* | Remove the refcount from ScriptBadgeController, which | jyasskin@chromium.org | 2012-07-10 | 1 | -29/+4 |
* | Animate the script badges for cocoa and GTK. | kalman@chromium.org | 2012-06-27 | 1 | -4/+6 |
* | Revert 144055 - Uses the result of injected js as an optional parameter to an... | aa@chromium.org | 2012-06-26 | 1 | -3/+2 |
* | Implement the chrome.scriptBadge API, and get a basic test working. | jyasskin@chromium.org | 2012-06-26 | 1 | -5/+15 |
* | Uses the result of injected js as an optional parameter to an optional callback. | eaugusti@chromium.org | 2012-06-25 | 1 | -2/+3 |
* | Show an extension info bubble when a script badge is clicked. | yoz@chromium.org | 2012-06-22 | 1 | -0/+1 |
* | Parse the script_badge manifest section. | jyasskin@chromium.org | 2012-06-19 | 1 | -1/+2 |
* | Order the script badges in the location bar in the order that | kalman@chromium.org | 2012-06-18 | 1 | -25/+71 |
* | Implement the activeTab permission, so that extensions with the permission | kalman@chromium.org | 2012-06-13 | 1 | -1/+0 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -3/+3 |
* | Make cocoa use the extensions::ActionBoxController interface for populating the | kalman@chromium.org | 2012-05-31 | 1 | -1/+5 |
* | Make ScriptBadgeExecutor only show extension script badges after they're | kalman@chromium.org | 2012-05-30 | 1 | -10/+58 |
* | Store extension script badges within each Extension rather than per tab. | kalman@chromium.org | 2012-05-28 | 1 | -39/+3 |
* | Rename ActionBoxController -> LocationBarController. | aa@chromium.org | 2012-05-27 | 1 | -2/+2 |
* | Make views use the extensions::ActionBoxController interface for populating the | kalman@chromium.org | 2012-05-25 | 1 | -7/+14 |
* | Make the page action space show extensions with active content scripts or | kalman@chromium.org | 2012-05-19 | 1 | -0/+129 |