summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/toolbar_view.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Rollback broken change, again.aa@chromium.org2009-10-021-1/+1
* Check in http://codereview.chromium.org/259004 again.aa@chromium.org2009-10-021-1/+1
* Revert tree bustage.aa@chromium.org2009-10-011-1/+1
* First cut at badge implementation. Right now it just uses staticaa@chromium.org2009-10-011-1/+1
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-4/+10
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-301-3/+37
* Wires up views on linux dialogs to use gtk ones.sky@chromium.org2009-09-291-1/+3
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-291-1/+1
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-4/+4
* sync i18n support for gaia_login.html and merge_and_sync.htmlMove resources i...tim@chromium.org2009-09-281-1/+1
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-4/+4
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-4/+4
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-3/+12
* Fix hottracking on button views.The hottracking on the toolbar was broken, th...mhm@chromium.org2009-09-241-4/+0
* Lands http://codereview.chromium.org/203029 for Thiago:sky@chromium.org2009-09-181-5/+8
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-23/+15
* Removes some dead NOTIMPLEMENTEDs and enables some code that no longersky@chromium.org2009-09-141-8/+1
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-081-21/+15
* Fix adjacent separators when not running with --enable-sync.pkasting@chromium.org2009-09-051-1/+1
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-3/+3
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+2
* Now that Import and Clear are available in options, they should be removed fr...glen@chromium.org2009-08-251-5/+1
* Adds support and exposure of additional accessibility roles. Includes naming ...klink@chromium.org2009-08-221-0/+1
* Don't show "Inspect Element" in the context menu if we can't inspect.agl@chromium.org2009-08-211-2/+4
* Removed personalization_strings.h and moved all the strings into generated_re...idana@chromium.org2009-08-201-4/+2
* Remove personalization.h/cc by putting things in final resting placestim@chromium.org2009-08-201-3/+2
* Some personalization cleanup:tim@chromium.org2009-08-151-3/+2
* Build browser/sync files by default using a stubbed-out syncapitim@chromium.org2009-08-111-1/+1
* Add files to browser/sync and tweak includes.tim@chromium.org2009-08-051-1/+1
* DevTools: Rename JavaScript console action into Developer Tools.pfeldman@chromium.org2009-07-221-2/+2
* o Modified the toolbar button handler so that the handler can revert its omni...yusukes@google.com2009-07-221-2/+12
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-7/+7
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-1/+1
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-5/+0
* Fix crash in LocationBarView when accessing TabContents.finnur@chromium.org2009-06-191-17/+19
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-151-4/+5
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-121-25/+22
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-091-24/+6
* Convert toolbar page and app menus over to use the new system.ben@chromium.org2009-06-081-136/+230
* Rename BrowserToolbarView->ToolbarView to match file name.ben@chromium.org2009-06-061-444/+472
* Add ability to theme our buttons.glen@chromium.org2009-06-041-10/+28
* When the contents don't have title, use URL for the name of bookmark entry.brettw@chromium.org2009-06-031-2/+1
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-2/+3
* Renames BackForwardMenuModelWin to BackForwardMenuModelViews.sky@chromium.org2009-05-291-2/+3
* Make toolbar compile on linux.ben@chromium.org2009-05-271-12/+33
* Some more porting of browser_views.brettw@chromium.org2009-05-221-11/+13
* DevTools: remove Debugger menu by default.pfeldman@chromium.org2009-05-211-0/+7
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* Signature changed to take a Profile*tim@chromium.org2009-05-151-1/+1
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-141-64/+64