summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/widget_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* linux_aura: Also disable related test.erg@chromium.org2013-09-121-0/+3
* rAc: Enforce a 3 second grace period for generated card bubble.estade@chromium.org2013-09-061-456/+1
* Attempt at fixing use after free in RootWindow when deleting in dispatchsky@chromium.org2013-08-291-0/+110
* Ensure that popup windows created by the content layer in AURA are top level ...ananta@chromium.org2013-08-281-53/+70
* Previously, views::Widget::GetAllChildWidgets(parent, children) would return:pkotwicz@chromium.org2013-08-221-0/+35
* Makes aura NativeWidget implementations no-op if NativeView destroyed.sky@chromium.org2013-08-221-0/+93
* Disable flaky test on Windowshclam@chromium.org2013-08-161-2/+18
* Fixes leak of certain widget types.sky@chromium.org2013-08-011-0/+48
* views: Reset event handlers in RootView when it is hiddenmohsen@chromium.org2013-07-311-2/+81
* Fixes possible crash in getting NativeTheme.sky@chromium.org2013-07-261-0/+50
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-181-1/+1
* views: Fixed a leak in a test introduced in r211693.sadrul@chromium.org2013-07-161-2/+4
* views: Make sure the mouse-button is still down before setting the capture.sadrul@chromium.org2013-07-151-0/+88
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-4/+4
* Do not dispatch synthetic mousemove events when mouse events are disabledtdanderson@google.com2013-06-241-5/+2
* Hover effects in views should not be invoked when mouse events are disabledtdanderson@chromium.org2013-06-181-0/+63
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]rsleevi@chromium.org2013-05-071-1/+1
* Introduces SynthesizeMouseMoveEvent to views::Widget.mukai@chromium.org2013-05-031-0/+27
* views: Send mouse wheel events to the hovered view, rather than the focused viewestade@chromium.org2013-05-021-19/+2
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-1/+1
* Adds back focus restoration hack that Mike recently nuked. The hacksky@chromium.org2013-05-011-1/+3
* We need to call aura::Window::Show from the DesktopNativeWidgetAura::ShowMaxi...ananta@chromium.org2013-04-191-0/+23
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-061-0/+35
* Revert 192525 "Context menu on views must show on mouse down for..."tkent@chromium.org2013-04-051-35/+0
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-051-0/+35
* This CL fixes reported problem of window width being expanded when restoring ...shrikant@chromium.org2013-03-281-0/+36
* views: Add a simple test to verify event-dispatching works correctly.sadrul@chromium.org2013-03-251-34/+101
* Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc.msw@chromium.org2013-03-161-4/+2
* Add DCHECK to ensure SetContentsView is not called incorrectlly.benwells@chromium.org2013-03-131-10/+16
* Fix dependency on scoped_ptr::reset sequencing in Aura fullscreen test.dcheng@chromium.org2013-03-011-8/+10
* Ensure that flash fullscreen mode works in Chrome desktop AURA.ananta@chromium.org2013-02-261-0/+114
* Ensures Widget::InitParams::top_level is set correctly before callingsky@chromium.org2013-02-121-0/+40
* Add support for ordinal scroll amountsdavemoore@chromium.org2013-02-121-4/+4
* Verifies WindowClosing() is invoked only once when a window issky@chromium.org2013-02-121-0/+42
* Add synchronous Widget closing eventwittman@chromium.org2013-02-051-1/+1
* Code to support the FocusController on DesktopAura too. Does not enable it ju...ben@chromium.org2013-02-011-1/+1
* Reland 179231xiyuan@chromium.org2013-01-301-1/+23
* Add ability for EventGenerator to generate Scroll events asynchronouslydavemoore@chromium.org2013-01-291-2/+15
* Revert 179231 as it has introduced a large number of memory leaks to ash_unit...timurrrr@chromium.org2013-01-291-23/+1
* views: Fix a Widget destruction crash.xiyuan@chromium.org2013-01-291-1/+23
* Revert 177464 - Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-171-1/+1
* Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-171-1/+1
* Revert 177209 - Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-161-1/+1
* Enable the FocusController on DesktopAura too.ben@chromium.org2013-01-161-1/+1
* views: Stop dispatching scroll-gesture events if the scroll-begin event wasn'...sadrul@chromium.org2013-01-091-5/+94
* views: Target the synthetic wheel events to the view under the mouse cursor.sadrul@chromium.org2013-01-081-0/+117
* Continue threading context through unit tests.erg@chromium.org2013-01-071-5/+5
* Remove an incorrect TODO for newly added DesktopAuraTestValidPaintWidget test...ananta@chromium.org2012-12-201-2/+0
* Fix a crash in the chrome browser process which occurs when the context menu ...ananta@chromium.org2012-12-201-0/+91