summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* aura: Fix a crash related to nested event-dispatch.sadrul@chromium.org2014-03-012-3/+113
* Cancel Linux Aura dragging on escape key press.msw@chromium.org2014-03-012-13/+33
* Fix the crashing caused by app launcher closing while app list item is dragge...jennyz@chromium.org2014-02-281-3/+4
* Add temporary instrumentation to diagnose a RenderTextWin crash.asvitkine@chromium.org2014-02-281-0/+7
* Send accessibility scroll event on Windows and Android.dmazzoni@chromium.org2014-02-281-0/+1
* Converts MessagePopupCollection into a long-lived object (2nd).mukai@chromium.org2014-02-282-23/+30
* Prevents user from getting stuck in fullscreen mode with the cinnamon window ...pkotwicz@chromium.org2014-02-281-0/+7
* Notify AppListModel of folder name changestevenjb@chromium.org2014-02-2813-37/+84
* Add touch-action content browser testrbyers@chromium.org2014-02-281-1/+3
* Fixes bug in ImageView caching of pixelssky@chromium.org2014-02-281-4/+14
* Add support for EGL_ANGLE_window_fixed_size for specifying surface size.jbauman@chromium.org2014-02-282-11/+28
* Revert of aura: Fix a crash related to nested event-dispatch. (https://codere...dgrogan@chromium.org2014-02-282-102/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 3.viettrungluu@chromium.org2014-02-284-26/+10
* Cleanup GrGLInterface factories in Chromium in order to remove old names and ...bsalomon@google.com2014-02-281-126/+132
* aura: Fix a crash related to nested event-dispatch.sadrul@chromium.org2014-02-282-3/+102
* Revert of Converts MessagePopupCollection into a long-lived object. (https://...erikwright@chromium.org2014-02-282-28/+23
* Stop crashing in app list if the item being dragged is removed by sync.benwells@chromium.org2014-02-283-11/+33
* Change default Traditional Han font on Mac away from LiHei Profalken@chromium.org2014-02-281-1/+1
* Converts MessagePopupCollection into a long-lived object.mukai@chromium.org2014-02-282-23/+28
* Revert 254089 "Use the default dispatcher where possible for nes..."sadrul@chromium.org2014-02-284-28/+8
* Add a contents view switcher to the experimental app list.calamity@chromium.org2014-02-2811-19/+191
* Use the default dispatcher where possible for nested message loops.sadrul@chromium.org2014-02-284-8/+28
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-2827-248/+238
* Sort ime.gypi source files.kochi@chromium.org2014-02-281-4/+4
* linux_aura: Don't create a drag window when given a transparent image.erg@chromium.org2014-02-282-4/+38
* aura: Do not dispatch host-cancel-mode event to the focused window if it's no...sadrul@chromium.org2014-02-282-0/+37
* Add 9 patch scrollbar assetsweiliangc@chromium.org2014-02-2837-0/+18
* Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.ben@chromium.org2014-02-2813-33/+37
* Fixes entering upper case bug and adds unit tests.rsadam@chromium.org2014-02-271-0/+1
* Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR...pkotwicz@chromium.org2014-02-273-116/+143
* Fix the focus issue for app launcher folder name:jennyz@chromium.org2014-02-275-2/+23
* Makes it clear in unittests that the system is missing some of fonts.yukishiino@chromium.org2014-02-271-2/+14
* Disable accelerators while a menu is open on Linux Aura. This behavior is con...pkotwicz@chromium.org2014-02-271-16/+15
* Use SparseArrays instead of HashMaps with Integer keys.newt@chromium.org2014-02-271-0/+6
* Add support for localized time strings with two units, eg. "2 hours 17 minutes"tnagel@chromium.org2014-02-278-579/+1474
* [Android] Add events_unittests to the default cq/try runsjdduke@chromium.org2014-02-271-0/+7
* Disable Linux Aura offscreen bubble adjustments.msw@chromium.org2014-02-271-0/+3
* Fix potential crash in CursorLoaderOzone.kalyan.kondapally@intel.com2014-02-271-5/+3
* ui: Add DCHECK to GLSurface::InitializeOneOffImplementation.danakj@chromium.org2014-02-271-0/+2
* Revert of Use the default dispatcher where possible for nested message loops....scottmg@chromium.org2014-02-274-28/+8
* Uses BSP to handle key drops.rsadam@chromium.org2014-02-277-19/+477
* Use the default dispatcher where possible for nested message loops.sadrul@chromium.org2014-02-274-8/+28
* Fixes DesktopScreenX11::GetWindowAtScreenPoint() so that NULL is returned if ...pkotwicz@chromium.org2014-02-263-20/+115
* linux_aura: Respond to system "style-set" signals.erg@chromium.org2014-02-263-0/+31
* ui: Make compositor unittests opt into real GL NullDraw contexts.danakj@chromium.org2014-02-261-1/+1
* ui: Make keyboard unittests opt into real GL NullDraw contexts.danakj@chromium.org2014-02-261-1/+1
* Cleanup: remove unneeded inlcudes and make shared constants actually shared.uekawa@chromium.org2014-02-261-18/+10
* Less determined statement terminationscottmg@chromium.org2014-02-261-1/+1
* API to Convert Java Bitmap Config to SkBitmap::Configsiva.gunturi@samsung.com2014-02-266-3/+95
* Combobox: Have the first item not rendered for an action comboboxhajimehoshi@chromium.org2014-02-261-2/+10