summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/location_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-2/+3
* Implement page action popups.erikkay@chromium.org2009-11-011-5/+97
* Page action pixel-god appeasement (better positioning and spacing for the pag...finnur@chromium.org2009-10-271-2/+8
* Replace ExtensionAction with ExtensionAction2.aa@chromium.org2009-10-271-3/+3
* Move page actions over to ExtensionAction2 and get rid ofaa@chromium.org2009-10-271-74/+72
* CompactNavigationBar for toolkit views build, with some design change per Col...oshima@chromium.org2009-10-261-0/+3
* Fix crash when a page action cannot load its icon.aa@chromium.org2009-10-261-1/+2
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-241-4/+12
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-18/+1
* Readding from scratch instead reverting the revert.finnur@chromium.org2009-10-231-1/+10
* Revert 29861 since this fail on the interactivefinnur@chromium.org2009-10-231-10/+1
* Page actions that don't specify an icon (ie.finnur@chromium.org2009-10-231-1/+10
* Fix drawing code for page action badges.mpcomplete@chromium.org2009-10-201-28/+94
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...mpcomplete@chromium.org2009-10-201-0/+13
* Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...nsylvain@chromium.org2009-10-201-12/+0
* Implement badges for page actions. Also add badge text color API.mpcomplete@chromium.org2009-10-191-0/+12
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-171-1/+4
* Implement new page action API.mpcomplete@chromium.org2009-10-161-6/+11
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-2/+2
* Use predefined color names where possible for clarity. Also use "SkColorSetA...pkasting@chromium.org2009-10-131-1/+1
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-091-6/+0
* Revert r28489 as it broke the linux build.aa@chromium.org2009-10-091-5/+1
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-091-1/+5
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-2/+1
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-5/+11
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-11/+5
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-1/+1
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-4/+4
* Adds the ability for script to resize the menu.sky@chromium.org2009-09-281-2/+2
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-3/+4
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-0/+1
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-251-0/+2
* Simplify life for people trying to pick a "readable" foreground color by not ...pkasting@chromium.org2009-09-241-18/+6
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-5/+11
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-11/+5
* Convert InfoBubble to using BubbleBorder. This also replaces the border grap...pkasting@chromium.org2009-09-161-14/+22
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-4/+4
* Removes some dead NOTIMPLEMENTEDs and enables some code that no longersky@chromium.org2009-09-141-1/+1
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-5/+2
* Some initial cleanup of InfoBubble:pkasting@chromium.org2009-09-141-5/+2
* Implements LocationBarView::AvailableWidth for Gtk.sky@chromium.org2009-09-141-2/+1
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-111-1/+8
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-111-0/+4
* Linux: implement Page Actions support.mattm@chromium.org2009-09-101-151/+13
* Use system background color for info bubbles. This causes some problems righ...pkasting@chromium.org2009-09-041-9/+0
* Use system themes where possible in Omnibox edit and dropdown; in other cases...pkasting@chromium.org2009-09-041-42/+87
* Fixing focus in location bar and accelerators on Linux toolkit views.jcampan@chromium.org2009-09-031-0/+17
* Adds support and exposure of additional accessibility roles. Includes naming ...klink@chromium.org2009-08-221-0/+14
* Implement first cut at the extension installation prompt on Windows.aa@chromium.org2009-08-041-3/+7
* LocationBarView::PageActionImageView::LoadImageTask::Run() may pass a NULL im...mirandac@chromium.org2009-08-031-1/+1