1. d69b701 Scroll textfield onscreen when the IME shows. by Leon Scroggins · 13 years ago
  2. e11ce83 Use the same width as the TextView created layout. by Leon Scroggins · 13 years ago
  3. 6e0e0ec Fix password field drawing. by Leon Scroggins · 13 years ago
  4. 03e0119 Do not show the dropdown unless there is something to show. by Leon Scroggins · 13 years ago
  5. a51063c Restart input when the webpage changes the text. by Leon Scroggins · 14 years ago
  6. d518865 Do a better job of lining up text with page text. by Leon Scroggins · 14 years ago
  7. 3be1ffa Only scroll on screen when necessary. by Leon Scroggins · 14 years ago
  8. 4077723 Make WebView inactive when title bar takes focus. by Leon Scroggins · 14 years ago
  9. 86e1fa6 Remove nativeCursorMatchesFocus, which is no longer necessary. by Leon Scroggins · 14 years ago
  10. ae0238c Do not show past entries if autocomplete=off. by Leon Scroggins · 14 years ago
  11. aa86ac8 map keyboard for webview by Cary Clark · 14 years ago
  12. fcf5776 Make a long press on a textfield work. by Leon Scroggins · 14 years ago
  13. 60344de Use black text on white background for dropdowns. by Leon Scroggins · 14 years ago
  14. 6e9b327 Use drawLines to draw the outline of the WebTextView. by Leon Scroggins · 14 years ago
  15. 5791438 Offer the user the option to configure an AutoFill profile. by Ben Murdoch · 14 years ago
  16. 1ca5626 Alter the Layout of WebTextView to match webkit. by Leon Scroggins · 14 years ago
  17. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  18. c26dc9f Provide variable for debugging the text in WebTextView. by Leon Scroggins · 14 years ago
  19. c35f4ac Work on lining up the TextView and web page text. by Leon Scroggins · 14 years ago
  20. b5ce0e0 Use the new web email and password variations. by Leon Scroggins · 14 years ago
  21. c826a69 Merge commit '55381217' into manualmerge by Leon Scroggins · 14 years ago
  22. 5642625 Update insertion handler for WebTextView. by Leon Scroggins · 14 years ago
  23. 44d2c69 Avoid NPE in WebTextView.lineUpScroll -> Touch.getMaxScrollX by Brad Fitzpatrick · 14 years ago
  24. e8aa954 resolved conflicts for merge of 46ca6a22 to master by Leon Scroggins · 14 years ago
  25. 2a30744 Line up textfield with WebTextView more often. by Leon Scroggins · 14 years ago
  26. f76f6f5 am 00c50b2e: am f348502c: Merge "Allow TextView to do its thing." into gingerbread by Leon Scroggins · 14 years ago
  27. 23cb86a Allow TextView to do its thing. by Leon Scroggins · 14 years ago
  28. f39b2cf Make autofill a webview preference by Ben Murdoch · 14 years ago
  29. 62275a4 Make WebTextView display an "AutoFill this form" option by Ben Murdoch · 14 years ago
  30. 200c13d Do not put the selection on screen for non password fields. by Leon Scroggins · 14 years ago
  31. e742c08 Use the proper selection when performing a delete. by Leon Scroggins III · 14 years ago
  32. 71d17e4 Only close the IME if it is Active on the WebView. by Leon Scroggins III · 14 years ago
  33. 3d54084 Send delete key events when pressed at beginning of field. by Leon Scroggins III · 14 years ago
  34. 2aed776 Change focusController only when WebView gains/loses focus. by Leon Scroggins · 14 years ago
  35. 03e4891 Refactoring more webview zoom code into ZoomManager. by Derek Sollenberger · 14 years ago
  36. eb51f3e Check for null before using Layout. by Leon Scroggins · 14 years ago
  37. da3e835 am 39837c5a: am 986a0380: am 69ec5c22: Remove the WebTextView if it is drawing when it shouldn\'t. by Leon Scroggins · 14 years ago
  38. 69ec5c2 Remove the WebTextView if it is drawing when it shouldn't. by Leon Scroggins · 14 years ago
  39. b24e18b Update mTextGeneration when setting the selection to the default. by Leon Scroggins III · 14 years ago
  40. dfbb1f4 Call InputMethodManager.updateSelection at draw time. by Leon Scroggins III · 14 years ago
  41. 3fcf486 Ensure the selection does not change in setTextAndKeepSelection. by Leon Scroggins · 14 years ago
  42. f9b1a09 Only include WEB_EDIT if there are more textfields. by Leon Scroggins · 14 years ago
  43. 62459c0 If the new text and old text are "", return from onTextChanged. by Leon Scroggins · 14 years ago
  44. 7af1b83 Remove the TAB key from <textarea>s. by Leon Scroggins · 14 years ago
  45. 1be4098 Make nativeMoveCursorToNextInput return a boolean and use it. by Leon Scroggins · 14 years ago
  46. e265532 Create a default style for WebTextView. by Leon Scroggins · 14 years ago
  47. af314e2 Set the IME action to GO for normal textfields. by Leon Scroggins · 14 years ago
  48. d5ff5db Handle the Tab key by moving to the next textfield. And ensure by Leon Scroggins · 14 years ago
  49. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  50. 3a50339 Request <label> info only when accessing a textfield. by Leon Scroggins · 15 years ago
  51. e38fc18 Show label information as hint text by Leon Scroggins · 15 years ago
  52. e26efa3 If the DOM changes textfield focus, make the IME work properly. by Leon Scroggins · 15 years ago
  53. 47fabbf Pass a message to move the focus when user hits "Next". by Leon Scroggins · 15 years ago
  54. 6be3bf2 Some fixes for positioning the WebTextView. by Leon Scroggins · 15 years ago
  55. aa7b9d7 Set InputType of WebTextView according to <input> field's type. by Leon Scroggins · 15 years ago
  56. 9e3e2d3 Show search icon for <input type="search"> fields. by Leon Scroggins · 15 years ago
  57. cfc2915 In setDefaultSelection ensure that webkit is notified of the new selection. by Leon Scroggins · 15 years ago
  58. ed90811 Do not peform a click/move if longpress has been performed in WebTextView. by Leon Scroggins · 15 years ago
  59. bb107bd Many fixes to text input in the browser, particularly when moving to a new field. by Leon Scroggins · 15 years ago
  60. 1d96ca0 Show the soft keyboard when pressing center key/trackball on input field by Leon Scroggins · 15 years ago
  61. d9ec29f fix text area insertion order, partially by Cary Clark · 15 years ago
  62. fcafa46 fix multiple text areas, and text areas without focus rings by Cary Clark · 15 years ago
  63. 0c5924e preserve webkit-side text selection by Cary Clark · 15 years ago
  64. eaa18de scroll text field with touch by Cary Clark · 15 years ago
  65. 94c715d Skip requestRectangleOnScreen for WebTextView during by Grace Kloba · 15 years ago
  66. 37703b6 invalidate the webview after pressing the IME 'next' button by Cary Clark · 15 years ago
  67. d3997e5 Make scrolling textfields work better in the browser. by Leon Scroggins · 15 years ago
  68. 241403f Update the input method when the selection changes. by Leon Scroggins · 15 years ago
  69. 7ae3419 Allow touches to change the selection in WebTextView. by Leon Scroggins · 15 years ago
  70. ef92e7a Prevent a crash when webkit changes the selection. by Leon Scroggins · 15 years ago
  71. 6679f2f Pass clicks to webkit's textfield to determine the new selection. by Leon Scroggins · 15 years ago
  72. 0105828 Allow the user to jump to the next textfield. by Leon Scroggins · 15 years ago
  73. 72543e1 Improvements to dragging on the WebTextView. by Leon Scroggins · 15 years ago
  74. 416a3c7 Prevent a drag from both scrolling the page and changing the selection. by Leon Scroggins · 15 years ago
  75. 0f5ad84 Allow the user to scroll a webpage by touching a textfield. by Leon Scroggins · 15 years ago
  76. 10be4fc Do not hide the soft keyboard when the DOM has moved focus. by Leon Scroggins · 15 years ago
  77. 0857767 Show the password in browser password fields. by Leon Scroggins · 15 years ago
  78. 4890feb In WebTextView, check the focus before sending a key. by Leon Scroggins · 15 years ago
  79. 4098126 Fixes for moving a focused textfield on screen when entering a character. by Leon Scroggins · 15 years ago
  80. 0ca7088 Assign a field name for textfields in the browser. by Leon Scroggins · 15 years ago
  81. 243ea06 Remove the web text view if the key cannot be handled by Cary Clark · 15 years ago
  82. 49f3722 am 12bba912: Merge change 3238 into donut by Android (Google) Code Review · 15 years ago
  83. d3465f6 Rename the TextDialog to WebTextView. by Leon Scroggins · 15 years ago[Renamed (94%) from core/java/android/webkit/TextDialog.java]
  84. d6982c9 in the browser, make the trackball more like a mouse by Cary Clark · 15 years ago
  85. 17c3bfc AI 146153: Make the TextDialog invisible, so that we only show WebKit's rendering of the textfield, yet we retain the benefits of having the TextDialog. by Leon Scroggins · 15 years ago
  86. 6e3835f Automated import from //branches/master/...@142632,142632 by Leon Scroggins · 15 years ago
  87. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  88. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  89. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  90. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  92. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  93. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  94. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  95. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  96. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  97. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  98. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  99. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago