summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of Reland: Make WindowState::CanMinimize() take into account WidgetDel...rouslan2014-10-043-7/+2
* Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...pkotwicz2014-10-033-2/+7
* Add test coverage for event-targeting of the RootView and contents viewtdanderson2014-10-031-10/+104
* Added views::ViewModelT<T>, a type-safe template version of ViewModel.mgiuca2014-10-034-46/+80
* Move check for gesture end events out of RootViewTargetertdanderson2014-10-024-33/+24
* Check for NULL NativeView in linux/mac Screen::GetDisplayNearestWindow().lazyboy2014-10-021-0/+3
* Revert of Make WindowState::CanMinimize() take into account WidgetDelegate::C...tapted2014-10-023-7/+2
* Make WindowState::CanMinimize() take into account WidgetDelegate::CanMinimize()pkotwicz2014-10-013-2/+7
* [Win] Only update HWND styles on SizeConstraintsChanged for normal windows.jackhou2014-10-011-0/+4
* Introduce EventProcessor::OnEventProcessingStarted()tdanderson2014-09-306-128/+169
* Add unittests to check that null/empty window shapes work.garykac2014-09-301-0/+45
* Do not consider the wmii window manager as supporting _NET_ACTIVE_WINDOW. Inpkotwicz2014-09-301-2/+8
* Prevent a window from sizing itself to 0x0 using window.resizeTo() on Desktoppkotwicz2014-09-291-5/+10
* Fix TooltipAura initial sizing.msw2014-09-291-1/+1
* Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widgettdanderson2014-09-295-27/+92
* Fix Aura tooltip sizing and layout.msw2014-09-262-21/+14
* [Win] Update HWND style when SizeConstraintsChanged.jackhou2014-09-259-8/+47
* Fix WeakPtrFactory member ordering in uimohan.reddy2014-09-248-21/+21
* Add CanMinimize to classes that implement WidgetDelegate::CanMaximize.jackhou2014-09-247-6/+14
* Remove some unnecessary webkit/common/gpu and third_party/wtl depsjamesr2014-09-231-1/+0
* Make check for whether _NET_ACTIVE_WINDOW is supported take into account _NET...pkotwicz2014-09-231-3/+1
* Fix a crash which occurs while dragging tabs back to the window where they or...ananta2014-09-222-2/+12
* Keep reference view pressed while extension actions have a popuprdevlin.cronin2014-09-225-59/+156
* Use RenderText vertical centering on Label and CanvasSkia text.msw2014-09-222-46/+46
* Color picker window should not have a minimize button.gajendra.n2014-09-226-14/+61
* views::ImageButton: Added SetMinimumImageSize; removed SetPreferredSize.mgiuca2014-09-223-14/+42
* Improve GN header checker, make "check" on //ui/* pass.Brett Wilson2014-09-193-21/+42