| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -12/+0 |
* | Change browser/page action default icon defined in manifest to support hidpi. | tbarzic@chromium.org | 2012-09-18 | 3 | -12/+27 |
* | Always send the full tab object in ExtensionAction click event. | aa@chromium.org | 2012-09-17 | 1 | -11/+2 |
* | Remove support for page_action.icons, and the legacy code surrounding it. | mpcomplete@chromium.org | 2012-09-13 | 5 | -56/+3 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-12 | 3 | -5/+8 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -4/+4 |
* | Disable the script badge API on all but trunk. | kalman@chromium.org | 2012-09-11 | 1 | -0/+7 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 3 | -8/+5 |
* | Update browserAction.setIcon and pageAction.setIcon for hidpi | tbarzic@chromium.org | 2012-09-10 | 3 | -39/+294 |
* | Move SessionID, CaptureVisibleTabFunction to WebContents. | avi@chromium.org | 2012-09-10 | 1 | -1/+1 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 3 | -5/+8 |
* | Reland 155371 - Fix browser action badge text misalignment." Fix browser acti... | tbarzic@chromium.org | 2012-09-08 | 1 | -4/+2 |
* | Disable BrowserActionApiTest.Basic + Getters as they are flaky. | erikwright@chromium.org | 2012-09-07 | 1 | -2/+4 |
* | Disallow packing or loading unpacked manifest v1 extensions. | aa@chromium.org | 2012-09-02 | 1 | -1/+1 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 2 | -4/+3 |
* | Check for warnings when loading extensions in browser tests. | mihaip@chromium.org | 2012-08-10 | 1 | -1/+2 |
* | extensions: Fix crash on empty extension action icons | thakis@chromium.org | 2012-08-10 | 1 | -4/+7 |
* | Persist browserAction settings to the extension StateStore. | mpcomplete@chromium.org | 2012-08-08 | 2 | -4/+232 |
* | Make the getAttention badge grey. | jyasskin@chromium.org | 2012-08-03 | 2 | -2/+4 |
* | Fix a race condition when an IconAnimation is still running at browser shutdown. | jyasskin@chromium.org | 2012-08-02 | 1 | -2/+34 |
* | Move icon fallbacks into ExtensionAction. | jyasskin@chromium.org | 2012-08-01 | 3 | -6/+12 |
* | Consolidate Browser Creation. | ben@chromium.org | 2012-07-25 | 1 | -3/+5 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -1/+2 |
* | Add browserAction.enable/disable as alias for pageAction.show/hide. | yoz@chromium.org | 2012-07-24 | 2 | -0/+20 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 4 | -4/+2 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -2/+2 |
* | Page actions behave as disableable browser actions when script badges are ena... | yoz@chromium.org | 2012-07-18 | 1 | -6/+6 |
* | Add SessionID::{IdForTab,IdForWindowContainingTab}. | jyasskin@chromium.org | 2012-07-17 | 1 | -3/+2 |
* | Implement scriptBadge.requestToAct. | jyasskin@chromium.org | 2012-07-17 | 4 | -0/+39 |
* | Moved ExtensionTabHelper into extensions namespace; rename it to TabHelper. | rdevlin.cronin@chromium.org | 2012-07-16 | 3 | -3/+3 |
* | Added support for multiple parameters to Extension API callbacks. | mtytel@chromium.org | 2012-07-12 | 1 | -6/+5 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 5 | -5/+0 |
* | Moved ExtensionPrefs and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-10 | 1 | -1/+1 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 4 | -15/+26 |
* | Implement the chrome.scriptBadge API, and get a basic test working. | jyasskin@chromium.org | 2012-06-26 | 5 | -18/+113 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -2/+3 |
* | Remove ExtensionAction::declared_action_type so that script badges can share ... | jyasskin@chromium.org | 2012-06-22 | 1 | -3/+3 |
* | Add a new --enable-script-badges flag and use that rather than --enable-actio... | kalman@chromium.org | 2012-06-18 | 2 | -4/+4 |
* | Make calls to any extension action (page/browserAction) API not kill the | kalman@chromium.org | 2012-06-12 | 1 | -1/+7 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 6 | -21/+20 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Pull browser action click logic into ToolbarModelController, so that the upco... | kalman@chromium.org | 2012-05-25 | 2 | -7/+4 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 3 | -0/+5 |
* | Remove browser-actions-for-all flag and replace funcionality with action-box. | kalman@chromium.org | 2012-05-17 | 2 | -6/+16 |
* | Add optional callback to (browser|page)Action.setIcon | cduvall@chromium.org | 2012-05-15 | 1 | -2/+1 |
* | Make tabId of null accepted in browserAction.setIcon. | kalman@chromium.org | 2012-05-14 | 1 | -3/+16 |
* | BrowserActionApiTest.DynamicBrowserAction flakes | bryeung@chromium.org | 2012-05-10 | 1 | -1/+2 |
* | Clean up comments from r134097. | kalman@chromium.org | 2012-04-30 | 1 | -2/+2 |
* | RefCounted types should not have public destructors, chrome/browser/extension... | rsleevi@chromium.org | 2012-04-27 | 2 | -18/+76 |
* | Make extension page actions be automatically converted into browser actions | kalman@chromium.org | 2012-04-26 | 2 | -1/+183 |