summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_input_ime_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Move input.ime back to experimental until privacy review is complete.zork@chromium.org2012-05-041-8/+10
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-13/+10
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-8/+8
* Take the IME Extension API out of experimental:zork@chromium.org2012-01-271-10/+8
* Remove API elements that are no longer in the IME API design documentzork@chromium.org2012-01-181-52/+2
* Start the IME Daemon when adding an extension IMEzork@chromium.org2011-12-061-0/+24
* Add cursor field to SetComposition.zork@chromium.org2011-11-291-4/+5
* Revert "Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extension...aa@chromium.org2011-11-271-0/+860
* Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions.""aa@chromium.org2011-11-271-860/+0
* Revert "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."aa@chromium.org2011-11-211-0/+860
* Move a bunch of ChromeOS APIs out of chrome/browser/extensions.aa@chromium.org2011-11-211-860/+0
* Add API tests for all input.ime functions.zork@chromium.org2011-11-211-2/+2
* Rearrange the input APIs into more suitable groupings.zork@chromium.org2011-11-181-8/+10
* Pass a correct button name to OnCandidateClicked()yusukes@chromium.org2011-11-081-4/+6
* Implement SetMenuItems and UpdateMenuItems in the IME APIzork@chromium.org2011-10-121-67/+234
* Make OnKeyEvent asynchronous to match the design.zork@chromium.org2011-09-081-2/+57
* Exclude some CrOS code that causes link errors on Windows incr. linkscottmg@chromium.org2011-08-101-0/+4
* Add the handlers for the IME extension API.zork@chromium.org2011-08-021-0/+630