summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-0813-187/+204
* Tweaks workspace2 animations based on input from Nicholas.sky@chromium.org2012-09-082-0/+4
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-074-5/+10
* Attempt 2 at Fixes crash introduced @ 153047 (you can hit crash by maximizing asky@chromium.org2012-09-074-12/+84
* Replace gradients by solid color.saintlou@chromium.org2012-09-0724-0/+0
* Touch: Adding switch for X calibration and disabling it temporarily.skuhne@chromium.org2012-09-073-13/+22
* Revert 155484 - CSS Media Query now reports touch-support accurately for Wind...khorimoto@chromium.org2012-09-074-42/+2
* CSS Media Query now reports touch-support accurately for Windows.girard@chromium.org2012-09-074-2/+42
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-0713-204/+187
* Refactor font linking code out of RenderTextWin.asvitkine@chromium.org2012-09-077-241/+529
* Fix invalid thread check.nona@chromium.org2012-09-071-2/+2
* Get Views examples to paint in win-aura (outside ash).ben@chromium.org2012-09-0715-32/+188
* aura: Make sure the gesture-recognizer state is properly reset.sadrul@chromium.org2012-09-073-1/+54
* app_list: Fix accessibility regression in apps grid.xiyuan@chromium.org2012-09-071-1/+5
* Convert the mouse event's location that is captured by aura correctlyoshima@chromium.org2012-09-071-0/+3
* Makes RWHVA activate the window when doing fullscreen. Without thissky@chromium.org2012-09-071-6/+4
* Context menus should appear above the touch point if invoked by long press.varunjain@chromium.org2012-09-072-1/+5
* events: Move EventTarget into Event.sadrul@chromium.org2012-09-0729-350/+281
* ui: Keep the overrides in the same section of the superclass.tfarina@chromium.org2012-09-074-6/+17
* aura: Coalesce touch-update events.sadrul@chromium.org2012-09-062-8/+38
* Revert 155246 - Get Views examples to paint in win-aura (outside ash).ben@chromium.org2012-09-0614-184/+32
* Get Views examples to paint in win-aura (outside ash).ben@chromium.org2012-09-0614-32/+184
* aura: Fix build on linux-aura.sadrul@chromium.org2012-09-061-1/+1
* gl: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-061-2/+2
* Valgrind: Fix leaks in ConstrainedWebDialogDelegate.thestig@chromium.org2012-09-061-1/+0
* Makes LayerAnimator use the last tick time from thesky@chromium.org2012-09-061-11/+23
* Enable GPU acceleration for Aura on Windowsscottmg@chromium.org2012-09-063-22/+18
* app_list: Update separator color.xiyuan@chromium.org2012-09-061-1/+1
* Refactor RenderTextWin to create helper function LayoutTextRun.asvitkine@chromium.org2012-09-062-141/+148
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-052-2/+2
* Fix crash if root window goes away (most likely from multi-mon).sky@chromium.org2012-09-051-0/+7
* Set up new desktop classes.ben@chromium.org2012-09-059-0/+1085
* gesture recognizer: Plug a leak.sadrul@chromium.org2012-09-051-6/+7
* Fix leaks in aura_unittestsoshima@chromium.org2012-09-0510-88/+101
* Introduce TSFBridge classnona@chromium.org2012-09-053-0/+418
* app_list: Move overrides to private section.tfarina@chromium.org2012-09-052-3/+3
* app_list: Paint background for app item title.xiyuan@chromium.org2012-09-056-4/+36
* Fixes bug where GetRestoreBounds() was not returning screensky@chromium.org2012-09-051-6/+9
* Adds LayerAnimator::SchedulePauseForProperties().sky@chromium.org2012-09-043-0/+36
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-04102-135/+135
* mac: Use convertSizeFromBacking: instead of the deprecated ...FromBase:thakis@chromium.org2012-09-042-2/+12
* Don't try to compile character_composer.cc on Windows when use_aura=1; this i...jam@chromium.org2012-09-041-0/+2
* Speculative fix for a crash. It is possible that a derived class' virtual met...ben@chromium.org2012-09-043-2/+15
* Fixes bug where SetEventHandler(NULL) would result in NULL target,sky@chromium.org2012-09-041-1/+2
* Build more ui/ code on iOS.noyau@chromium.org2012-09-042-8/+8
* Split default font settings into webkit and browser settings having separate ...flackr@chromium.org2012-09-045-14/+42
* aura: Events handled in WindowDelegate will reach the post-target event handl...sadrul@chromium.org2012-09-046-168/+243
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-0464-177/+167
* compositor: Put CompositorTestSuite into a namespace.tfarina@chromium.org2012-09-033-10/+24
* events: Introduce EventDispatcher, EventTarget, and EventHandler.sadrul@chromium.org2012-09-0319-225/+589