1. 0bf4781 Hide PlusinsEnabled/PluginsPath methods by Jonathan Dixon · 11 years ago
  2. 7be6d4c Merge "Clarify the API documentation for WebSQL database." into jb-mr2-dev by Selim Gurun · 11 years ago
  3. 2bca22b Clarify the API documentation for WebSQL database. by Selim Gurun · 11 years ago
  4. 98fac17 Fix javadoc build by Jonathan Dixon · 11 years ago
  5. 835b1fc Deprecate various WebView related methods by Jonathan Dixon · 11 years ago
  6. cb000a6 Update JavaDoc for WebSettings.{get|set}UseWideViewPort by Mikhail Naganov · 12 years ago
  7. 5c11ef1 Remove doc references to private browsing. by Selim Gurun · 12 years ago
  8. 94e0bd3 Add new LayoutAlgorithm -- TEXT_AUTOSIZING by Mikhail Naganov · 12 years ago
  9. 47aaba3 Fix broken more JavaDoc links by Jonathan Dixon · 12 years ago
  10. 7ae8a60 Merge "Hiding a method for JB-MR1" into jb-mr1-dev by Kristian Monsen · 12 years ago
  11. d0b90d3 Hiding a method for JB-MR1 by Kristian Monsen · 12 years ago
  12. 7f52de2 am 7b1be537: am 4cb846b8: Merge "Hiding some of the deprecated android.webkit API\'s" into jb-mr1-dev by Kristian Monsen · 12 years ago
  13. f77e52e am 5710a2f1: am bd0fe878: Merge "Deprecating methods (and a constant) for JB MR1" into jb-mr1-dev by Kristian Monsen · 12 years ago
  14. f491258 Hiding some of the deprecated android.webkit API's by Kristian Monsen · 12 years ago
  15. 5cc2351 Deprecating methods (and a constant) for JB MR1 by Kristian Monsen · 12 years ago
  16. 6cb296a Clarify WebSettings.setGeolocationEnabled JavaDocs. by Mikhail Naganov · 12 years ago
  17. a6d1699 Merge "Small tidy up to getDefaultUserAgent. DO NOT MERGE" into jb-mr1-dev by Selim Gurun · 12 years ago
  18. 951fcab Small tidy up to getDefaultUserAgent. DO NOT MERGE by Jonathan Dixon · 12 years ago
  19. 9d5e7aa Implement WebSettings.{get|set}TextSize via {get|set}TextZoom. DO NOT MERGE by Mikhail Naganov · 12 years ago
  20. d1c4faa Small tidy up to getDefaultUserAgent by Jonathan Dixon · 12 years ago
  21. eb9b2c0 am 00d2eba5: am 9af67e8f: Merge "Add getDefaultUserAgent to WebSettings." into jb-mr1-dev by George Mount · 12 years ago
  22. 9f410c5 Add getDefaultUserAgent to WebSettings. by George Mount · 12 years ago
  23. ce18fd9 Merge "Implement WebSettings.{get|set}TextSize via {get|set}TextZoom." by Mikhail Naganov · 12 years ago
  24. 65e7ace Clarify JavaDoc of WebSettings.setAllowFileAccessFromFileURLs. by Mikhail Naganov · 12 years ago
  25. 1202d66 Implement WebSettings.{get|set}TextSize via {get|set}TextZoom. by Mikhail Naganov · 12 years ago
  26. f415f3d Merge "Deprecate WebSettings.LOAD_NORMAL cache mode." by Mikhail Naganov · 12 years ago
  27. 56936a1 Deprecate WebSettings.LOAD_NORMAL cache mode. by Mikhail Naganov · 12 years ago
  28. ce76ca5 Add 'getValue' methods to WebSettings.TextSize and ZoomDensity enums. by Mikhail Naganov · 12 years ago
  29. 500b003 Improve JavaDoc for cache mode constants. by Mikhail Naganov · 12 years ago
  30. 0e5b160 add a webview API to support media play without user gesture by Teng-Hui Zhu · 12 years ago
  31. f27ac09 Update documentation to clarify AppCache usage by Selim Gurun · 12 years ago
  32. b632adf Update documentation to clarify AppCache usage by Selim Gurun · 12 years ago
  33. b0e0f33 Document missing default values in WebSettings by Steve Block · 12 years ago
  34. 72ca7a4 Clarify JavaDoc for setting database paths in WebSettings by Steve Block · 12 years ago
  35. ef16315 Tweak JavaDoc for WebSettings.setAllowUniversalAccessFromFileURLs() and setAllowFileAccessFromFileURLs() by Steve Block · 12 years ago
  36. 4e584df Fix JavaDoc style for several WebView classes by Steve Block · 12 years ago
  37. d3101b1 Seperate interface and implementation of 4 WebView classes by Jonathan Dixon · 12 years ago
  38. caf7f3d Merge "Add websettings API for file origin policy." by Selim Gurun · 12 years ago
  39. 0ea6dad Add websettings API for file origin policy. by Selim Gurun · 12 years ago
  40. 06d268e Clean up JavaDoc for WebView.getZoomControls() by Steve Block · 12 years ago
  41. 9f7296a Fix javadoc breakage by not linking to now hidden WebView.getZoomControls method. by Mikhail Naganov · 12 years ago
  42. b533fb4 Clarify WebSettings comments related to zooming. by Mikhail Naganov · 12 years ago
  43. 3c90952 Refactor WebView to be a thin proxy class by Jonathan Dixon · 12 years ago
  44. 605a491 Clarify comments for WebSettings. by Mikhail Naganov · 12 years ago
  45. 4eda105 Initial NavCache removal support by John Reck · 13 years ago
  46. 777710e Update WebSettings.PREVIOUS_VERSION by John Reck · 13 years ago
  47. 7b06130 Merge "Fix AppCache when either no path or an invalid path is supplied" by Steve Block · 13 years ago
  48. 4cde13a Remove misleading API council comments by Jonathan Dixon · 13 years ago
  49. 92f30c3 Fix AppCache when either no path or an invalid path is supplied by Steve Block · 13 years ago
  50. 1da3d65 Merge "Undeprecate LayoutAlgorithm" into ics-mr1 by John Reck · 13 years ago
  51. e832b63 Revert change to setInitialScale() to take display density into account. by Mangesh Ghiware · 13 years ago
  52. 5a1ef413 Undeprecate LayoutAlgorithm by John Reck · 13 years ago
  53. bb99e28 Fix issue# 5492404: Reading level check thread error. by Mangesh Ghiware · 13 years ago
  54. edb528e Add setting for configuring zoom level on double-tap. by Mangesh Ghiware · 13 years ago
  55. e00e8a78 Pause WebKit drawing when WebView loses window focus. by Adam Powell · 13 years ago
  56. 872cf22 Modify nativeSetProperty to return a boolean indicating if we by Nicolas Roard · 13 years ago
  57. ecfeebe Merge "Add a runtime switch between Raster and Ganesh rendering modes." by Derek Sollenberger · 13 years ago
  58. 63775894 Add a hidden generic property interface by John Reck · 13 years ago
  59. 1d335f3 Add a runtime switch between Raster and Ganesh rendering modes. by Derek Sollenberger · 13 years ago
  60. caeb120 Make textZoom public by John Reck · 13 years ago
  61. ff56bcd Add textZoom setting by John Reck · 13 years ago
  62. 0fbf207 am 34e9f249: am fbef58fa: am 258f32e2: Merge "Disable plugins if setPluginsEnabled(false) called." by Romain Guy · 13 years ago
  63. 34e9f24 am fbef58fa: am 258f32e2: Merge "Disable plugins if setPluginsEnabled(false) called." by Romain Guy · 13 years ago
  64. 29086e4 Disable plugins if setPluginsEnabled(false) called. by Tero Saarni · 13 years ago
  65. 2221e34 am 00bcea1a: am dc8a53a7: am 2959916b: Merge "Update the Desktop UA to Chrome" into honeycomb-mr2 by John Reck · 13 years ago
  66. 9941560 Use fixed viewport for all devices in wide viewport mode. by Shimeng (Simon) Wang · 13 years ago
  67. 2959916 Merge "Update the Desktop UA to Chrome" into honeycomb-mr2 by John Reck · 13 years ago
  68. 5443ba4 Update the Desktop UA to Chrome by John Reck · 13 years ago
  69. 3e1aecea DO NOT MERGE Use previous version if version is a codename by John Reck · 13 years ago
  70. fc77165 Deprecating webkit API's that might not be supported in the future by Kristian Monsen · 13 years ago
  71. f557740 Use previous version if version is a codename by John Reck · 13 years ago
  72. 7818aaa Add support for force-enabling zoom by John Reck · 13 years ago
  73. f440831 DO NOT MERGE by Huahui Wu · 13 years ago
  74. 9f5f7af Deprecating webkit API's that might not be supported in the future do not merge by Kristian Monsen · 13 years ago
  75. da7378e Adding a debug setting to enable visual indicator for GL by Teng-Hui Zhu · 13 years ago
  76. 5840cd2 Add public API for on screen zoom controls by Michael Kolb · 14 years ago
  77. c40fc87 Need to sync the cache settings to native side by Kristian Monsen · 14 years ago
  78. 4bd87d6 Disable AutoFill in private browsing mode. by Ben Murdoch · 14 years ago
  79. d1737ed Do not merge. by Patrick Scott · 14 years ago
  80. 36fd7a3 Tweak user agent building to avoid multiple spaces by John Reck · 14 years ago
  81. aa6b9f5 Do not show autofill++ or saved form data in incognito mode. by Leon Scroggins · 14 years ago
  82. 2c782e3 Refactor zoom overview width calculation. by Shimeng (Simon) Wang · 14 years ago
  83. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  84. 5791438 Offer the user the option to configure an AutoFill profile. by Ben Murdoch · 14 years ago
  85. 096fbe0 Make sure we have a ";" after locale in User Agent by Bart Sears · 14 years ago
  86. 28c7425 Add @Deprecated to match @deprecated where it's missing. by Jesse Wilson · 14 years ago
  87. c55886a Stabilize reflow, aka, the fit-to-screen option in settings. by Shimeng (Simon) Wang · 14 years ago
  88. b1b82a8 Set the unique id of the AutoFill profile WebKit can read it by Ben Murdoch · 14 years ago
  89. c42f8b8 Remove not-used code. by Shimeng (Simon) Wang · 14 years ago
  90. cf30872 Add support for the complete set of AutoFill profile data. by Ben Murdoch · 14 years ago
  91. e9e3ccd Sync autofill profile data to native WebKit by Ben Murdoch · 14 years ago
  92. 4243a3a Add postSync so that the chrome stack has access. by Patrick Scott · 14 years ago
  93. f39b2cf Make autofill a webview preference by Ben Murdoch · 14 years ago
  94. a2ded6c Use dimension value instead of fixed constant in code. by Shimeng (Simon) Wang · 14 years ago
  95. 14bcc0e Use website preferred width as the fixed viewport. by Shimeng (Simon) Wang · 14 years ago
  96. 6fe3b42 Add setting for on screen zoom buttons by Michael Kolb · 14 years ago
  97. 9dc2e75 Add Deprecated annotation to getPluginsPath/setPluginsPath by Jason Chen · 14 years ago
  98. b766ab8 DO NOT MERGE Add deprecated annotation to get/set PluginsPath and update current.xml by Jason Chen · 14 years ago
  99. edb3211 am 27c6f7d4: am 1614843e: Merge "Fix invalid comment in WebSettings." into gingerbread by Derek Sollenberger · 14 years ago
  100. fdbdeb3 Fix invalid comment in WebSettings. by Derek Sollenberger · 14 years ago