Skip to content

Commit

Permalink
Host jquery on webkit.org instead of 3rd party
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=185691

Patch by Roy Reapor <[email protected]> on 2018-05-22
Reviewed by Alexey Proskuryakov.

* PrettyPatch/PrettyPatch.rb:
* code-review-test.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232068 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
[email protected] committed May 22, 2018
1 parent 130a6c6 commit 8f5fb12
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Websites/bugs.webkit.org/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2018-05-22 Roy Reapor <[email protected]>

Host jquery on webkit.org instead of 3rd party
https://bugs.webkit.org/show_bug.cgi?id=185691

Reviewed by Alexey Proskuryakov.

* PrettyPatch/PrettyPatch.rb:
* code-review-test.html:

2018-02-16 Ling Ho <[email protected]>

Apply Bugzilla patches for CVE-2018-5123
Expand Down
2 changes: 1 addition & 1 deletion Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def self.linkifyFilename(filename, force)
clear: both;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="https://webkit.org/ajax/libs/jquery/jquery-1.4.2.min.js"></script>
<script src="code-review.js?version=48"></script>
</head>
EOF
Expand Down
2 changes: 1 addition & 1 deletion Websites/bugs.webkit.org/code-review-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return false;
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="https://webkit.org/ajax/libs/jquery/jquery-1.4.2.min.js"></script>
<script src="code-review.js"></script>
<pre id="output"></pre>
<div id="diff-content"></div>
Expand Down
Loading

0 comments on commit 8f5fb12

Please sign in to comment.