1. 6fe3b42 Add setting for on screen zoom buttons by Michael Kolb · 14 years ago
  2. 2c2d72a Hide this log behind the debug flag. by Jeff Hamilton · 14 years ago
  3. e742c08 Use the proper selection when performing a delete. by Leon Scroggins III · 14 years ago
  4. 71d17e4 Only close the IME if it is Active on the WebView. by Leon Scroggins III · 14 years ago
  5. 9dc2e75 Add Deprecated annotation to getPluginsPath/setPluginsPath by Jason Chen · 14 years ago
  6. edb3211 am 27c6f7d4: am 1614843e: Merge "Fix invalid comment in WebSettings." into gingerbread by Derek Sollenberger · 14 years ago
  7. 7c2d135 Cleanup temporary incognito mode files after last tab closes. by Elliott Slaughter · 14 years ago
  8. 27c6f7d am 1614843e: Merge "Fix invalid comment in WebSettings." into gingerbread by Derek Sollenberger · 14 years ago
  9. fdbdeb3 Fix invalid comment in WebSettings. by Derek Sollenberger · 14 years ago
  10. 173a86b Merge "add web setting for enabling/disabling synthetic links" by Cary Clark · 14 years ago
  11. 6c43d52 add web setting for enabling/disabling synthetic links by Cary Clark · 14 years ago
  12. fe026bd Move Find on page and Select ActionModes to framework. by Leon Scroggins · 14 years ago
  13. e1ab222 Merge "Send delete key events when pressed at beginning of field." by Leon Scroggins III · 14 years ago
  14. c92de67 Fix NPE when WebView is being destroyed prior to callback completion. by Derek Sollenberger · 14 years ago
  15. 0171bfb am 73ef5d4e: DO NOT MERGE. CHERRY-PICKED GERRIT CHANGE 60365. by Derek Sollenberger · 14 years ago
  16. 73ef5d4 DO NOT MERGE. CHERRY-PICKED GERRIT CHANGE 60365. by Derek Sollenberger · 14 years ago
  17. b5503c1 Fix warnings in docs generation. by Kristian Monsen · 14 years ago
  18. a9c43aa am 0a77ce27: New edge effects for scrolling widgets (overscroll) by Adam Powell · 14 years ago
  19. 0a77ce2 New edge effects for scrolling widgets (overscroll) by Adam Powell · 14 years ago
  20. 86aeac9 am 1d22e122: Merge "Fix a monkey crash when the new WebView is destroyed." by Jean-Baptiste Queru · 14 years ago
  21. 3a23a3f am a3faa923: am 6726d6bb: Merge "Support pre-loading browser plugins on the system image." into gingerbread by Derek Sollenberger · 14 years ago
  22. a3faa92 am 6726d6bb: Merge "Support pre-loading browser plugins on the system image." into gingerbread by Derek Sollenberger · 14 years ago
  23. 6726d6b Merge "Support pre-loading browser plugins on the system image." into gingerbread by Derek Sollenberger · 14 years ago
  24. 3d54084 Send delete key events when pressed at beginning of field. by Leon Scroggins III · 14 years ago
  25. 0410843 am c28bf25b: Merge "DO NOT MERGE copy selected text on tap" into gingerbread by Cary Clark · 14 years ago
  26. de2c49e Support pre-loading browser plugins on the system image. by Derek Sollenberger · 14 years ago
  27. 4e43744 DO NOT MERGE copy selected text on tap by Cary Clark · 14 years ago
  28. 35e7197 Fix a monkey crash when the new WebView is destroyed. by Patrick Scott · 14 years ago
  29. 4e8620f Updated documentation for upcoming fix for @code tags by Ben Dodson · 14 years ago
  30. 3a6bfd4 am ed101933: Merge "DO NOT MERGE -- copy on tapping outside of selected text in gmail" into gingerbread by Cary Clark · 14 years ago
  31. 8b0b772 DO NOT MERGE -- copy on tapping outside of selected text in gmail by Cary Clark · 14 years ago
  32. 4ae1f6f Restore zoom level when browser is restored. by Shimeng (Simon) Wang · 14 years ago
  33. 1ef4160 am d64f4a98: DO NOT MERGE fix null check by Cary Clark · 14 years ago
  34. d64f4a9 DO NOT MERGE fix null check by Cary Clark · 14 years ago
  35. e60cb7f simplify cursor ring draw state; fix null check by Cary Clark · 14 years ago
  36. 75796bb communicate drawing pause to webkit to pause gif animation by Cary Clark · 14 years ago
  37. bb9db22 Hook up device sensors for DeviceOrientation by Steve Block · 14 years ago
  38. 41d5e93 Move APK monitoring into WebView. by Derek Sollenberger · 14 years ago
  39. f524355 Merge "Java calls to get Android specific files." by Kristian Monsen · 14 years ago
  40. d628479 Fix WebView saveState and restoreState for private browsing mode. by Elliott Slaughter · 14 years ago
  41. 385a655 am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  42. dba35c0 Java calls to get Android specific files. by Kristian Monsen · 14 years ago
  43. d93ecb3 am 581f7861: DO NOT MERGE Refactor find and select dialogs by Cary Clark · 14 years ago
  44. 581f786 DO NOT MERGE Refactor find and select dialogs by Cary Clark · 14 years ago
  45. bb8d314 am 70c9ffbc: am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  46. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  47. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 14 years ago
  48. 73040de Merge "Implement DeviceOrientation" by Steve Block · 14 years ago
  49. c43565b Implement DeviceOrientation by Steve Block · 14 years ago
  50. 0ed2bb5 Set the scale to be at least overview zoom scale. by Shimeng (Simon) Wang · 14 years ago
  51. c1cba78 Use fixed viewpport for tablet device. by Shimeng (Simon) Wang · 14 years ago
  52. 2aed776 Change focusController only when WebView gains/loses focus. by Leon Scroggins · 14 years ago
  53. 8a5d335 Use a static variable and methods for the current WebView. by Patrick Scott · 14 years ago
  54. 54038ac Update variable to reflect its true value. by Shimeng (Simon) Wang · 14 years ago
  55. dde858c Change scale for large screen reading when double tapped. by Shimeng (Simon) Wang · 14 years ago
  56. 6f99270 Hide the soft keyboard even if WebTextView is not in use. by Leon Scroggins III · 14 years ago
  57. d7bfb2d Merge "Update DeviceOrientationManager to be specific to a WebViewCore" by Steve Block · 14 years ago
  58. 4668e77 am dc1f0858: am 9902196f: Fix npe in getCacheTotalSize. by Patrick Scott · 14 years ago
  59. dc1f085 am 9902196f: Fix npe in getCacheTotalSize. by Patrick Scott · 14 years ago
  60. 9902196 Fix npe in getCacheTotalSize. by Patrick Scott · 14 years ago
  61. f4a705f Update DeviceOrientationManager to be specific to a WebViewCore by Steve Block · 14 years ago
  62. 68dede3 Hook up mock for testing DeviceOrientation in DRT by Steve Block · 14 years ago
  63. ff0f973 Support complex characters in plugins. by Derek Sollenberger · 14 years ago
  64. 73980a9 added scroll control support to WebView by Michael Kolb · 14 years ago
  65. f21d2e3 Initial work on browser incognito mode history feature. by Elliott Slaughter · 14 years ago
  66. 90d5e8c Fix build. by Dianne Hackborn · 14 years ago
  67. 0f116961 Switch android.webkit.MimeTypeMap over to libcore.net.MimeUtils' table. by Elliott Hughes · 14 years ago
  68. 37b64de moved target_content user agent parameter to strings by Michael Kolb · 14 years ago
  69. b080636 Remove compilation warnings by removing illegal characters by Mac Wang · 14 years ago
  70. b77bcd1 Fix gmail crash. by Patrick Scott · 14 years ago
  71. a3ebcc9 Support scrolling divs. by Patrick Scott · 14 years ago
  72. f197f19 Make sure to set a Resource Response on the native side in all cases. by Ben Murdoch · 14 years ago
  73. 387b658 Cancel test selections when they start if the client hasn't overridden the by Leon Clarke · 14 years ago
  74. b48fdbe Browser save page as web archive. by Elliott Slaughter · 14 years ago
  75. 8abd50b Combine base PictureSet with composite layers into by Grace Kloba · 14 years ago
  76. 0b2395c Doc change: Add revision notes for Android 2.2_r2 development platform. Fix some umappable characters in WebView class doc. by Dirk Dougherty · 14 years ago
  77. 372dfc8 If no touch icon is specified by a <link> tag, return <host>/apple-touch-icon.png as by Ben Murdoch · 14 years ago
  78. 72b4f93 Merge "Fix zoom overview logic." by Shimeng (Simon) Wang · 14 years ago
  79. d5c6a16 Fix zoom overview logic. by Shimeng (Simon) Wang · 14 years ago
  80. 9a9fd64 Remove the TODO as it has been fixed with changes for http://b/issue?id=2666473. by Grace Kloba · 14 years ago
  81. f96d23a Merge "Pass the WebView context to the GeolocationService from WebKit" by Steve Block · 14 years ago
  82. 7940e84 Merge "Fix the initial reflow width when switch between basic pages." by Shimeng (Simon) Wang · 14 years ago
  83. 0a4a70d Fix the initial reflow width when switch between basic pages. by Shimeng (Simon) Wang · 14 years ago
  84. a172e7d user agent string change: remove "Mobile" for large screen configuration by Michael Kolb · 14 years ago
  85. 08968fa Merge "Receive notification from native webcore that the page being viewed has marked itself as being an installable web app. Default implementation in the WebChromeClient does nothing." by Ben Murdoch · 14 years ago
  86. 6312de2 Receive notification from native webcore that the page being viewed by Ben Murdoch · 14 years ago
  87. f0785a6 set maximum image size by Cary Clark · 14 years ago
  88. 074c08c Pass the WebView context to the GeolocationService from WebKit by Steve Block · 14 years ago
  89. b983c89 Rename a data storage object to better reflect its intended usage. by Derek Sollenberger · 14 years ago
  90. 4aef697 Initial pass at unit tests for ZoomManager. by Derek Sollenberger · 14 years ago
  91. 924af70 Refactor find and select dialogs by Cary Clark · 14 years ago
  92. 94345f4 Fix zoom overview mode bug in the zoom manager. by Derek Sollenberger · 14 years ago
  93. f39d266 fix NullPointerException caused by inflating XML Webview that is by Derek Sollenberger · 14 years ago
  94. be1304f Tweak fix for setXSSAuditorEnabled in LayoutTestController. by Elliott Slaughter · 14 years ago
  95. 5dc0c82 Add setXSSAuditorEnabled support in WebSettings. by Elliott Slaughter · 14 years ago
  96. f9b731d Add a WebSettings to control whether WebView will by Grace Kloba · 14 years ago
  97. ad45686 Add dumpChildFramesAsText function support in LayoutTestController. by Shimeng (Simon) Wang · 14 years ago
  98. 6e90ddb Move WebViewDatabase initialization into a background thread. by Patrick Scott · 14 years ago
  99. 9714728 Fix a monkey crash when the new WebView is destroyed. by Patrick Scott · 14 years ago
  100. edb20ac Adding a way for native code to get the apps data directory by Kristian Monsen · 14 years ago