1. 3282024 abandon long press on scroll; clear hit on keydown by Cary Clark · 14 years ago
  2. 2f49227 Attempt to scroll layers everytime the user drags. by Patrick Scott · 14 years ago
  3. 544295e Update WebView.addJavascriptInterface() to ignore null instances by Steve Block · 14 years ago
  4. a7f7687 Use the globalLayout to notify the GlViewport change by Teng-Hui Zhu · 14 years ago
  5. e6fb0f1 Properly set the viewport for WebView when using GL by Teng-Hui Zhu · 14 years ago
  6. 2ac445c Do not remove the embedded title bar when starting Find. by Leon Scroggins · 14 years ago
  7. 4b90378 Allow one finger to scroll layers. by Patrick Scott · 14 years ago
  8. 4a2fe17 start drag of text selection on initial press by Cary Clark · 14 years ago
  9. e41bb53 pass the x and y to retrieve anchor data by Cary Clark · 14 years ago
  10. 45991bc resolved conflicts for merge of d2607118 to master by Ben Murdoch · 14 years ago
  11. f7f07e5 Fix page scroll during text selection by Michael Kolb · 14 years ago
  12. d260711 am 27e728f2: Merge "Hide plugin views when we start playing HTML5 video" into gingerbread by Ben Murdoch · 14 years ago
  13. b849134 use the original hit if the cache is killed by Cary Clark · 14 years ago
  14. 6f5dfc6 scroll the selection when dragging near the edge by Cary Clark · 14 years ago
  15. 5fd5d74 No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrowsingFiles() by Steve Block · 14 years ago
  16. 0df0269 defer resume while selecting text by Cary Clark · 14 years ago
  17. 4c3ce84 Fix bug 3226108 - WebView would not update content properly after a fling. by Adam Powell · 14 years ago
  18. 3ebb51d b/3186860: fix failing layout tests: by Huahui Wu · 14 years ago
  19. c5cd5e9 cancel text selection on rotate by Cary Clark · 14 years ago
  20. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  21. 5791438 Offer the user the option to configure an AutoFill profile. by Ben Murdoch · 14 years ago
  22. fc8bf74 add select text to context menu by Cary Clark · 14 years ago
  23. b62f8a5 Fix potential NPE in L10nUtils. by Ben Murdoch · 14 years ago
  24. 1ca5626 Alter the Layout of WebTextView to match webkit. by Leon Scroggins · 14 years ago
  25. 0a3ab5d Goodbye title_bar_shadow. by Dianne Hackborn · 14 years ago
  26. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  27. 1e8e10d don't put up a context menu while selecting text by Cary Clark · 14 years ago
  28. 1bf397f Do not retry failed attempts to retry scrolls. by Leon Scroggins · 14 years ago
  29. d89a30a Move getDatabaseDirectory and getCacheDirectory to a new class by Kristian Monsen · 14 years ago
  30. 9b756ac Metakeys incorrectly delivered to JavaScript by Svetoslav Ganov · 14 years ago
  31. 21a97ef make tap initiated scrolls more reliable by Cary Clark · 14 years ago
  32. 56a102c nativeFocusCandidateTextSize now returns a float. by Leon Scroggins · 14 years ago
  33. c35f4ac Work on lining up the TextView and web page text. by Leon Scroggins · 14 years ago
  34. ef7af28 Ensure that text passed in is non-null. by Leon Scroggins · 14 years ago
  35. 1708ad5 Hide plugin views when we start playing HTML5 video by Ben Murdoch · 14 years ago
  36. 7f7bd52 Disallow scroll intercepts while changing text selection. by Leon Scroggins · 14 years ago
  37. 01b04e1 Fix potential NPE in WebView by Ben Murdoch · 14 years ago
  38. 4debfcb Don't draw the selection pointer on long press. by Cary Clark · 14 years ago
  39. f3e5fcc Fix the build and scrollable layers gesture. by Patrick Scott · 14 years ago
  40. db8d19c Display the AutoFill preview string in the drop down box. by Ben Murdoch · 14 years ago
  41. c826a69 Merge commit '55381217' into manualmerge by Leon Scroggins · 14 years ago
  42. 5538121 am 3073646f: Merge "Update insertion handler for WebTextView." into gingerbread by Leon Scroggins · 14 years ago
  43. 5642625 Update insertion handler for WebTextView. by Leon Scroggins · 14 years ago
  44. ffcc49e Add a class that stores localised strings used by libchromium. by Ben Murdoch · 14 years ago
  45. 7e6bf6f Rename some variable to make it clear what data is being stored. by Derek Sollenberger · 14 years ago
  46. 81bd788 Make sure nativeMotionUp is called. by Leon Scroggins · 14 years ago
  47. 346f97f Fix the viewport height to view height when title bar is visible. by Shimeng (Simon) Wang · 14 years ago
  48. 50b1034 Pass whether a scroll is user-scrolled or not to webkit. by Shimeng (Simon) Wang · 14 years ago
  49. f8ca2d7 Do not call WebTextView.requestFocus if WebView is not focused. by Leon Scroggins · 14 years ago
  50. 4f4a567 Tell nativeFindAll whether the new search matches the last one. by Leon Scroggins · 14 years ago
  51. 6018745 am 9f85ef4a: Merge "DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView" into gingerbread by Adam Powell · 14 years ago
  52. 48b99ac DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView by Adam Powell · 14 years ago
  53. af95d12 am c7ee44cb: am dfc07279: Line up WebTextView text with the page. by Leon Scroggins · 14 years ago
  54. 12c18e6 Fix embed webview by Nicolas Roard · 14 years ago
  55. c9332fa Delete unused WebView drag tracking code by Bjorn Bringert · 14 years ago
  56. baf5608 am 998c6777: Merge "Never show overscroll if the page scrolls at all." into gingerbread by Mindy Pereira · 14 years ago
  57. 22c5ff2 Never show overscroll if the page scrolls at all. by Mindy Pereira · 14 years ago
  58. 67a9f2a GL Rendering by Nicolas Roard · 14 years ago
  59. c7ee44c am dfc07279: Line up WebTextView text with the page. by Leon Scroggins · 14 years ago
  60. dfc0727 Line up WebTextView text with the page. by Leon Scroggins · 14 years ago
  61. 2b87dbc am c417612a: Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread by Adam Powell · 14 years ago
  62. d7bd2eb Fix bug 3083631 - Links no longer get tapped during scale gestures by Adam Powell · 14 years ago
  63. 9c9430b resolved conflicts for merge of e69f1f1a to master by Jean-Baptiste Queru · 14 years ago
  64. e69f1f1 resolved conflicts for merge of e3cfd35b to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  65. 5ffbb81 Check mNativeClass != null in public functions by Cary Clark · 14 years ago
  66. ee7e0ef am 59c4cb9e: Merge "DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll" into gingerbread by Adam Powell · 14 years ago
  67. 737e8fe DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll by Adam Powell · 14 years ago
  68. 0ae2ec8 Dismissing AlertDialog before destroying WebView. by Mattias Falk · 14 years ago
  69. fa89c50 Ensure full screen plugin is dismissed when necessary. by Derek Sollenberger · 14 years ago
  70. 8aeeda9 am cb6f29eb: am a16682b5: Merge "Allow touch events when clickable *or* longClickable" into gingerbread by Andy Stadler · 14 years ago
  71. cb6f29e am a16682b5: Merge "Allow touch events when clickable *or* longClickable" into gingerbread by Andy Stadler · 14 years ago
  72. f2e17a8 Hide the soft keyboard when a textfield is blurred. by Leon Scroggins · 14 years ago
  73. 5c23eba Update the storage locations used by the Chromium HTTP stack by Steve Block · 14 years ago
  74. b34fd1ff Allow touch events when clickable *or* longClickable by Andy Stadler · 14 years ago
  75. 560ba6e am 08c09b0f: Merge "DO NOT MERGE. Only 1 edge glow should be growing at a time." into gingerbread by Mindy Pereira · 14 years ago
  76. 7d4995d DO NOT MERGE. Only 1 edge glow should be growing at a time. by Mindy Pereira · 14 years ago
  77. 41865f4 Bug 2372180: pass multi-touch events from browser to webkit. by Huahui Wu · 14 years ago
  78. 62275a4 Make WebTextView display an "AutoFill this form" option by Ben Murdoch · 14 years ago
  79. 27c65e2 am dd8f13fa: Merge "Do not merge: clear text selection on rotate" into gingerbread by Cary Clark · 14 years ago
  80. ef60890 Do not merge: clear text selection on rotate by Cary Clark · 14 years ago
  81. 100cc26 am b5631f59: Merge "Do not merge : cancel text select mode when pressing back, etc." into gingerbread by Cary Clark · 14 years ago
  82. 2fddc21 Do not merge : cancel text select mode when pressing back, etc. by Cary Clark · 14 years ago
  83. a3bec15 In clearView(), see if native exists before calling it. by Cary Clark · 14 years ago
  84. 14bcc0e Use website preferred width as the fixed viewport. by Shimeng (Simon) Wang · 14 years ago
  85. 05919f2 Exit action mode when destroying the WebView or loading. by Leon Scroggins · 14 years ago
  86. 7924a4a Fix comment. by Shimeng (Simon) Wang · 14 years ago
  87. 4de4f09 am fbd26467: Merge "DO NOT MERGE" into gingerbread by Shimeng (Simon) Wang · 14 years ago
  88. dc9f2b6 DO NOT MERGE by Shimeng (Simon) Wang · 14 years ago
  89. 585f13f8d Accessibility support for WebViews by Svetoslav Ganov · 14 years ago
  90. 0a8bf86 Fix a bug that could cause improper detection of long press selection mode in WebView after a scale gesture by Adam Powell · 14 years ago
  91. be36668 resolved conflicts for merge of 12e08f3a to master by Adam Powell · 14 years ago
  92. 12e08f3 am 26cab064: Merge "Allow two finger pan and scale on touchscreens with FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT." into gingerbread by Adam Powell · 14 years ago
  93. 200c13d Do not put the selection on screen for non password fields. by Leon Scroggins · 14 years ago
  94. 6c09ef0 Use the default scale for text input. by Shimeng (Simon) Wang · 14 years ago
  95. 048a3a5 Allow two finger pan and scale on touchscreens with by Adam Powell · 14 years ago
  96. 71d17e4 Only close the IME if it is Active on the WebView. by Leon Scroggins III · 14 years ago
  97. 0358def am 79492a0d: Merge "DO NOT MERGE Overscroll continues; asset and behavior tweaks." into gingerbread by Adam Powell · 14 years ago
  98. 5916882 DO NOT MERGE Overscroll continues; asset and behavior tweaks. by Adam Powell · 14 years ago
  99. 6fb8137 am e34fe69e: Merge "DO NOT MERGE Integrate edge effects into WebView." into gingerbread by Adam Powell · 14 years ago
  100. 7c2d135 Cleanup temporary incognito mode files after last tab closes. by Elliott Slaughter · 14 years ago