summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver/ime
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in win8/.avi2015-12-219-39/+47
* Add metro driver and delegate_execute to GN build.brettw2015-11-232-0/+30
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Update {virtual,override} to follow C++11 style in win8.nick2015-04-232-13/+12
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-101-3/+3
* Remove implicit conversions from scoped_refptr to T* in win8/dcheng2014-11-213-35/+32
* Add a few missing overrides found by a new clang warning.thakis2014-10-301-1/+1
* Get IME's to work in Chrome OS mode on Windows 7.ananta2014-10-101-9/+9
* Replacing the OVERRIDE with override and FINAL with final in win8 foldermohan.reddy2014-10-064-46/+46
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-11/+7
* clang/win: Fix a few warnings, mostly by deleting dead code.thakis@chromium.org2014-04-221-1/+1
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-2/+2
* Add base:: to string16s in win8/.dbeam@chromium.org2013-12-205-12/+13
* Ash: Tell the browser process of the visibility of IME's popup UIyukawa@chromium.org2013-12-134-1/+132
* Rename TSFTextStore to TextStoreyukawa@chromium.org2013-12-123-138/+137
* Ash: Use ATL to implement TsfTextStore.yukawa@chromium.org2013-12-112-73/+64
* Ash: tell the browser process of the LANGID of the active input sourceyukawa@chromium.org2013-12-114-0/+235
* Enable basic IME functionality under Ash on Windowsyukawa@chromium.org2013-12-059-0/+1988