Add flag WebView version of DeprecateUnloadAllowList flag.
Bug: 1432116
Change-Id: Ia77d7ac6e2e1147b2ea1e6b009515142cfea3e1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232705
Reviewed-by: Ming-Ying Chung <mych@chromium.org>
Commit-Queue: Ming-Ying Chung <mych@chromium.org>
Auto-Submit: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1251967}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
68b3f82bb2
commit
cbd1c71e06
.gitmodules
android_webview/java/src/org/chromium/android_webview/common
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -759,10 +759,6 @@
|
||||
path = third_party/gles2_conform
|
||||
url = https://chrome-internal.googlesource.com/chrome/deps/gles2_conform
|
||||
gclient-condition = checkout_src_internal
|
||||
[submodule "third_party/googlemac"]
|
||||
path = third_party/googlemac
|
||||
url = https://chrome-internal.googlesource.com/chrome/deps/googlemac
|
||||
gclient-condition = checkout_mac and checkout_src_internal
|
||||
[submodule "third_party/khronos_glcts"]
|
||||
path = third_party/khronos_glcts
|
||||
url = https://chrome-internal.googlesource.com/chrome/deps/khronos_glcts
|
||||
|
@ -440,6 +440,9 @@ public final class ProductionSupportedFlagList {
|
||||
Flag.baseFeature(
|
||||
BlinkFeatures.DEPRECATE_UNLOAD,
|
||||
"If false prevents the gradual deprecation of the unload event."),
|
||||
Flag.baseFeature(
|
||||
BlinkFeatures.DEPRECATE_UNLOAD_BY_ALLOW_LIST,
|
||||
"Unload Deprecation respects a list of allowed origins."),
|
||||
Flag.baseFeature(
|
||||
AwFeatures.WEBVIEW_RECORD_APP_DATA_DIRECTORY_SIZE,
|
||||
"Record the size of the embedding app's data directory"),
|
||||
|
Reference in New Issue
Block a user