8245981: Upgrade to jQuery 3.5.1
Reviewed-by: hannesw
This commit is contained in:
parent
498b0e61ed
commit
0b02c5b5e0
src/jdk.javadoc/share
classes/jdk/javadoc/internal/doclets
formats/html
toolkit/util
legal
test/langtools/jdk/javadoc
@ -219,7 +219,7 @@ public class HtmlDoclet extends AbstractDoclet {
|
||||
|
||||
private void copyJqueryFiles() throws DocletException {
|
||||
List<String> files = Arrays.asList(
|
||||
"jquery-3.4.1.min.js",
|
||||
"jquery-3.5.1.min.js",
|
||||
"jquery-ui.min.js",
|
||||
"jquery-ui.min.css",
|
||||
"jquery-ui.structure.min.css",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
2
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-3.5.1.min.js
vendored
Normal file
2
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script-dir/jquery-3.5.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -104,7 +104,7 @@ public class DocPaths {
|
||||
public static final DocPath JQUERY_FILES = DocPath.create("script-dir");
|
||||
|
||||
/** The name of the default jQuery javascript file. */
|
||||
public static final DocPath JQUERY_JS = DocPath.create("jquery-3.4.1.min.js");
|
||||
public static final DocPath JQUERY_JS = DocPath.create("jquery-3.5.1.min.js");
|
||||
|
||||
/** The name of the default jQuery UI stylesheet file. */
|
||||
public static final DocPath JQUERY_UI_CSS = DocPath.create("jquery-ui.min.css");
|
||||
|
@ -1,8 +1,8 @@
|
||||
## jQuery v3.4.1
|
||||
## jQuery v3.5.1
|
||||
|
||||
### jQuery License
|
||||
```
|
||||
jQuery v 3.4.1
|
||||
jQuery v 3.5.1
|
||||
Copyright JS Foundation and other contributors, https://js.foundation/
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
******************************************
|
||||
|
||||
The jQuery JavaScript Library v3.4.1 also includes Sizzle.js
|
||||
The jQuery JavaScript Library v3.5.1 also includes Sizzle.js
|
||||
|
||||
Sizzle.js includes the following license:
|
||||
|
||||
|
@ -409,7 +409,7 @@ public class TestSearch extends JavadocTester {
|
||||
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
|
||||
""",
|
||||
"""
|
||||
<script type="text/javascript" src="script-dir/jquery-3.4.1.min.js"></script>
|
||||
<script type="text/javascript" src="script-dir/jquery-3.5.1.min.js"></script>
|
||||
""",
|
||||
"""
|
||||
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>""",
|
||||
@ -690,7 +690,7 @@ public class TestSearch extends JavadocTester {
|
||||
checkFiles(expectedOutput,
|
||||
"search.js",
|
||||
"jquery-ui.overrides.css",
|
||||
"script-dir/jquery-3.4.1.min.js",
|
||||
"script-dir/jquery-3.5.1.min.js",
|
||||
"script-dir/jquery-ui.min.js",
|
||||
"script-dir/jquery-ui.min.css",
|
||||
"script-dir/jquery-ui.structure.min.css",
|
||||
|
@ -197,7 +197,7 @@ class APITest {
|
||||
"help-doc.html",
|
||||
"index-all.html",
|
||||
"index.html",
|
||||
"script-dir/jquery-3.4.1.min.js",
|
||||
"script-dir/jquery-3.5.1.min.js",
|
||||
"script-dir/jquery-ui.min.js",
|
||||
"script-dir/jquery-ui.min.css",
|
||||
"script-dir/jquery-ui.structure.min.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user