summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Mac: Enable NSCGLSurface API by defaultccameron2015-06-172-3/+3
* Remove CC dependency from ui/base for Androiddnicoara2015-06-172-2/+0
* Mac: Remove NSView+NSOpenGLContext in favor of NSCGLSurfaceccameron2015-06-163-9/+11
* Delete a dead function that would self-recurse infinitely if called.thakis2015-06-151-5/+0
* Removes TextInputFocusManager.shuchen2015-06-1512-186/+12
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* MockInputMethod should not mute all key events.shuchen2015-06-122-2/+6
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-30/+28
* Add tapted to some cocoa-y OWNERS filestapted2015-06-112-0/+8
* removed var; (id) to (instancetype)dschuyler2015-06-112-4/+4
* Allow TableColumns to set their default sort order.finnur2015-06-112-5/+9
* |handling_key_event_| flag should be set correctly.shuchen2015-06-111-1/+1
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-104-8/+9
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-093-15/+16
* Move StringToUpperASCII to base namespacebrettw2015-06-091-3/+5
* [MacViews] Enable dragging a window by its caption/draggable areas.jackhou2015-06-094-0/+111
* mandoline: Allow running the aura/views UI on android.sadrul2015-06-091-21/+15
* Notify InputMethodBase on TextInputState change to send InputMethodObserver::...shuchen2015-06-051-0/+1
* Revert "Converting (Alt+LeftClick -> RightClick) to (Search+LeftClick -> Righ...xdai2015-06-051-3/+2
* Pass XImage ownership to SkBitmap in CopyAreaToCanvasdnicoara2015-06-042-40/+19
* Mac: Add layer-backed NSView+NSOpenGLContext rendering pathccameron2015-06-043-1/+8
* Revert of Mac: Add layer-backed NSView+NSOpenGLContext rendering path (patchs...zea2015-06-043-8/+1
* Mac: Add layer-backed NSView+NSOpenGLContext rendering pathccameron2015-06-043-1/+8
* Clear touch state in HWNDMessageHandler if the underlying child window on whi...ananta2015-06-031-0/+4
* Replace more ObserverList with base::ObserverList.brettw2015-06-037-7/+7
* Remove candidate show/hide/update related codekochi2015-06-039-180/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-039-39/+41
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+2
* Fixed the bug ref for Linux assumptions.mustaq2015-06-021-2/+2
* Move Pickle to base namespace.brettw2015-06-028-26/+33
* Mac: Update sad tab layout to new designandresantoso2015-06-021-1/+7
* Initialize static Clipboard::FormatTypes in a thread-safe manner.dcheng2015-05-301-53/+62
* Move Tuple to base namespace.brettw2015-05-293-15/+15
* Move ConstrainedWindowAnimation to ui/base/cocoatapted2015-05-296-0/+427
* Unify Accelerator Creation Codeafakhry2015-05-272-0/+17
* Avoid basename conflict in text_compositionscottmg2015-05-2511-17/+18
* Mac: Implement -[NSColor cr_CGColor] to simplify conversions.andresantoso2015-05-235-0/+73
* [MacViews] Fix behavior of non-resizable windows in fullscreen.jackhou2015-05-204-0/+111
* Add a callback for cancelling the context menu.lliabraa2015-05-191-1/+4
* Subject .mm files to the header sorting presubmittapted2015-05-191-0/+1
* MacViews: Implement Tooltipstapted2015-05-194-0/+233
* Fix darkly-drawn Show All button in Downloads Shelf.shrike2015-05-152-5/+19
* Enables new Korean IME by default for M44.shuchen2015-05-141-2/+2
* resources: Prevent including the same resource in multiple pack files.sadrul2015-05-134-0/+32
* (Reland) Add programmer dvorak keyboard layoutchirantan2015-05-131-0/+1
* ChromeOS: switch UI language before apps are loaded.alemate2015-05-121-0/+1
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-112-3/+3
* Roboto has shipped to stable channel for a while and it works fine. This CL c...xdai2015-05-118-70/+0
* Upstream two UI-related test utilities for iOSstuartmorgan2015-05-075-17/+142
* Avoid duplicated keydown/keyup events in some scenarios.shuchen2015-05-063-43/+61