summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Added DCHECK that triggers on nullptr when creating nine_image_paintereugenebng2016-02-181-0/+1
* Implement chrome.input.ime.setComposition and chrome.input.ime.commitText API...azurewei2016-02-184-19/+60
* Removes UIActionSheet implementation of CRUActionSheetControllerpkl2016-02-171-163/+2
* Refactor Clipboard.java by removing duplicate JNI methods.ajith.v2016-02-161-3/+2
* Remove ui::test::uiview_utils::CancelAlerts().sdefresne2016-02-163-14/+1
* ash/mash: Add a mus-client that sets up ash to provide the system ui for mash.sadrul2016-02-101-6/+1
* Add PlatformWindow/Event related code for Ozone X11.kylechar2016-02-091-2/+2
* Revert of ash/mash: Add a mus-client that sets up ash to provide the system u...iclelland2016-02-091-1/+6
* ash/mash: Add a mus-client that sets up ash to provide the system ui for mash.sadrul2016-02-091-6/+1
* Remove ui::ResourceBundle::Delegate::GetFont(..)tapted2016-02-093-130/+23
* Remove size_ts from IPC files.jam2016-02-092-14/+14
* Introduce a 'host' target to allow loading datapack on 'host'.sdefresne2016-02-0812-61/+203
* Add chrome.inputMethodPrivate.onImeMenuActivationChanged API, which will be f...azurewei2016-02-041-0/+17
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-10/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+10
* Move gn _run target generation into test().jbudorick2016-02-031-10/+0
* Fix FrameOwnerPropertiesPropagationScrolling on 10.6 after r372906tapted2016-02-031-0/+3
* Make a test not depend on system settings.ahest2016-02-024-0/+100
* Implement chrome.input.ime.onCompositionBoundsChanged() API.azurewei2016-02-025-20/+41
* [MD settings] performance improvement on $i18n{} replacementdschuyler2016-02-021-24/+29
* Implement chrome.input.ime.onReset API.azurewei2016-02-012-7/+13
* When focusing into a system top level window, the chrome.input.ime API doesn'...azurewei2016-01-312-29/+28
* Implement chrome.input.ime.onKeyEvent on Linux.azurewei2016-01-302-1/+39
* Remove kViewerConnect and GPU as WARPscottmg2016-01-302-6/+0
* Add an override I forgot in https://codereview.chromium.org/1651453002/Nico Weber2016-01-291-1/+1
* Give InputMethodWin an out-of-line destructor.thakis2016-01-292-0/+3
* Implement chrome.input.ime.onKeyEvent on Windows.azurewei2016-01-292-4/+38
* Removes the useless OnFocus/OnBlur for input method.shuchen2016-01-297-64/+3
* [Template Expressions] changing ${ leader to $i18n{dschuyler2016-01-294-21/+30
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-8/+0
* Revert of [Template Expressions] changing ${ leader to $i18n{ (patchset #4 id...dbeam2016-01-274-30/+21
* Create //ui/base/ime:text_input_base target.kylechar2016-01-272-2/+23
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-272-4/+4
* Add a new source type MENU_SOURCE_LONG_PRESS to identify context menu's being...ananta2016-01-271-1/+3
* Emit logcats for ui_base_unittests.stip2016-01-261-0/+1
* Use browser top chrome material design by default on Chrome OStdanderson2016-01-264-11/+24
* [Template Expressions] changing ${ leader to $i18n{dschuyler2016-01-264-21/+30
* Only compiles InputMethodWhitelist in tests.shuchen2016-01-252-5/+0
* Removes the |system_toplevel_window_focused| flag in ui::InputMethodBase.shuchen2016-01-226-57/+11
* Add chrome.input.ime.onFocus/onBlur API on Linux and Windows.azurewei2016-01-222-1/+55
* Allow std::unordered_*.davidben2016-01-221-0/+1
* cursor renderer: Add support for windowsisheriff2016-01-211-0/+13
* Revert of Makes sure the keyboard typing isn't blocked when InputMethod::OnFo...rtenneti2016-01-2111-150/+4
* ui/base/models: rewrite TreeNode without using ScopedVectortfarina2016-01-211-7/+8
* Follow El Capitan Dock settings for double-click in window title bar.shrike2016-01-211-14/+48
* The IME extension uses chrome.input.ime.activate() to activate itself so that...azurewei2016-01-211-0/+4
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-1/+0
* Allow std::unordered_*.davidben2016-01-211-0/+1
* Moves ui/base/resource/material_design/* to ui/base/material_design/*varkha2016-01-209-14/+15
* Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is n...shuchen2016-01-2011-4/+150