1. 3b6ca99 Precreate the classloader for the WebView. by Torne (Richard Coles) · 8 years ago
  2. ded2098 Create the WebViewZygote and implement WebViewZygoteInit. by Robert Sesek · 8 years ago
  3. b088cb3 Use newly fetched PackageInfo for loading WebView code. by Gustav Sennton · 8 years ago
  4. fd07efa Load WebView even if WebView relro creation times out. by Gustav Sennton · 8 years ago
  5. b5f554a WebView downgrade prevention logic by Hui Shu · 8 years ago
  6. cd8f273 Verify WebView package info before loading WebView by Gustav Sennton · 8 years ago
  7. 065b7e6 Move more code from WebViewUpdateService to separate overridable class by Gustav Sennton · 8 years ago
  8. 1c177d8 Add system api to reach WebViewUpdateService Binder interface. by Gustav Sennton · 8 years ago
  9. 79f1216 Remove the system api method WebViewFactory.getWebViewPackageName by Gustav Sennton · 8 years ago
  10. 79a23a0 Merge "Add utility interface for WebView preparation logic." into nyc-dev by Gustav Sennton · 8 years ago
  11. 8b17926 Add utility interface for WebView preparation logic. by Gustav Sennton · 8 years ago
  12. 26c82ff Remove WebView-package-being-replaced logic from WebViewUpdateService. by Gustav Sennton · 8 years ago
  13. 1a90412 Load WebView library into the right classloader namespace. by Torne (Richard Coles) · 8 years ago
  14. 5df5e22 Allow disk reads during more parts of WebView loading. by Gustav Sennton · 8 years ago
  15. c83e3fa Add fallback packages to be enabled iff no webview packages are valid by Gustav Sennton · 8 years ago
  16. b1e45cd Fetch WebView package even if it is uninstalled for the current user. by Gustav Sennton · 9 years ago
  17. 1075d81 Merge "Fix WebView loading logic to allow changing provider if current disabled" by Gustav Sennton · 9 years ago
  18. fc42447 Add missing traces for WebView loading steps. by Gustav Sennton · 9 years ago
  19. 27f13de Fix WebView loading logic to allow changing provider if current disabled by Gustav Sennton · 9 years ago
  20. 5c2454c Allow several valid signatures per WebView provider. by Gustav Sennton · 9 years ago
  21. 6258dcd Add functionality for changing WebView provider. by Gustav Sennton · 9 years ago
  22. dd33764 Using addAssetPathAsSharedLibrary to load asset. by Tao Bai · 9 years ago
  23. 6ce92c9 Load WebView from one out of a list of packages, reland. by Gustav Sennton · 9 years ago
  24. c528392 Close ZipFiles correctly in WebViewFactory. by Torne (Richard Coles) · 9 years ago
  25. d9730182 Revert "Load WebView from one out of a list of packages." by Gustav Sennton · 9 years ago
  26. 519919b Make apk entry separator compliant with jar url format by Simon Baldwin · 9 years ago
  27. b98082dc Handle load from APK correctly for shared relro by Simon Baldwin · 9 years ago
  28. 85edb6c Add system API method for loading webview library from another package. by Gustav Sennton · 9 years ago
  29. a8366e7 Fix loading of null webview if there is no webview package. by Gustav Sennton · 9 years ago
  30. 2ed6fee Load WebView from one out of a list of packages. by Gustav Sennton · 9 years ago
  31. 9915eb5 Revert "Load WebView from one out of a list of packages." by Gustav Sennton · 9 years ago
  32. fe320b2 Load WebView from one out of a list of packages. by Gustav Sennton · 9 years ago
  33. 03c76e2 Merge "[WebView] Remove fallback call to WebViewFactoryProvider no-arg constructor." by Ignacio Solla · 10 years ago
  34. 27936ad Merge "Block loading WebView in privileged processes." into lmp-mr1-dev by Jeff Sharkey · 10 years ago
  35. 8584491 Block loading WebView in privileged processes. by Jeff Sharkey · 10 years ago
  36. 1ea39b3 [WebView] Remove fallback call to WebViewFactoryProvider no-arg constructor. by Ignacio Solla · 10 years ago
  37. 451e338 [WebView] Allow the WebView to be compiled against the system SDK. by Ignacio Solla · 10 years ago
  38. 94ef789 [WebView] Interface to access hidden APIs. by Ignacio Solla · 10 years ago
  39. 84392d7 Store the WebView's package info. by Torne (Richard Coles) · 10 years ago
  40. 3822882 Add trace events to WebView startup. by Torne (Richard Coles) · 10 years ago
  41. 27cb0d2 Make WebViewFactory more robust. by Torne (Richard Coles) · 10 years ago
  42. 0606cd5 Log the version of the WebView package used. by Torne (Richard Coles) · 10 years ago
  43. 5f3278b Don't let failures to load the null WebView propagate. by Torne (Richard Coles) · 10 years ago
  44. e76e81a Cherry pick Cleanup debug messages in WebViewFactory and WebViewUpdateService DO NOT MERGE by Primiano Tucci · 10 years ago
  45. 5651fc2 CHerry pick Find WebView package name from a config resource. DO NOT MERGE by Torne (Richard Coles) · 10 years ago
  46. 5ced502 Cherry pick Remove dependency on WebView native library path. DO NOT MERGE by Ben Murdoch · 10 years ago
  47. 161536b Cherry pick Refactor ActivityManagerService and make WebViewFactory more pedantic. DO NOT MERGE by Primiano Tucci · 10 years ago
  48. 1b7977b Cherry pick Refactor native library path logic in WebViewFactory DO NOT MERGE by Primiano Tucci · 10 years ago
  49. 63d3d8a Cherry pick Append WebView assets to AssetManager when loading the WebView. DO NOT MERGE by Marcin Kosiba · 10 years ago
  50. 810c052 Cherry pick Introduce startIsolatedProcess private API in ActivityManager DO NOT MERGE by Primiano Tucci · 10 years ago
  51. 6c778ce Cherry pick Load the WebView Java code from an APK. DO NOT MERGE by Torne (Richard Coles) · 10 years ago
  52. 64fb029 Revert "Load the WebView Java code from an APK." DO NOT MERGE by Ben Murdoch · 10 years ago
  53. 8b4cd92 Load the WebView Java code from an APK. by Torne (Richard Coles) · 10 years ago
  54. dc00a84 Update WebViewUpdateService to receive PACKAGE_REPLACED broadcast. by Ben Murdoch · 10 years ago
  55. 08cfaf6 Use the WebView's loader library to load the real library. by Torne (Richard Coles) · 10 years ago
  56. b5de924 Remove WebView library preloading mechanism. by Torne (Richard Coles) · 10 years ago
  57. 73f3289 am 4088970d: am 3011fc1a: Merge "Fallback to NullWebView when Chromium WebView not present." into klp-modular-dev by Ben Murdoch · 10 years ago
  58. 0e04bcf Fallback to NullWebView when Chromium WebView not present. by Ben Murdoch · 10 years ago
  59. 2bfd983 Cleanup remainings of old webview. by Selim Gurun · 10 years ago
  60. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  61. d892afc Remove support for switching WebView. by Torne (Richard Coles) · 11 years ago
  62. be706eb Hide Experimental WebView from dev settings DO NOT MERGE by Jonathan Dixon · 11 years ago
  63. dc15735 Revert "Hide Experimental WebView from dev settings" DO NOT MERGE by Jonathan Dixon · 11 years ago
  64. 3d458ab Hide Experimental WebView from dev settings DO NOT MERGE by Jonathan Dixon · 11 years ago
  65. b7d5cbc Reset the Experimental WebView property per build by Jonathan Dixon · 11 years ago
  66. 74c8f51 Revert "Revert "Flag-flip: set chromium to be the default WebView"" by Ben Murdoch · 11 years ago
  67. c9f10b6 Revert "Flag-flip: set chromium to be the default WebView" by Ben Murdoch · 11 years ago
  68. 6716bd3 Flag-flip: set chromium to be the default WebView by Jonathan Dixon · 11 years ago
  69. dad2c6e Merge "Add some logging when the webview dev setting changes" by Jonathan Dixon · 11 years ago
  70. cb64bb4 Add some logging when the webview dev setting changes by Jonathan Dixon · 11 years ago
  71. 09397ba Make WebViewProvider constants private by Jonathan Dixon · 11 years ago
  72. d850148 Build fix for WebViewFactory by Jonathan Dixon · 11 years ago
  73. a7eaa8e Add accessors for WebViewFactory.UseExperimentalWebView by Jonathan Dixon · 11 years ago
  74. 03ce9b3 Enable preloading of the appropriate WebView. by Torne (Richard Coles) · 11 years ago
  75. eb665d6 Deprecate webview.use_chromium and introduce webview.force_provider. by Primiano Tucci · 11 years ago
  76. eb07f3c WebViewChromium: don't use a separate class loader. by Torne (Richard Coles) · 11 years ago
  77. b0e3584 Adding new Chomium-WebView property key, and deprecating old key. by Jared Duke · 11 years ago
  78. a9bbd94 Rename Chromium-powered WebView package. by Torne (Richard Coles) · 12 years ago
  79. 9f9d345 Use less static synchronized by John Reck · 12 years ago
  80. e09e976 Allow switching to the Chromium WebViewFactoryProvider at runtime. by Ben Murdoch · 12 years ago
  81. d3101b1 Seperate interface and implementation of 4 WebView classes by Jonathan Dixon · 12 years ago