summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicated keydown/keyup events in some scenarios.shuchen2015-05-063-43/+61
* [Docking] Persists docked state for chrome app and extension windows on Chrom...varkha2015-05-051-1/+2
* Converting (Alt+LeftClick -> RightClick) to (Search+LeftClick -> RightClick)afakhry2015-05-041-2/+3
* Implements OnFocus/OnBlur for InputMethodWin.shuchen2015-05-0413-86/+34
* vs2015: avoid narrowing warning in ui/base/ime/winscottmg2015-05-011-2/+4
* win: Work on reducing number of style plugin warnings.thakis2015-05-012-16/+51
* [Mac] Skip a redundant deminiaturize in ui::FocusWindowSettapted2015-04-301-1/+1
* Remove ICS support in ui/aurimas2015-04-301-4/+0
* Upstream most of the iOS WebUI support in ios/web/stuartmorgan2015-04-291-0/+2
* Use the new ICU plural syntax to fix the strings in the hung pages dialog.avi2015-04-292-0/+10
* ui/base/dragdrop: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-282-11/+16
* Use UIAlertController on iOS8 for Context Menu.eugenebut2015-04-273-169/+231
* Revert of Take GetCharacterFromKeyCode() out behind the barn. (patchset #4 id...kpschoedel2015-04-241-2/+1
* mac: Fix unit tests compile failures against the OSX 10.10 SDK.erikchen2015-04-231-1/+1
* Update {virtual,override} to follow C++11 style in ui.nick2015-04-233-23/+22
* Remove GetCharacterFromKeyCode().kpschoedel2015-04-231-1/+2
* Notifies the system IMEs about the focus changes once the top browser window ...shuchen2015-04-221-2/+0
* Remove lliabraa from OWNERS.lliabraa2015-04-211-1/+0
* Improves perf by avoid small memory allocation for key event handling if IME ...shuchen2015-04-215-9/+21
* Prevent key event dropping on super slow device.nona2015-04-213-74/+14
* Apply automated fixits for Chrome clang plugin to ui_base_unittests.dcheng2015-04-2111-145/+138
* Revert of Add programmer dvorak keyboard layout (patchset #2 id:20001 of http...tengs2015-04-211-1/+0
* [Mac] Activate windows in a more robust manner in ui::FocusWindowSettapted2015-04-181-8/+8
* Refactoring for InputMethodAuraLinux.shuchen2015-04-1611-116/+1011
* Make IMF issue correct TextInputType/TextInputMode/TextInputFlags in OnFocus ...shuchen2015-04-153-16/+25
* [Android] Allow custom ActionMode creation via ContentViewClientjdduke2015-04-152-0/+20
* Add programmer dvorak keyboard layoutchirantan2015-04-141-0/+1
* Remove 'RemoveTrailingSeparators' function from SimpleMenuModeledwardjung2015-04-142-10/+0
* Makes IMF respect IME's decision of whether to eat keyup events.shuchen2015-04-141-1/+4
* Change CompareString16WithCollator to take const ref collator.estade2015-04-112-5/+6
* Remove unused i18n_process.js and drop the "2" from i18n_template2.jsdbeam2015-04-111-1/+1
* Cleanup misc bits in ui/base/l10n.thestig2015-04-104-20/+19
* Use the ICU syntax message for plural formatting.jshin2015-04-098-180/+117
* Prevent menus from blocking user activity detectionafakhry2015-04-093-43/+75
* Enable async mode for DownloadURL drags.dcheng2015-04-071-3/+6
* [Icons NTP] Using flag to enable large icons on the NTP.huangs2015-04-022-0/+8
* Revert of Fix for menus blocking user activity detection (Retry 2). (patchset...spang2015-04-023-75/+43
* Mac: Update tracking area workaround.andresantoso2015-03-301-4/+9
* Remove android_webview_build conditions from ui.torne2015-03-302-13/+5
* Fix a crash seen in Desktop Chrome Windows while displaying a bubbleananta2015-03-272-4/+13
* Ensure that the extension icons show up in the omnibox at fractional scales.ananta2015-03-252-0/+12
* Update TextInputFlags to include autocapitalize values.mlamouri2015-03-231-1/+5
* Fix for menus blocking user activity detection (Retry 2).afakhry2015-03-193-43/+75
* Revert of Fix for menus blocking user activity detection (Retry). (patchset #...afakhry2015-03-183-75/+43
* Fix for menus blocking user activity detection (Retry).afakhry2015-03-183-43/+75
* MacViews: Gets wrench menu workingandresantoso2015-03-172-4/+24
* Revert of Fix for menus blocking user activity detection. (patchset #6 id:100...mukai2015-03-133-75/+43
* Fix for menus blocking user activity detection.afakhry2015-03-123-43/+75
* Upstream iOS context menu support codestuartmorgan2015-03-129-0/+445
* Use Xvfb in isolated testing only if use_x11 is set (reland)spang2015-03-101-29/+29