summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/views/native_menu_domui.cc
Commit message (Expand)AuthorAgeFilesLines
* WebUI: Rename NativeMenuDOMUI to NativeMenuWebUI.tfarina@chromium.org2011-02-041-402/+0
* WebUI: Change DOMUI to WebUI in two chromeos classes.tfarina@chromium.org2011-02-031-6/+6
* Implementing context menu for the new views textfield.varunjain@chromium.org2011-01-141-21/+0
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-9/+9
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-051-3/+13
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-3/+3
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+10
* Menu crash fix for domui/gtk menu that is caused by multiple context menu req...oshima@chromium.org2010-10-221-14/+31
* Add --disable-domui-menu switchoshima@chromium.org2010-10-211-1/+11
* Wait calling OnMenuOpened until the domui menu is ready to accept input.oshima@chromium.org2010-10-121-2/+10
* Exit DOMUI menu when browser window is destroyed.oshima@chromium.org2010-10-121-0/+38
* Refactor domui menu to make extending easieroshima@chromium.org2010-10-081-104/+18
* * Made Menu/MenuItem subclass of HTMLDivElementoshima@chromium.org2010-10-081-5/+14
* Let menu scroll when the menu content exceeds screen height.oshima@chromium.org2010-10-071-2/+2
* * Allow a user to select the last selected item when moving back to submenu.oshima@chromium.org2010-10-051-1/+1
* DOMUI implementation of Menu2.oshima@chromium.org2010-10-041-0/+407