summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/ime_adapter_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Pass input attributes to Android IME for better keyboard action.bcwhite@chromium.org2014-08-111-0/+9
* Fix keycode problems for modified keys.bcwhite@chromium.org2014-08-081-1/+2
* Changed IME messages from Frame to Inputguohui@chromium.org2014-06-271-1/+2
* Passing BackgroundColorSpan and UnderlineSpan from Clank to Blink.huangs@chromium.org2014-06-201-9/+68
* Move edit commands from RenderFrameHost to WebContents.jam@chromium.org2014-04-081-15/+25
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten...jyasskin@chromium.org2014-03-291-1/+1
* Call setEditableSelectionOffsets, setCompositionFromExistingText and extendSe...jam@chromium.org2014-03-271-13/+10
* Move selection related code to RenderFrame. Also finish moving the rest of th...jam@chromium.org2014-03-211-13/+10
* [Android] Use CPU time (not wallclock time) where appropriate in Javajdduke@chromium.org2014-03-111-2/+2
* Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl.jam@chromium.org2014-03-081-15/+32
* Start using FocusedNodedChanged to restartInput.aurimas@chromium.org2014-01-161-0/+10
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-3/+4
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-18/+18
* Remove setting unused enum values in ImeAdapterAndroidaurimas@chromium.org2013-10-051-8/+0
* Switch to sending IME selection updates early.aurimas@chromium.org2013-10-011-10/+0
* Move Range code to gfx.ben@chromium.org2013-09-061-2/+2
* [Android] Fix ime NPE after RWH is destroyedboliu@chromium.org2013-08-131-24/+21
* Do not alter NativeWebKeybardEvent::os_eventjinsukkim@chromium.org2013-08-051-3/+4
* Add ability to keep selection on confirmCompositionaurimas@chromium.org2013-07-121-1/+10
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* [Android] Change "handling" of unhandled key events.benm@chromium.org2013-06-261-3/+9
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
* Route Android InputMsg operations through RenderWidgetHostjdduke@chromium.org2013-06-141-6/+5
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-5/+6
* Revert 194843 "Revert 194810 "Fix the incorrect native ImeAdapte..."kjellander@chromium.org2013-04-181-0/+4
* Revert 194810 "Fix the incorrect native ImeAdapter attach and de..."kjellander@chromium.org2013-04-181-4/+0
* Fix the incorrect native ImeAdapter attach and detach.shouqun.liu@intel.com2013-04-181-0/+4
* Don't leak ContentViewCores via ImeAdapterjoth@chromium.org2013-03-161-9/+11
* Ignore textInputState updates during a batch edityusufo@chromium.org2013-02-201-0/+10
* Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the c...miguelg@chromium.org2013-02-071-20/+0
* Use WebCore:DateTimeChooser for date/time form types instead of considering t...miguelg@chromium.org2012-12-181-4/+7
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-4/+1
* Upstream Android IME support (ImeAdapter).olilan@chromium.org2012-09-031-1/+197
* Upstreaming Select Actionaurimas@chromium.org2012-08-011-0/+81