• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.webkit"
2container: "system"
3
4flag {
5    name: "update_service_ipc_wrapper"
6    is_exported: true
7    namespace: "webview"
8    description: "New API: proper wrapper for IWebViewUpdateService"
9    bug: "319292658"
10    is_fixed_read_only: true
11}
12
13flag {
14    name: "deprecate_start_safe_browsing"
15    is_exported: true
16    namespace: "webview"
17    description: "Deprecating startSafeBrowsing API because it is a NOOP"
18    bug: "372193372"
19}
20
21flag {
22    name: "mainline_apis"
23    is_exported: true
24    namespace: "webview"
25    description: "New APIs required by WebViewBootstrap mainline module"
26    bug: "310653407"
27    is_fixed_read_only: true
28}
29
30flag {
31    name: "user_agent_reduction"
32    is_exported: true
33    namespace: "webview"
34    description: "New feature reduce user-agent for webview"
35    bug: "371034303"
36}
37
38flag {
39    name: "file_system_access"
40    is_exported: true
41    namespace: "webview"
42    description: "New APIs required by File System Access"
43    bug: "40101963"
44}
45
46flag {
47    name: "use_b_entry_point"
48    namespace: "webview"
49    description: "Use B-specific entry point to WebView APK"
50    bug: "373617389"
51    is_fixed_read_only: true
52}
53