| Commit message (Expand) | Author | Age | Files | Lines |
* | Move browser/page action/script badge event dispatch to ExtensionActionAPI. | yoz@chromium.org | 2013-08-23 | 1 | -2/+2 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+2 |
* | Part I: clear primary and selection clipboards if data came from content area. | vasilii@chromium.org | 2013-02-18 | 1 | -0/+1 |
* | Enable script bubble by default on all but mac. | aa@chromium.org | 2012-12-02 | 1 | -11/+0 |
* | 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 | -2/+2 |
* | Remove Extension's accessors for ExtensionActions. | jyasskin@chromium.org | 2012-10-12 | 1 | -10/+17 |
* | Move ownership of ExtensionAction into ExtensionSystem. | jyasskin@chromium.org | 2012-10-08 | 1 | -1/+2 |
* | Paint page action badges on views. Also, make the script | aa@chromium.org | 2012-10-04 | 1 | -0/+13 |
* | 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 | -7/+4 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -4/+3 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -1/+2 |
* | Make SessionID crash hard if asked for an id for a non-tab. | avi@chromium.org | 2012-09-11 | 1 | -4/+6 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 1 | -3/+4 |
* | Move SessionID, CaptureVisibleTabFunction to WebContents. | avi@chromium.org | 2012-09-10 | 1 | -2/+1 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 1 | -4/+3 |
* | Switch ScriptBadgeController and PageActionController to use WebContents. | avi@chromium.org | 2012-09-07 | 1 | -10/+12 |
* | Copy the !details.is_in_page restriction from TabHelper to PageActionControll... | jyasskin@chromium.org | 2012-08-07 | 1 | -0/+4 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Add SessionID::{IdForTab,IdForWindowContainingTab}. | jyasskin@chromium.org | 2012-07-17 | 1 | -1/+2 |
* | Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. | rdevlin.cronin@chromium.org | 2012-07-16 | 1 | -1/+1 |
* | Move the PageAction parts of ExtensionTabHelper::DidNavigateMainFrame to the ... | jyasskin@chromium.org | 2012-06-30 | 1 | -1/+18 |
* | Animate the script badges for cocoa and GTK. | kalman@chromium.org | 2012-06-27 | 1 | -2/+2 |
* | Implement the chrome.scriptBadge API, and get a basic test working. | jyasskin@chromium.org | 2012-06-26 | 1 | -0/+6 |
* | Remove ExtensionAction::declared_action_type so that script badges can share ... | jyasskin@chromium.org | 2012-06-22 | 1 | -2/+1 |
* | Hook the activeTab permission up to the omnibox, page action, and context men... | kalman@chromium.org | 2012-06-20 | 1 | -0/+4 |
* | Order the script badges in the location bar in the order that | kalman@chromium.org | 2012-06-18 | 1 | -8/+6 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -2/+2 |
* | Make cocoa use the extensions::ActionBoxController interface for populating the | kalman@chromium.org | 2012-05-31 | 1 | -5/+12 |
* | Rename ActionBoxController -> LocationBarController. | aa@chromium.org | 2012-05-27 | 1 | -1/+1 |
* | Revert half of the changes from 137638 that are probably causing breakages in | kalman@chromium.org | 2012-05-24 | 1 | -31/+4 |
* | Make the page action space show extensions with active content scripts or | kalman@chromium.org | 2012-05-19 | 1 | -3/+3 |
* | Relanding after reverted in 137632 (broke ASAN). | kalman@chromium.org | 2012-05-17 | 1 | -14/+39 |
* | Revert 137630 - Broke ASAN | rsleevi@chromium.org | 2012-05-17 | 1 | -39/+14 |
* | Only return the visible page actions from PageActionController. | kalman@chromium.org | 2012-05-17 | 1 | -14/+39 |
* | Refactor UI "badge" (page action) logic into a BadgeController interface, | kalman@chromium.org | 2012-05-15 | 1 | -0/+76 |