Skip to content

Commit

Permalink
Remove Android WebView 2.3 (#10576)
Browse files Browse the repository at this point in the history
* Remove WebView 2.3

* Change anywhere set to 2.3 to 2.2
  • Loading branch information
queengooborg authored May 24, 2021
1 parent 41833cb commit f154078
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -4699,7 +4699,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 @@ -31,13 +31,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

0 comments on commit f154078

Please sign in to comment.