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