summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/submenu_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-5/+5
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-3/+3
* Set minimum width on menu for NativeComboboxViews.rhashimoto@chromium.org2011-05-111-1/+1
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-091-3/+6
* Remove crrev.com/82385 debug code added for crbug.com/78792.msw@chromium.org2011-05-041-12/+1
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-221-20/+29
* Revert 82385 - this might be breaking the interactive_ui_tests on windows and...nsylvain@chromium.org2011-04-211-29/+20
* Add SubmenuView::magic_token_ and checks.msw@chromium.org2011-04-201-20/+29
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-011-4/+0
* Make MenuHost concrete, hide platform specific implementation behind NativeMe...ben@chromium.org2011-03-311-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-20/+31
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-4/+4
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-071-5/+1
* Rename MenuHost::Init to InitMenuHost.thakis@chromium.org2011-03-041-1/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-30/+20
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-20/+30
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-1/+1
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-3/+3
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-10/+9
* Make linux MouseWheelEvent consistent with win.xiyuan@chromium.org2011-02-081-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-2/+1
* Make mouse wheel scrolling in views menu smoother.xiyuan@chromium.org2011-02-071-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-1/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-3/+2
* Adds support for invisible menu items to bookmark menus and wires itsky@chromium.org2010-09-011-4/+7
* Another take on menu's. This uses the hosting menu scroll view container as ...dtseng@chromium.org2010-08-191-3/+15
* Initialize most_recent_profile_ in constructor.ctguil@chromium.org2010-08-101-1/+1
* Enable better NVDA support for custom menus.ctguil@chromium.org2010-08-061-0/+14
* Add view class names to some classes used in the Wrench menu.dmazzoni@chromium.org2010-08-041-0/+7
* Adds support for showing accelerators in bookmark menus.sky@chromium.org2010-06-091-2/+15
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-161-16/+16
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-32/+18
* Fixes bug where deleting bookmarks in bookmarks menu wouldn't alwayssky@chromium.org2010-02-181-1/+9
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-281-0/+4
* Fix style issues in View class.maruel@chromium.org2009-11-071-2/+2
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-261-0/+2
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-3/+3
* Wires up drag and drop for bookmark menus and cleans up a couple ofsky@chromium.org2009-09-091-1/+12
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-241-234/+9
* Splits the menu classes into individual files in anticipation ofsky@chromium.org2009-08-201-0/+548