summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* use activation rather than focus to dismiss extension popupscottmg@chromium.org2013-04-103-0/+12
* Tweak Views Omnibox/Textfield; re-enable OmniboxViewTest.SelectAllOnClick.msw@chromium.org2013-04-101-24/+28
* rAc: don't clobber user input when accepting autofill popup suggestionestade@chromium.org2013-04-101-0/+1
* Paint STYLE_BUTTON disabled buttons with 50% opacity; etc.msw@chromium.org2013-04-092-8/+22
* Reland: Use Views Omnibox and Textfields by default on non-Aura Win.msw@chromium.org2013-04-091-1/+0
* Makes tree change the selection as keys are typed. This also enablessky@chromium.org2013-04-097-50/+336
* views: Change NativeButtonDtorTracked to inherit from LabelButton.tfarina@chromium.org2013-04-091-8/+8
* Implement text drag-drop on Views Omniboxckocagil@chromium.org2013-04-097-0/+21
* fix layout of requestAutocomplete suggestion dropdown menu on viewsestade@chromium.org2013-04-092-4/+14
* Fix dcheck on win aura shutdown, use CloseNow to close secondary widgetsscottmg@chromium.org2013-04-091-1/+5
* StartDragAndDrop should return the completed operation, not the set of allowe...ckocagil@chromium.org2013-04-091-6/+10
* Cleanup: remove NotifyAccessibilityEvent from views::Widget.dmazzoni@chromium.org2013-04-0814-69/+28
* Silence Views Textfield OnInputMethodChanged NOTIMPLEMENTED.msw@chromium.org2013-04-081-1/+1
* views: Convert more TextButtons to LabelButton.tfarina@chromium.org2013-04-082-27/+28
* Aura: Make views_unittests work with --ui-enable-threaded-compositingbacker@chromium.org2013-04-081-4/+6
* Speculatively revert r192702 to fix win interactive_ui_tests failures.dcheng@chromium.org2013-04-071-0/+1
* views: Reland r192519 and r192557.tfarina@chromium.org2013-04-061-11/+17
* Fix window positioning in high-DPI on Windows.kevers@chromium.org2013-04-062-15/+48
* Fix launcher and system tray accessibility.dmazzoni@chromium.org2013-04-062-6/+19
* views: Migrate the cases of "new .*NativeTextButton(" to LabelButton.tfarina@chromium.org2013-04-065-53/+19
* Hitting search key twice does not restore focus to active windowsschmitz@chromium.org2013-04-062-1/+30
* Use Views Omnibox and Textfields by default on non-Aura Win.msw@chromium.org2013-04-061-1/+0
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-0610-8/+184
* Fix uninitialized POD member |use_custom_insets_| to fix regression and coveritydbeam@chromium.org2013-04-061-1/+2
* Makes tree commit edits when focus is lost rather thansky@chromium.org2013-04-052-6/+20
* LabelButton: SetAccessibleName on SetText; update test.msw@chromium.org2013-04-051-1/+3
* Revert 192525 "Context menu on views must show on mouse down for..."tkent@chromium.org2013-04-057-142/+12
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-057-12/+142
* Make LabelButton STYLE_NATIVE_TEXTBUTTON focusable; etc.msw@chromium.org2013-04-053-23/+29
* Revise NativeWidgetWin focus hack; force focus on restore.msw@chromium.org2013-04-053-21/+4
* views: Do not open popup on Paste+Go.jered@chromium.org2013-04-051-6/+15
* Fix clicking on omnibox dropdown to select result on win aurascottmg@chromium.org2013-04-052-2/+9
* x11: Rename touch_factory to touch_factory_x11.sadrul@chromium.org2013-04-051-1/+1
* Set the view to restore focus to when an initially unfocused window is restored.flackr@chromium.org2013-04-043-17/+26
* Makes the bookmark editor explicitly commit edits to the tree beforesky@chromium.org2013-04-031-0/+2
* Makes table iterate/select arbitrary rows. When a TableGrouper issky@chromium.org2013-04-033-33/+64
* Make use of WindowModalityController in Desktop Aurarobertshield@chromium.org2013-04-034-1/+30
* Minor views accessibility fixes.dmazzoni@chromium.org2013-04-036-2/+20
* Revert explicit HTSYSMENU handling to close on double-click.msw@chromium.org2013-04-031-4/+0
* requestAutocomplete: more layout fixesestade@chromium.org2013-04-031-2/+6
* Fix app list position in windowscalamity@chromium.org2013-04-034-23/+19
* Makes control-a select all in TableView.sky@chromium.org2013-04-031-0/+12
* fix DialogClientView layout some more. This time, add tests.estade@chromium.org2013-04-027-85/+358
* Add ability to defined ranges with different styles in StyledLabeltbarzic@chromium.org2013-04-023-49/+350
* Clear the clipboard if user copies message box in Incognito window.vasilii@chromium.org2013-04-022-3/+11
* Revert 191524 "Fixed GetContentsBounds() so GetInsets() can be o..."dharcourt@chromium.org2013-04-011-1/+2
* [DevTools] Introduced minimized dock mode.dgozman@chromium.org2013-04-012-8/+20
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-313-4/+6
* Allow dialog delegates to change which buttons are added by DialogClientViewestade@chromium.org2013-03-303-58/+76
* Fixed GetContentsBounds() so GetInsets() can be overridden.dharcourt@chromium.org2013-03-301-2/+1