summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Changes TreeViewViews to keep editor around once created. The oldsky@chromium.org2013-01-182-22/+29
* Nukes MenuModel::GetFirstItemIndex. It is only needed for windows, sosky@chromium.org2013-01-1810-40/+34
* Implement new Task Manager and Edit Bookmark style, etc.msw@chromium.org2013-01-182-3/+39
* Wires TextfieldController::HandleMouseEvent up forsky@chromium.org2013-01-185-2/+36
* Allow message center and related bubbles to render on Windows.dewittj@chromium.org2013-01-183-16/+34
* alternate ntp: unpinned bookmark bar in ntpkuan@chromium.org2013-01-184-29/+5
* Revises the visual style of progress bar for ChromeOS.mukai@chromium.org2013-01-181-81/+102
* Get views implementation of table and tree to use the right system colors.sky@chromium.org2013-01-182-23/+69
* Implement rough new Views task manager style.msw@chromium.org2013-01-172-4/+4
* Revert 177464 - Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-177-92/+27
* Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-177-27/+92
* fix missing member var initializationestade@chromium.org2013-01-171-0/+2
* show autofill popup in requestAutocomplete dialog when textfield is double-cl...estade@chromium.org2013-01-173-3/+21
* Revert 177209 - Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-167-89/+26
* Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-167-26/+89
* Fixes leak of NativeTextfieldWin. The underlying HWND was gettingsky@chromium.org2013-01-162-0/+7
* Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failureerg@chromium.org2013-01-167-9/+159
* Finally rip the global StackingClient bandaid off.erg@chromium.org2013-01-167-159/+9
* Nukes NativeScrollBarWin and fixes bugs with gettingsky@chromium.org2013-01-166-440/+19
* Fixes bug in TreeViewViews where it wasn't calling View::OnFocus. Thissky@chromium.org2013-01-151-0/+1
* Minor table tweaks:sky@chromium.org2013-01-151-3/+3
* Fixes bug in ScrollRectToVisible when used in a ScrollView. Code wassky@chromium.org2013-01-152-5/+25
* Adding new default behavior to maximize new windows automatically if screen r...skuhne@chromium.org2013-01-151-0/+17
* Make ui_controls only usable from interactive_ui_tests. This has two benefits:jam@chromium.org2013-01-141-3/+0
* More table tweaks:sky@chromium.org2013-01-128-82/+257
* Add option to align launcher/shelf to top of screen (similar to left/right al...harrym@chromium.org2013-01-122-1/+4
* Fixes for FocusController to make it pass interactive_ui_tests.ben@chromium.org2013-01-1111-25/+32
* views: Remove unused GetDispositionForEvent from ViewsDelegate interface.tfarina@chromium.org2013-01-113-8/+0
* requestAutocomplete: mark textfields as invalid when user tries to submit wit...estade@chromium.org2013-01-119-5/+80
* Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc.msw@chromium.org2013-01-112-6/+13
* Update bubble small shadow image assets.xiyuan@chromium.org2013-01-101-1/+1
* Couple of tweaks for tables:sky@chromium.org2013-01-096-14/+69
* More work to make ash_unittests pass when we require context.erg@chromium.org2013-01-095-18/+39
* Refactors building the system menu model into a common placesky@chromium.org2013-01-091-3/+7
* views: Make sure the event flags are used correctly for all events that selec...sadrul@chromium.org2013-01-092-12/+11
* views: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-093-5/+5
* Add tests to verify accelerators properly work on constrained window.mazda@chromium.org2013-01-094-33/+72
* Reverting fix for crbug.com/138309 which caused this problem (Filed bug crbug...sschmitz@chromium.org2013-01-091-22/+1
* Removes debugging code I added to find crash. Crash seems to havesky@chromium.org2013-01-092-13/+2
* views: Stop dispatching scroll-gesture events if the scroll-begin event wasn'...sadrul@chromium.org2013-01-092-5/+105
* Add initial support for handling touch events in desktop chrome AURA. ananta@chromium.org2013-01-086-2/+54
* views: Cancel menu selection on tap-cancel.sadrul@chromium.org2013-01-082-6/+15
* views: Target the synthetic wheel events to the view under the mouse cursor.sadrul@chromium.org2013-01-084-14/+142
* Implement rough new dialog style.msw@google.com2013-01-077-148/+107
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Continue threading context through unit tests.erg@chromium.org2013-01-074-13/+16
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-1/+2
* views: Mark a tap-down as handled only if scrolling was actually stopped.sadrul@chromium.org2013-01-071-1/+4
* Desktop aura: Expand what the ViewsDelegate can do to new windows.erg@chromium.org2013-01-047-53/+42
* Allow easier cross-platform access to MessageCenter by making it a singleton ...dewittj@chromium.org2013-01-041-2/+0