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