summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* [Android] Implementation of overscroll effect for Android Ljdduke@chromium.org2014-08-151-1/+2
* Revert of ChromeOS: should not show "Language changed" notification for certa...miu@chromium.org2014-08-152-23/+4
* Remove --disable-core-animation flagccameron@chromium.org2014-08-154-140/+6
* ChromeOS: should not show "Language changed" notification for certain languages.alemate@chromium.org2014-08-152-4/+23
* Add a flag to enable remote CoreAnimation API.ccameron@chromium.org2014-08-153-0/+14
* MacViews: Changes to allow interactive_ui_tests to compile on MacViewstapted@chromium.org2014-08-151-0/+5
* Experimentally isolate GetOpenFileName in a utility process.erikwright@chromium.org2014-08-143-10/+200
* Set correct DOM key code string for functional keys.shuchen@chromium.org2014-08-142-5/+25
* ui: Remove unneeded includes of grit/ui_resources.hthakis@chromium.org2014-08-142-2/+0
* Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi...tfarina@chromium.org2014-08-143-19/+18
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-133-17/+16
* Support IME extensions for Ozone.shuchen@chromium.org2014-08-132-5/+3
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-133-16/+17
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-0/+1
* Drop the bool parameter from InitSharedInstanceWithPakFileRegion().tfarina@chromium.org2014-08-122-11/+3
* Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and Scop...tapted@chromium.org2014-08-121-2/+3
* Mac: silently fall back to normal separator drawingestade@chromium.org2014-08-121-1/+1
* Cleanup: Remove unneeded #include from ui/base/l10n/l10n_util.h.thestig@chromium.org2014-08-123-1/+2
* Cleanup: Remove obsolete references to webkit_glue namespace.tfarina@chromium.org2014-08-091-2/+0
* Revert of Revert of [Android] Use UIResource for overscroll glow (https://cod...jdduke@chromium.org2014-08-084-0/+45
* Revert of [Android] Use UIResource for overscroll glow (https://codereview.ch...miguelg@chromium.org2014-08-084-45/+0
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-072-2/+2
* [Android] Use UIResource for overscroll glowjdduke@chromium.org2014-08-074-0/+45
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Refactoring for InputMethodEngine and InputMethodEventRouter.shuchen@chromium.org2014-08-063-3/+3
* Enable copying long text to Chrome and pasting long text from Chromepkotwicz@chromium.org2014-08-049-29/+520
* Introduce a helper for OPENFILENAME struct to make certain logic testable.erikwright@chromium.org2014-08-015-0/+289
* Remove an unused method, make another private.erikwright@chromium.org2014-08-012-16/+4
* Make it possible to find locale pak files in the Android apk.mkosiba@chromium.org2014-07-296-3/+61
* [android_webview] Do not extract webviewchromium.pakprimiano@chromium.org2014-07-292-7/+13
* Add support for loading pak files from arbitrary file regions.primiano@chromium.org2014-07-285-3/+68
* Process SelectionRequestor::PerformBlockingConvertSelection() requests one at apkotwicz@chromium.org2014-07-254-162/+383
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-255-20/+15
* ozone: Fix GN build for ozone_egl_demo, ozone_unittestsspang@chromium.org2014-07-241-0/+4
* GN: Add //ui/base/ime, fix up printing on macjamesr@chromium.org2014-07-232-74/+117
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-1/+1
* Enable more tests in GN build.brettw@chromium.org2014-07-221-3/+91
* Makes embedded content shell build without pangovarkha@chromium.org2014-07-221-1/+1
* ui: Fold ime gypi files directly into their main targets (ui_base and ui_unit...tfarina@chromium.org2014-07-184-182/+117
* Roll ICU to icu52jshin@chromium.org2014-07-182-16/+12
* Make selection_owner.h not include Xlib.h for consistency withpkotwicz@chromium.org2014-07-174-55/+54
* Remove X11/Xlib.h include from selection_requestor.hpkotwicz@chromium.org2014-07-177-82/+84
* Add display, message_center, shell_dialogs, webview to GN build.brettw@chromium.org2014-07-161-0/+6
* Fix TestFileToURLConversion on Linux non-X11 buildsdnicoara@chromium.org2014-07-161-5/+6
* MacViews: Remove "redundant" #ifdef guards in ui/base/theme_provider* filestapted@chromium.org2014-07-163-4/+2
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-155-135/+172
* Remove unused |out_data_bytes| parameter from ui::GetRawBytesOfProperty()pkotwicz@chromium.org2014-07-145-17/+4
* Adding OverrideStringResource API to ResourceBundle.jwd@chromium.org2014-07-123-2/+61
* Fix the HTML5 drag and drop demos at http://www.w3schools.com/html/tryit.asp?...pkotwicz@chromium.org2014-07-113-0/+28
* MacViews: Partially implement OSExchangeDataProviderMac.andresantoso@chromium.org2014-07-104-21/+56