summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant SetUp() override from TextfieldTest.dcheng2014-10-281-2/+0
* MacViews: Create abstraction for event monitoringandresantoso2014-10-288-12/+239
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2820-213/+170
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2845-480/+449
* Update a bunch of OWNERS files.ben2014-10-282-2/+0
* MenuButtons enter Hover state upon Tap Downjonross2014-10-272-6/+56
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2736-153/+150
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-279-118/+110
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-274-110/+103
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2758-484/+401
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2724-392/+349
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2717-415/+345
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2712-104/+94
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-279-87/+80
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2712-93/+91
* Work-around to enable drag-and-drop in KDE-based file browsers such as Dolphi...rob2014-10-241-1/+13
* Add miu to OWNERS for fullscreen UI and tab media indicator UI.miu2014-10-241-0/+4
* MacViews: UnhandledKeyboardEventHandler stubandresantoso2014-10-246-97/+79
* Use the Windows XP version of NONCLIENTMETRICScpu2014-10-242-2/+2
* Adds shuchen@ as the owner for overall IMF.shuchen2014-10-241-0/+1
* Change Widget::GetAllOwnedWidgets to return child widgets as wellsashab2014-10-243-10/+11
* Unify MenuButton Pushed state logicjonross2014-10-243-66/+238
* remove ui::gfx::GetDeviceScaleFactorscottmg2014-10-232-2/+2
* Remove the fall-through for mouse moves in View::OnMouseEvent()tdanderson2014-10-231-7/+6
* Remove IsDIPEnabled from Screenscottmg2014-10-234-10/+0
* remove IsInHighDPIModescottmg2014-10-231-1/+1
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-236-0/+16
* Standardize usage of virtual/override/final in ui/dcheng2014-10-214-64/+58
* Fix MacViews views_unittest simulate FullScreen test for 10.7+ SDKstapted2014-10-201-7/+21
* MacViews: Fix WidgetTest.DesktopNativeWidgetNoPaintAfterCloseTesttapted2014-10-178-33/+92
* Fix DesktopWindowTreeHostX11Test.Shape on Unitypkotwicz2014-10-161-0/+10
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-163-3/+3
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-155-5/+5
* [Win] Update HWND max size if either width or height is set.jackhou2014-10-151-4/+5
* MacViews: Remove Aura dependency from ui/views/webview (just delete it)tapted2014-10-154-15/+46
* MacViews: Handle failure to enter fullscreentapted2014-10-153-7/+112
* x11_util: Added GetInnerWindowBounds and GetWindowExtents.mgiuca2014-10-141-1/+1
* remove some new OVERRIDE instances in ui/mostynb2014-10-141-1/+1
* Add tapted to ui/views/cocoa and native_widget_mac* OWNERStapted2014-10-132-0/+2
* MacViews: NativeWidget -> Widget notifications: fullscreen, activation.tapted2014-10-127-12/+394
* Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of http...weiliangc2014-10-091-40/+20
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-09264-2251/+2251
* Make ui::Compositor use ui::Schedulerweiliangc2014-10-091-20/+40
* Fix tab tooltip regression: Media state should be included.miu2014-10-083-1/+56
* Grab the Esc key instead of the complete keyboard on X11rob2014-10-072-19/+24
* Enabled the App Info Dialog on the chrome://extensions pagesashab2014-10-074-27/+49
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-073-7/+7
* Fix typing in the omnibox on weird installs of XMonad.pkotwicz2014-10-071-4/+2
* Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...pkotwicz2014-10-053-2/+7
* Fix a long standing bug with the browser window losing focus when the user sc...ananta2014-10-041-1/+8