| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ExtensionToolbarModel from ExtensionService. | benwells@chromium.org | 2013-11-08 | 1 | -4/+3 |
* | Implement chrome.browserAction.openPopup API. | justinlin@chromium.org | 2013-10-21 | 1 | -14/+41 |
* | Moved some functions off ExtensionService into a new file extension_util. | benwells@chromium.org | 2013-10-17 | 1 | -2/+4 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 1 | -4/+0 |
* | Move the rest of extension_manifest_constants to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-09-16 | 1 | -2/+2 |
* | ui/base/animation -> ui/gfx/animation | sky@chromium.org | 2013-09-15 | 1 | -2/+2 |
* | Move gtk and gdk compatibility headers from ui/base/gtk to ui/gfx | davemoore@chromium.org | 2013-09-11 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in chrome/browser/, part 13. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 1. | avi@chromium.org | 2013-06-08 | 1 | -1/+1 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 1 | -9/+8 |
* | chrome: Use base::MessageLoop. (Part 2) | xhwang@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Fix crashes and reenable PolicyTest.ExtensionInstallSources. | mnissler@chromium.org | 2013-04-23 | 1 | -19/+21 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -1/+0 |
* | Delete items of the launcher jump list upon pressing Shift click | skuhne@chromium.org | 2013-03-13 | 1 | -1/+1 |
* | Use ImageLoader instead of ImageLoadingTracker (Part 11) | rpaquay@chromium.org | 2013-02-08 | 1 | -1/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/ui edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -8/+8 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 1 | -2/+3 |
* | Remove profile-keyed factory boilerplates for bookmarks, | MHX348@motorola.com | 2013-01-18 | 1 | -3/+1 |
* | Remove TabContents from GTK code. | avi@chromium.org | 2012-12-11 | 1 | -1/+0 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -3/+5 |
* | Fix ui::Accelerator class hierarchy | sail@chromium.org | 2012-11-27 | 1 | -12/+8 |
* | 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 | -7/+15 |
* | Make disabled browser actions on GTK right-clickable and draggable. | yoz@chromium.org | 2012-09-21 | 1 | -14/+34 |
* | Change browser/page action default icon defined in manifest to support hidpi. | tbarzic@chromium.org | 2012-09-18 | 1 | -37/+12 |
* | Remove support for page_action.icons, and the legacy code surrounding it. | mpcomplete@chromium.org | 2012-09-13 | 1 | -2/+1 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -2/+2 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 1 | -2/+2 |
* | Convert ui::MenuModel to use gfx::Image instead of ImageSkia. | rsesek@chromium.org | 2012-08-22 | 1 | -3/+3 |
* | Convert extension action icons code to use ImageSkia instead of SkBitmap | tbarzic@chromium.org | 2012-08-14 | 1 | -2/+2 |
* | Initial implementation of action box menu. It is still work in progress, just... | yefim@chromium.org | 2012-08-09 | 1 | -6/+7 |
* | Implement Keybinding (Extension Commands) for script badges. With this change... | finnur@chromium.org | 2012-08-03 | 1 | -1/+1 |
* | Move icon fallbacks into ExtensionAction. | jyasskin@chromium.org | 2012-08-01 | 1 | -28/+7 |
* | GTK: Changes to Extension Commands now take effect immediately. | finnur@chromium.org | 2012-07-25 | 1 | -0/+28 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -1/+0 |
* | Page actions behave as disableable browser actions when script badges are ena... | yoz@chromium.org | 2012-07-18 | 1 | -2/+6 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -1/+2 |
* | Extension Command Config UI part 2. | finnur@chromium.org | 2012-06-26 | 1 | -8/+9 |
* | Bring back Inspect Popup on gtk | benwells@chromium.org | 2012-06-20 | 1 | -3/+13 |
* | Fix Extension Command popup crash (regression from https://chromiumcodereview... | finnur@chromium.org | 2012-06-15 | 1 | -15/+23 |
* | TabContentsWrapper -> TabContents, part 41. | avi@chromium.org | 2012-06-11 | 1 | -4/+4 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 1 | -2/+2 |
* | Anchor the browser action popups to the correct widget on GTK. | kalman@chromium.org | 2012-06-07 | 1 | -2/+1 |
* | Pull browser action click logic into ToolbarModelController, so that the upco... | kalman@chromium.org | 2012-05-25 | 1 | -37/+20 |
* | Rename ExtensionCommand* to Command* within the extensions namespace. | finnur@chromium.org | 2012-05-22 | 1 | -5/+5 |
* | This adds a webui overlay on the extensions page for showing what Extension k... | finnur@chromium.org | 2012-05-21 | 1 | -3/+4 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -1/+3 |
* | Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const... | pkotwicz@chromium.org | 2012-05-20 | 1 | -2/+2 |