Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Android WebView 2.3 #10576

Merged
merged 2 commits into from
May 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -4843,7 +4843,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
7 changes: 0 additions & 7 deletions browsers/webview_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
"engine": "WebKit",
"engine_version": "533.1"
},
"2.3": {
"release_date": "2010-12-06",
"release_notes": "https://en.wikipedia.org/wiki/Android_Gingerbread",
"status": "retired",
"engine": "WebKit",
"engine_version": "533.1"
},
"3": {
"release_date": "2011-02-22",
"release_notes": "https://en.wikipedia.org/wiki/Android_Honeycomb",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/background-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
"webview_android": [
{
"version_added": "2.3"
"version_added": "2.2"
},
{
"version_added": "≤37",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-bottom-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-collapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-left-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-left-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-right-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/properties/border-top-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/in-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"notes": "Before version 6.0, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://crbug.com/602568'>Chromium bug 602568</a>). In version 6.0, it was changed to only match enabled read-write inputs."
},
"webview_android": {
"version_added": "2.3",
"version_added": "2.2",
"notes": "Before version 52, <code>:in-range</code> matched disabled and read-only inputs (see <a href='https://crbug.com/602568'>Chromium bug 602568</a>). In version 52, it was changed to only match enabled read-write inputs."
}
},
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/out-of-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "2.3"
"version_added": "2.2"
}
},
"status": {
Expand Down