summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewFactory.java
AgeCommit message (Expand)Author
2021-06-30Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell
2021-06-29Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs
2021-06-22Revert "Deprecate Context#createApplicationContext"Ryan Mitchell
2021-05-19Merge "Deprecate Context#createApplicationContext" into sc-devTreeHugger Robot
2021-05-18Deprecate Context#createApplicationContextRyan Mitchell
2021-05-18Rework WebView startup timestamp system API.Torne (Richard Coles)
2021-04-29webview: switch timestamps to uptimeMillis().Torne (Richard Coles)
2021-04-27Document WebViewDelegate.getTimestamps() better.Torne (Richard Coles)
2021-02-17Use SystemClock.elapsedRealtime() to record WebView startup timestamps.Anna Malova
2021-01-29Record WebView startup timestamps and add API to access them.Anna Malova
2020-12-01Clean up WebViewFactory.getProvider error handling.Torne (Richard Coles)
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-13Reland "Enable new S APIs for WebView.""Richard Coles
2020-10-02Revert "Enable new S APIs for WebView."Nate Fischer
2020-08-05Enable new S APIs for WebView.Torne (Richard Coles)
2020-02-13Switch to WebViewFactoryProviderForR.Anna Malova
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-28Remove support for the WebView stub.Torne (Richard Coles)
2019-03-18WebView: add all APKs to asset path.Torne (Richard Coles)
2019-03-13Partially revert "Handle WebView assets correctly when multiple APKs are used."Torne (Richard Coles)
2019-03-12Handle WebView assets correctly when multiple APKs are used.Torne (Richard Coles)
2018-12-21[wv] Update WebView factory provider class name.Tobias Sargeant
2018-09-12Merge "Simplify WebView RELRO creation and handle more cases."TreeHugger Robot
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-07Simplify WebView RELRO creation and handle more cases.Torne (Richard Coles)
2018-02-21Make WebViewLibraryLoader interface more flexible.Torne (Richard Coles)
2018-01-15Reenable Strictmode disk reads checks in WebViewFactory.Gustav Sennton
2017-12-21Switch to WebViewChromiumFactoryProviderForPShimi Zhang
2017-12-19Merge "Make WebView data directory configurable."TreeHugger Robot
2017-12-12Make WebView data directory configurable.Torne (Richard Coles)
2017-12-04Add major version code to platform.Dianne Hackborn
2017-10-26Merge "WebView: change 'iff' to 'if' in docs"TreeHugger Robot
2017-10-26WebView: change 'iff' to 'if' in docsNate Fischer
2017-10-24Refactor some WebView loading logic into WebViewLibraryLoader.Gustav Sennton
2017-10-05Merge "[WebView] Only pass one path to relro creation/loading at a time."TreeHugger Robot
2017-10-05[WebView] Only pass one path to relro creation/loading at a time.Gustav Sennton
2017-10-04Fix NPE in WebView relro creator process.Torne (Richard Coles)
2017-10-03Improve handling of devices without a WebView.Torne (Richard Coles)
2017-09-19Consider shared libs when precreating WebView classloader.Torne (Richard Coles)
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2017-08-14WebView: switch to OMR1 FactoryProviderNate Fischer
2017-06-20Move WebView relro related functionality to its own file.Gustav Sennton
2017-05-15Take better control over Exceptions thrown in WebViewFactory.Gustav Sennton
2017-03-28Support loading a stub WebView using a donor package.Torne (Richard Coles)
2017-03-16Do not allow WebView instantiation from privileged processes.Robert Sesek
2017-02-01Make sure we cannot use packages targeting pre-O as WebView packages.Gustav Sennton
2017-01-10Load WebViewChromiumFactoryProviderForOTao Bai
2016-11-21Merge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782...Torne (Richard Coles)