summaryrefslogtreecommitdiff
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
* Update WebSettings useragent docs.Torne (Richard Coles)2022-03-031-1/+4
* Merge "WebView: Revise setAlgorithmicDarkeningAllowed Javadoc" into tm-devTreeHugger Robot2022-03-031-1/+56
|\
| * WebView: Revise setAlgorithmicDarkeningAllowed JavadocMichael Bai2022-03-021-1/+56
* | Fix memory flags in external services and secondary zygotes.Evgenii Stepanov2022-03-011-1/+4
|/
* WebView: Load Android T specific WebViewMichael Bai2022-02-182-2/+2
* Merge "WebView: Rename to set/isAlgorithmicDarkeningAllowed"Michael Bai2022-01-271-5/+5
|\
| * WebView: Rename to set/isAlgorithmicDarkeningAllowedMichael Bai2022-01-261-5/+5
* | Merge changes Ib484fc0c,I2b9ff69c,I0a31b117,I888c65c8,I03723cfe, ...Calvin Pan2022-01-272-6/+23
|\ \ | |/ |/|
| * Clean <plurals> in DateTimeViewCalvin Pan2022-01-261-3/+9
| * Clean <plurals> in FindActionModeCallbackCalvin Pan2022-01-241-3/+14
* | WebView: Add set/getAlgorithmicDarkening APIsMichael Bai2022-01-211-0/+70
|/
* Remove WebView AppCache APIs.Torne (Richard Coles)2021-09-143-30/+30
* Merge "Refactor: Remove unused branch." am: a9f7998ff4 am: 4d7203226a am: 195...Treehugger Robot2021-09-091-1/+1
|\
| * Merge "Refactor: Remove unused branch." am: a9f7998ff4Treehugger Robot2021-09-091-1/+1
| |\
| | * Refactor: Remove unused branch.Darwin Huang2021-09-081-1/+1
* | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: b3659d3...Ryan Mitchell2021-07-011-7/+3
|\| |
| * | Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-301-7/+3
* | | Merge changes from topic "revert-15058002-SNQUARIDWJ" into sc-dev am: 8d440c0...Paul Hobbs2021-06-291-3/+7
|\| |
| * | Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs2021-06-291-3/+7
* | | Merge changes Icf81845d,Iea54abf3,I98656314 into sc-dev am: 5a532f6eed am: f5...Ryan Mitchell2021-06-271-7/+3
|\| |
| * | Revert "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-221-7/+3
* | | Bump x86 WebView zygote reservation size to 190MiBEgor Pasko2021-06-151-6/+17
* | | Merge "Deprecate Context#createApplicationContext" into sc-dev am: ee438f960a...TreeHugger Robot2021-05-201-3/+7
|\| |
| * | Merge "Deprecate Context#createApplicationContext" into sc-devTreeHugger Robot2021-05-191-3/+7
| |\ \
| | * | Deprecate Context#createApplicationContextRyan Mitchell2021-05-181-3/+7
* | | | Merge "Rework WebView startup timestamp system API." into sc-dev am: 99e37aca...TreeHugger Robot2021-05-202-60/+103
|\| | |
| * | | Rework WebView startup timestamp system API.Torne (Richard Coles)2021-05-182-60/+103
* | | | Merge "Add dispatchRequestTranslation() in WebViewProvider." into sc-dev am: ...Joanne Chung2021-05-122-0/+23
|\| | |
| * | | Add dispatchRequestTranslation() in WebViewProvider.Joanne Chung2021-05-122-0/+23
| |/ /
* | | Merge "[WebView] Add document for ViewDelegate#onApplyWindowInsets"TreeHugger Robot2021-05-071-0/+11
|\ \ \ | |/ / |/| |
| * | [WebView] Add document for ViewDelegate#onApplyWindowInsetsShimi Zhang2021-05-071-0/+11
* | | webview: switch timestamps to uptimeMillis().Torne (Richard Coles)2021-04-292-10/+10
|/ /
* | Document WebViewDelegate.getTimestamps() better.Torne (Richard Coles)2021-04-272-0/+13
* | API feedback: Translation View API refinement.Joanne Chung2021-04-202-8/+9
* | Bug fix: allow to create ViewTranslationRequest for virtual AutofillId.Joanne Chung2021-03-311-1/+0
* | Add translation APIs for virtual views.Joanne Chung2021-03-292-0/+39
* | Use SystemClock.elapsedRealtime() to record WebView startup timestamps.Anna Malova2021-02-171-8/+9
* | Merge "Record WebView startup timestamps and add API to access them." into sc...Anna Malova2021-02-032-2/+58
|\ \
| * | Record WebView startup timestamps and add API to access them.Anna Malova2021-01-292-2/+58
* | | Merge "Merge "WebView: clarify CookieManager docs" am: 5844882671 am: d2243be...Automerger Merge Worker2021-02-031-11/+29
|\ \ \ | |/ / |/| / | |/
| * WebView: clarify CookieManager docsNate Fischer2021-02-021-11/+29
| * Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-134-0/+18
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-046-12/+16
| * Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-3110-114/+321
| |\
| | * Merge "webkit: add a note regarding FLAG_SECURE for default dialogs" into rvc...TreeHugger Robot2020-06-031-0/+8
| | |\
| | * \ Merge "webkit: Update documentation for onJsBeforeUnload callback" into rvc-d...TreeHugger Robot2020-05-271-18/+32
| | |\ \
| | * \ \ Merge "webkit: Update documentation for onJsConfirm, onJsPrompt callbacks" in...TreeHugger Robot2020-05-201-12/+44
| | |\ \ \
| * | | | | WebView: remove non-inclusive terminology from docsNate Fischer2020-07-272-5/+7
* | | | | | Add TEST_MAPPING to run WebView CTS/GTS tests in presubmit.Anna Malova2021-01-081-0/+36
* | | | | | Clean up WebViewFactory.getProvider error handling.Torne (Richard Coles)2020-12-011-11/+4