summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/views
Commit message (Expand)AuthorAgeFilesLines
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-2/+2
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Remove CrOS hack from ppapi.gyp that made the include directories work. Thisbrettw@chromium.org2010-12-171-1/+1
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-2/+3
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-052-4/+15
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-3/+3
* Adding style notion to the TextButton.glotov@google.com2010-11-132-0/+106
* Eliminate white corners around password field on screen locker.oshima@chromium.org2010-11-122-0/+69
* Grab keyboard input when showing domui/views menu.oshima@chromium.org2010-10-272-13/+20
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-262-0/+17
* Fix crash in domui menu (7773) and remove caching code.oshima@chromium.org2010-10-252-144/+5
* Menu crash fix for domui/gtk menu that is caused by multiple context menu req...oshima@chromium.org2010-10-222-15/+42
* Add --disable-domui-menu switchoshima@chromium.org2010-10-211-1/+11
* Disable preloading domui menu pageoshima@chromium.org2010-10-181-0/+4
* Don't create hot-stand-by DOMView for ExtensionAPITestoshima@chromium.org2010-10-152-3/+21
* Skip creating hot-standby DOMView instance if chromeos is shutting down.oshima@chromium.org2010-10-151-1/+3
* fixes for misc visual issues of domui menuoshima@chromium.org2010-10-141-3/+14
* Fix chromeos test failures.oshima@chromium.org2010-10-141-2/+3
* Warmup DOMView so that the 1st time menu open is fast.oshima@chromium.org2010-10-131-3/+134
* Enable Resize/Scroll for dropdown as well. RTL support (location only)oshima@chromium.org2010-10-132-59/+59
* Wait calling OnMenuOpened until the domui menu is ready to accept input.oshima@chromium.org2010-10-123-2/+18
* Exit DOMUI menu when browser window is destroyed.oshima@chromium.org2010-10-121-0/+38
* * Let MenuLocator tell if menu needs to scroll or not so thatoshima@chromium.org2010-10-124-45/+85
* Refactor domui menu to make extending easieroshima@chromium.org2010-10-083-110/+33
* * Made Menu/MenuItem subclass of HTMLDivElementoshima@chromium.org2010-10-082-6/+17
* Let menu scroll when the menu content exceeds screen height.oshima@chromium.org2010-10-072-19/+21
* Fix assertion failure which happens when opening submenu using keyboard navig...oshima@chromium.org2010-10-061-7/+10
* * 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-046-0/+1299