summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-122-0/+10
* Cleanup of ScrollView. I'm going to add support for a header viewsky@chromium.org2012-12-117-246/+310
* Make NotificationList aware of the priority.mukai@chromium.org2012-12-115-73/+172
* Improve K-mean dominant color selection for faviconsjamescook@chromium.org2012-12-113-3/+71
* Fix tooltips in ash.erg@chromium.org2012-12-116-9/+15
* Fixes crash in showing menus. parent is NULL in one circumstance.sky@chromium.org2012-12-111-1/+1
* Fix a unittest failing on iOS retina devices.noyau@chromium.org2012-12-111-1/+3
* Make FocusController use ActivationChange/FocusChangeObserver instead of Focu...ben@chromium.org2012-12-113-181/+167
* Win8 Aura :add suport for changing cursorscpu@chromium.org2012-12-112-1/+12
* Consolidates activation and focus change observers a bit.ben@chromium.org2012-12-1121-142/+229
* Make EventHandler.dispatcher_ a stackstevenjb@chromium.org2012-12-103-10/+14
* Use native theme colors for textfields; etc.msw@chromium.org2012-12-1014-145/+156
* Gets bubbles working again on desktop aura.sky@chromium.org2012-12-102-3/+5
* This bug affects various context menus (tab context, settings/wrench menu, ba...sschmitz@chromium.org2012-12-101-1/+22
* Always use either glXCreateNewContext or glXCreateContextAttribsARB for GLXccameron@chromium.org2012-12-103-78/+59
* Makes the window we parent unparented windows to hidden. That way wesky@chromium.org2012-12-101-0/+3
* Removes calls to Widget::OnNativeWidgetActivationChanged() fromsky@chromium.org2012-12-101-2/+0
* Add all sources from ios/ subdir to ios projects automatically.milanb@chromium.org2012-12-101-0/+1
* Updating XTBs based on .GRDs from branch 1312dharani@google.com2012-12-1052-4/+264
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-103-16/+8
* Fixing a test failure on iOS.noyau@chromium.org2012-12-101-2/+15
* events: Change the way a 'handled' event is dispatched.sadrul@chromium.org2012-12-103-11/+23
* Fixes a double release crasher in iOS image code.noyau@chromium.org2012-12-101-6/+6
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-4/+3
* Consolidate ImagePainter and BorderImages.msw@chromium.org2012-12-089-260/+156
* Revert 171934xiyuan@chromium.org2012-12-087-90/+45
* Use consistent velocity trend to start a touch scroll gesture.rjkroege@chromium.org2012-12-087-45/+90
* Handling cursor visibility changing events for ChromeOSsheckylin@chromium.org2012-12-0818-35/+209
* Reverting the visual change of message center bubble.mukai@chromium.org2012-12-081-58/+5
* Ensure that keyboard input works in Windows 8 Metro Ashananta@chromium.org2012-12-084-17/+20
* Get drag and drop working for win aura.jam@chromium.org2012-12-0815-39/+460
* Pass touch events from the chrome viewer process in Metro Ash on Windows 8 to...ananta@chromium.org2012-12-073-0/+50
* Fixed disable menu item drawing (line was lost during code refactoring).yefim@chromium.org2012-12-071-0/+1
* Stop caching pointers to RenderWidgetHostView in WebContentsView implementati...jam@chromium.org2012-12-071-4/+7
* events: Introduce non-cancelable events.sadrul@chromium.org2012-12-074-3/+24
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-072-19/+22
* Hopefully last of key wiring. The unhandled keyboard event handlersky@chromium.org2012-12-071-10/+2
* Optimization pass on Transform, to take advantage of SkMatrix44::getType()reed@google.com2012-12-072-115/+30
* Remove unused var to fix buildben@chromium.org2012-12-071-2/+0
* More ash_unittests run without crashing/pass with new focus controller.ben@chromium.org2012-12-074-17/+47
* Make more GL stuff auto-generatedgman@chromium.org2012-12-075-631/+149
* [win] Keep the applist around to speed up showing it.benwells@chromium.org2012-12-073-6/+9
* Basic pixel tests for ccjamesr@chromium.org2012-12-074-69/+9
* Move initialization of D3D earlier in present thread lifetime.apatrick@chromium.org2012-12-071-9/+16
* Revert 171679xiyuan@chromium.org2012-12-073-37/+81
* Explicitly create the GLX window for onscreen surfaces.ccameron@chromium.org2012-12-073-81/+37
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-073-8/+16
* Reorganize how messages are handled in metro ash (win8)cpu@chromium.org2012-12-073-14/+63
* Fix missing include for linux_aura.sky@chromium.org2012-12-061-0/+1
* Promote views::InputMethodWin to ui/base/ime and get working. Cleanup surroun...sky@chromium.org2012-12-0624-160/+736