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

Change Android WebView from 1 to ≤37 for API N-T #10653

Merged
merged 6 commits into from
Jun 6, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions api/NavigatorOnLine.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -92,7 +92,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
"notes": "Faulty in a WebView component, see Issue <a href='http://code.google.com/p/android/issues/detail?id=16760'>bug 16760</a>."
}
},
Expand Down
2 changes: 1 addition & 1 deletion api/Node.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
4 changes: 2 additions & 2 deletions api/Plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"notes": "Starting with Samsung Internet 7.0, method parameters are required instead of optional."
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
"notes": "Starting with version 59, method parameters are required instead of optional."
}
},
Expand Down Expand Up @@ -332,7 +332,7 @@
"notes": "Starting with Samsung Internet 7.0, method parameters are required instead of optional."
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
"notes": "Starting with version 59, method parameters are required instead of optional."
}
},
Expand Down
4 changes: 2 additions & 2 deletions api/PluginArray.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"notes": "Since Samsung Internet 7.0, method parameters are required instead of optional."
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
"notes": "Since WebView 59, method parameters are required instead of optional."
}
},
Expand Down Expand Up @@ -195,7 +195,7 @@
"notes": "Since Samsung Internet 7.0, method parameters are required instead of optional."
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
"notes": "Since WebView 59, method parameters are required instead of optional."
}
},
Expand Down
4 changes: 2 additions & 2 deletions api/SVGAElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -372,7 +372,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
14 changes: 7 additions & 7 deletions api/SVGAngle.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -179,7 +179,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -226,7 +226,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -273,7 +273,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -320,7 +320,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion api/SVGAnimateColorElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"version_removed": "2.0"
},
"webview_android": {
"version_added": "1",
"version_added": "≤37",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and other cases with "version_removed": "37" will end up looking broken on MDN due to mdn/yari#3238. It's not so broken that I think it has to change, but if you can find the right version for this now, that would be better.

"version_removed": "37"
}
},
Expand Down
2 changes: 1 addition & 1 deletion api/SVGAnimateElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion api/SVGAnimateTransformElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
6 changes: 3 additions & 3 deletions api/SVGAnimatedAngle.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
6 changes: 3 additions & 3 deletions api/SVGAnimatedEnumeration.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
6 changes: 3 additions & 3 deletions api/SVGAnimatedLength.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
4 changes: 2 additions & 2 deletions api/SVGAnimatedLengthList.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
6 changes: 3 additions & 3 deletions api/SVGAnimatedNumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
2 changes: 1 addition & 1 deletion api/SVGAnimatedPoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
6 changes: 3 additions & 3 deletions api/SVGAnimatedRect.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"version_added": "1.0"
},
"webview_android": {
"version_added": "1"
"version_added": "≤37"
}
},
"status": {
Expand Down
Loading