Reorganize Servo's WPT Python scripts

This change moves all of Servo's WPT Python support scripts into one
directory as they were previously scattered throughout the directory
structure. This should allow more code reuse and make it easier to
understand how everything fits together.

The changes:

- `tests/wpt/update` → `python/wpt/importer`
- `etc/ci/upstream-wpt-changes/wptupstreamer` → `python/wpt/exporter`
- `etc/ci/upstream-wpt-changes/test.py` → `python/wpt/test.py`
- `etc/ci/upstream-wpt-changes/tests` → `python/wpt/tests`
- `tests/wpt/servowpt.py` →
    - `python/wpt/update.py`
    - `python/wpt/run.py`
- `tests/wpt/manifestupdate.py` → `python/wpt/manifestupdate.py`

This change also removes
 - The ability to run the `update-wpt` and `test-wpt` commands without
   using `mach`. These didn't work very well, because it was difficult
   to get all of the wptrunner and mach dependencies installed outside
   of the Python virtualenv. It's simpler if they are always run through
   `mach`.
- The old WPT change upstreaming script that was no longer used.
This commit is contained in:
Martin Robinson 2023-04-16 11:33:02 +02:00
parent 9acb9cc5cf
commit e2cf3e8d1a
52 changed files with 237 additions and 888 deletions

View file

@ -0,0 +1,10 @@
diff --git a/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-location.html b/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-location.html
index ac35dea54c47..135ad21d15ab 100644
--- a/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-location.html
+++ b/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-location.html
@@ -13,4 +13,5 @@
<script src="redirect-location.js"></script>
</body>
</html>
+test commit

View file

@ -0,0 +1,7 @@
diff --git a/tests/wpt/web-platform-tests/non-utf8-file.txt b/tests/wpt/web-platform-tests/non-utf8-file.txt
new file mode 100644
index 0000000..5a992e0
--- /dev/null
+++ b/tests/wpt/web-platform-tests/non-utf8-file.txt
@@ -0,0 +1 @@
+foo bér ÿ "

View file

@ -0,0 +1,476 @@
{
"action": "closed",
"number": 18746,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/18746",
"id": 144666315,
"html_url": "https://github.com/servo/servo/pull/18746",
"diff_url": "https://github.com/servo/servo/pull/18746.diff",
"patch_url": "https://github.com/servo/servo/pull/18746.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/18746",
"number": 18746,
"state": "closed",
"locked": false,
"title": "This is a test",
"user": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
},
"body": "<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #__ (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n",
"created_at": "2017-10-04T13:16:26Z",
"updated_at": "2017-10-04T13:16:30Z",
"closed_at": "2017-10-04T13:16:30Z",
"merged_at": null,
"merge_commit_sha": "04b78ff84073a6b6e2126fea39c8878f3f7af72b",
"assignee": {
"login": "emilio",
"id": 1323194,
"avatar_url": "https://avatars1.githubusercontent.com/u/1323194?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emilio",
"html_url": "https://github.com/emilio",
"followers_url": "https://api.github.com/users/emilio/followers",
"following_url": "https://api.github.com/users/emilio/following{/other_user}",
"gists_url": "https://api.github.com/users/emilio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/emilio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/emilio/subscriptions",
"organizations_url": "https://api.github.com/users/emilio/orgs",
"repos_url": "https://api.github.com/users/emilio/repos",
"events_url": "https://api.github.com/users/emilio/events{/privacy}",
"received_events_url": "https://api.github.com/users/emilio/received_events",
"type": "User",
"site_admin": false
},
"assignees": [
{
"login": "emilio",
"id": 1323194,
"avatar_url": "https://avatars1.githubusercontent.com/u/1323194?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emilio",
"html_url": "https://github.com/emilio",
"followers_url": "https://api.github.com/users/emilio/followers",
"following_url": "https://api.github.com/users/emilio/following{/other_user}",
"gists_url": "https://api.github.com/users/emilio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/emilio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/emilio/subscriptions",
"organizations_url": "https://api.github.com/users/emilio/orgs",
"repos_url": "https://api.github.com/users/emilio/repos",
"events_url": "https://api.github.com/users/emilio/events{/privacy}",
"received_events_url": "https://api.github.com/users/emilio/received_events",
"type": "User",
"site_admin": false
}
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/18746/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/18746/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/18746/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"head": {
"label": "servo:jdm-patch-1",
"ref": "jdm-patch-1",
"sha": "1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:26Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2072,
"forks": 1731,
"open_issues": 2072,
"watchers": 10131,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "3b7a82b8c743bcbbefb6f25defd4cc132c25c348",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:26Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2072,
"forks": 1731,
"open_issues": 2072,
"watchers": 10131,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746"
},
"html": {
"href": "https://github.com/servo/servo/pull/18746"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/18746"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/18746/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f"
}
},
"author_association": "MEMBER",
"merged": false,
"mergeable": true,
"rebaseable": true,
"mergeable_state": "unstable",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 2,
"deletions": 1,
"changed_files": 1
},
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:26Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2072,
"forks": 1731,
"open_issues": 2072,
"watchers": 10131,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1,9 @@
diff --git a/tests/wpt/web-platform-tests/css/css-test.html b/tests/wpt/web-platform-tests/css/css-test.html
index cffb6eb..6100a49 100644
--- a/tests/wpt/web-platform-tests/css/out-of-sync-test.html
+++ b/tests/wpt/web-platform-tests/css/out-of-sync-test.html
@@ -1,3 +1,3 @@
<html>
-<h1>css test!</h1>
+<h1>css test!</h1>hi
</html>

View file

@ -0,0 +1,514 @@
{
"action": "edited",
"changes": {
"body": {
"from": "Original body<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #___ (GitHub issue number if applicable)\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because ___\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n"
},
"title": {
"from": "Original bad title"
}
},
"number": 19620,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/19620/comments"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620/commits"
},
"html": {
"href": "https://github.com/servo/servo/pull/19620"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/19620"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620/comments"
},
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/28ce5e1e33563e9dc2fe7bc342d313b38147df23"
}
},
"active_lock_reason": null,
"additions": 13,
"assignee": null,
"assignees": [],
"author_association": "OWNER",
"auto_merge": null,
"base": {
"label": "mrobinson:master",
"ref": "master",
"repo": {
"allow_auto_merge": false,
"allow_forking": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_squash_merge": true,
"allow_update_branch": false,
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"clone_url": "https://github.com/servo/servo.git",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"created_at": "2014-03-31T16:17:52Z",
"default_branch": "master",
"delete_branch_on_merge": false,
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"description": "The Servo Browser Engine",
"disabled": false,
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"events_url": "https://api.github.com/repos/servo/servo/events",
"fork": true,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"full_name": "servo/servo",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_url": "git://github.com/servo/servo.git",
"has_discussions": false,
"has_downloads": true,
"has_issues": false,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"html_url": "https://github.com/servo/servo",
"id": 18299566,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"language": null,
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"node_id": "MDc6TGljZW5zZTE0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"mirror_url": null,
"name": "servo",
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"open_issues": 2,
"open_issues_count": 2,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
},
"private": false,
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"pushed_at": "2023-01-09T08:10:35Z",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"size": 928531,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"ssh_url": "git@github.com:servo/servo.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"svn_url": "https://github.com/servo/servo",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"topics": [],
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"updated_at": "2023-01-02T14:06:01Z",
"url": "https://api.github.com/repos/servo/servo",
"use_squash_pr_title_as_default": false,
"visibility": "public",
"watchers": 0,
"watchers_count": 0,
"web_commit_signoff_required": false
},
"sha": "35b45a8a0b6741679439de56613f3588e5cc5887",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
}
},
"body": "Reference #3 servo/servo#3<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #___ (GitHub issue number if applicable)\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because ___\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n",
"changed_files": 2,
"closed_at": null,
"comments": 1,
"comments_url": "https://api.github.com/repos/servo/servo/issues/19620/comments",
"commits": 2,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/19620/commits",
"created_at": "2023-01-09T08:10:35Z",
"deletions": 8,
"diff_url": "https://github.com/servo/servo/pull/19620.diff",
"draft": false,
"head": {
"label": "mrobinson:more-work",
"ref": "more-work",
"repo": {
"allow_auto_merge": false,
"allow_forking": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_squash_merge": true,
"allow_update_branch": false,
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"clone_url": "https://github.com/servo/servo.git",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"created_at": "2014-03-31T16:17:52Z",
"default_branch": "master",
"delete_branch_on_merge": false,
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"description": "The Servo Browser Engine",
"disabled": false,
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"events_url": "https://api.github.com/repos/servo/servo/events",
"fork": true,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"full_name": "servo/servo",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_url": "git://github.com/servo/servo.git",
"has_discussions": false,
"has_downloads": true,
"has_issues": false,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"html_url": "https://github.com/servo/servo",
"id": 18299566,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"language": null,
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"node_id": "MDc6TGljZW5zZTE0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"mirror_url": null,
"name": "servo",
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"open_issues": 2,
"open_issues_count": 2,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
},
"private": false,
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"pushed_at": "2023-01-09T08:10:35Z",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"size": 928531,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"ssh_url": "git@github.com:servo/servo.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"svn_url": "https://github.com/servo/servo",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"topics": [],
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"updated_at": "2023-01-02T14:06:01Z",
"url": "https://api.github.com/repos/servo/servo",
"use_squash_pr_title_as_default": false,
"visibility": "public",
"watchers": 0,
"watchers_count": 0,
"web_commit_signoff_required": false
},
"sha": "28ce5e1e33563e9dc2fe7bc342d313b38147df23",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
}
},
"html_url": "https://github.com/servo/servo/pull/19620",
"id": 1190367516,
"issue_url": "https://api.github.com/repos/servo/servo/issues/19620",
"labels": [],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": "a5a2e2e745d1b3aaf8544cc7c6eddc519ff9f8f7",
"mergeable": true,
"mergeable_state": "clean",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "PR_kwDOARc6rs5G85Ec",
"number": 19620,
"patch_url": "https://github.com/servo/servo/pull/19620.patch",
"rebaseable": true,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19620/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/28ce5e1e33563e9dc2fe7bc342d313b38147df23",
"title": "A cool new title",
"updated_at": "2023-01-09T08:16:53Z",
"url": "https://api.github.com/repos/servo/servo/pulls/19620",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
}
},
"repository": {
"allow_forking": true,
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"clone_url": "https://github.com/servo/servo.git",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"created_at": "2014-03-31T16:17:52Z",
"default_branch": "master",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"description": "The Servo Browser Engine",
"disabled": false,
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"events_url": "https://api.github.com/repos/servo/servo/events",
"fork": true,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"full_name": "servo/servo",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_url": "git://github.com/servo/servo.git",
"has_discussions": false,
"has_downloads": true,
"has_issues": false,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"html_url": "https://github.com/servo/servo",
"id": 18299566,
"is_template": false,
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"language": null,
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"node_id": "MDc6TGljZW5zZTE0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"mirror_url": null,
"name": "servo",
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"open_issues": 2,
"open_issues_count": 2,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
},
"private": false,
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"pushed_at": "2023-01-09T08:10:35Z",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"size": 928531,
"ssh_url": "git@github.com:servo/servo.git",
"stargazers_count": 0,
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"svn_url": "https://github.com/servo/servo",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"topics": [],
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"updated_at": "2023-01-02T14:06:01Z",
"url": "https://api.github.com/repos/servo/servo",
"visibility": "public",
"watchers": 0,
"watchers_count": 0,
"web_commit_signoff_required": false
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
"followers_url": "https://api.github.com/users/mrobinson/followers",
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mrobinson",
"id": 13536,
"login": "mrobinson",
"node_id": "MDQ6VXNlcjEzNTM2",
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
"repos_url": "https://api.github.com/users/mrobinson/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mrobinson"
}
}

View file

@ -0,0 +1,515 @@
{
"action": "closed",
"number": 19620,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/19620",
"id": 159652155,
"html_url": "https://github.com/servo/servo/pull/19620",
"diff_url": "https://github.com/servo/servo/pull/19620.diff",
"patch_url": "https://github.com/servo/servo/pull/19620.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/19620",
"number": 19620,
"state": "closed",
"locked": false,
"title": "style: Make sure to honor parse_method in transition and animation shorthands.",
"user": {
"login": "emilio",
"id": 1323194,
"avatar_url": "https://avatars1.githubusercontent.com/u/1323194?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emilio",
"html_url": "https://github.com/emilio",
"followers_url": "https://api.github.com/users/emilio/followers",
"following_url": "https://api.github.com/users/emilio/following{/other_user}",
"gists_url": "https://api.github.com/users/emilio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/emilio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/emilio/subscriptions",
"organizations_url": "https://api.github.com/users/emilio/orgs",
"repos_url": "https://api.github.com/users/emilio/repos",
"events_url": "https://api.github.com/users/emilio/events{/privacy}",
"received_events_url": "https://api.github.com/users/emilio/received_events",
"type": "User",
"site_admin": false
},
"body": "Reviewed-by: birtles\r\nBug: 1426312\r\nMozReview-Commit-ID: HY3jtdSdaga\n\n<!-- Reviewable:start -->\n---\nThis change is[<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/19620)\n<!-- Reviewable:end -->\n",
"created_at": "2017-12-21T13:01:36Z",
"updated_at": "2017-12-21T14:53:35Z",
"closed_at": "2017-12-21T14:53:35Z",
"merged_at": "2017-12-21T14:53:35Z",
"merge_commit_sha": "cdb604ae6950960e46855bfb28d6c1f560b4f6e7",
"assignee": {
"login": "metajack",
"id": 28357,
"avatar_url": "https://avatars3.githubusercontent.com/u/28357?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/metajack",
"html_url": "https://github.com/metajack",
"followers_url": "https://api.github.com/users/metajack/followers",
"following_url": "https://api.github.com/users/metajack/following{/other_user}",
"gists_url": "https://api.github.com/users/metajack/gists{/gist_id}",
"starred_url": "https://api.github.com/users/metajack/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/metajack/subscriptions",
"organizations_url": "https://api.github.com/users/metajack/orgs",
"repos_url": "https://api.github.com/users/metajack/repos",
"events_url": "https://api.github.com/users/metajack/events{/privacy}",
"received_events_url": "https://api.github.com/users/metajack/received_events",
"type": "User",
"site_admin": false
},
"assignees": [
{
"login": "metajack",
"id": 28357,
"avatar_url": "https://avatars3.githubusercontent.com/u/28357?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/metajack",
"html_url": "https://github.com/metajack",
"followers_url": "https://api.github.com/users/metajack/followers",
"following_url": "https://api.github.com/users/metajack/following{/other_user}",
"gists_url": "https://api.github.com/users/metajack/gists{/gist_id}",
"starred_url": "https://api.github.com/users/metajack/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/metajack/subscriptions",
"organizations_url": "https://api.github.com/users/metajack/orgs",
"repos_url": "https://api.github.com/users/metajack/repos",
"events_url": "https://api.github.com/users/metajack/events{/privacy}",
"received_events_url": "https://api.github.com/users/metajack/received_events",
"type": "User",
"site_admin": false
}
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/19620/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19620/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/19620/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/cdb604ae6950960e46855bfb28d6c1f560b4f6e7",
"head": {
"label": "emilio:parse-transition-longhand",
"ref": "parse-transition-longhand",
"sha": "cdb604ae6950960e46855bfb28d6c1f560b4f6e7",
"user": {
"login": "emilio",
"id": 1323194,
"avatar_url": "https://avatars1.githubusercontent.com/u/1323194?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emilio",
"html_url": "https://github.com/emilio",
"followers_url": "https://api.github.com/users/emilio/followers",
"following_url": "https://api.github.com/users/emilio/following{/other_user}",
"gists_url": "https://api.github.com/users/emilio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/emilio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/emilio/subscriptions",
"organizations_url": "https://api.github.com/users/emilio/orgs",
"repos_url": "https://api.github.com/users/emilio/repos",
"events_url": "https://api.github.com/users/emilio/events{/privacy}",
"received_events_url": "https://api.github.com/users/emilio/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 34808649,
"name": "servo",
"full_name": "emilio/servo",
"owner": {
"login": "emilio",
"id": 1323194,
"avatar_url": "https://avatars1.githubusercontent.com/u/1323194?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/emilio",
"html_url": "https://github.com/emilio",
"followers_url": "https://api.github.com/users/emilio/followers",
"following_url": "https://api.github.com/users/emilio/following{/other_user}",
"gists_url": "https://api.github.com/users/emilio/gists{/gist_id}",
"starred_url": "https://api.github.com/users/emilio/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/emilio/subscriptions",
"organizations_url": "https://api.github.com/users/emilio/orgs",
"repos_url": "https://api.github.com/users/emilio/repos",
"events_url": "https://api.github.com/users/emilio/events{/privacy}",
"received_events_url": "https://api.github.com/users/emilio/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/emilio/servo",
"description": "The Servo Browser Engine",
"fork": true,
"url": "https://api.github.com/repos/emilio/servo",
"forks_url": "https://api.github.com/repos/emilio/servo/forks",
"keys_url": "https://api.github.com/repos/emilio/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/emilio/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/emilio/servo/teams",
"hooks_url": "https://api.github.com/repos/emilio/servo/hooks",
"issue_events_url": "https://api.github.com/repos/emilio/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/emilio/servo/events",
"assignees_url": "https://api.github.com/repos/emilio/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/emilio/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/emilio/servo/tags",
"blobs_url": "https://api.github.com/repos/emilio/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/emilio/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/emilio/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/emilio/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/emilio/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/emilio/servo/languages",
"stargazers_url": "https://api.github.com/repos/emilio/servo/stargazers",
"contributors_url": "https://api.github.com/repos/emilio/servo/contributors",
"subscribers_url": "https://api.github.com/repos/emilio/servo/subscribers",
"subscription_url": "https://api.github.com/repos/emilio/servo/subscription",
"commits_url": "https://api.github.com/repos/emilio/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/emilio/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/emilio/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/emilio/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/emilio/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/emilio/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/emilio/servo/merges",
"archive_url": "https://api.github.com/repos/emilio/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/emilio/servo/downloads",
"issues_url": "https://api.github.com/repos/emilio/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/emilio/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/emilio/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/emilio/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/emilio/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/emilio/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/emilio/servo/deployments",
"created_at": "2015-04-29T17:44:08Z",
"updated_at": "2016-01-12T15:00:17Z",
"pushed_at": "2017-12-21T12:57:32Z",
"git_url": "git://github.com/emilio/servo.git",
"ssh_url": "git@github.com:emilio/servo.git",
"clone_url": "https://github.com/emilio/servo.git",
"svn_url": "https://github.com/emilio/servo",
"homepage": "",
"size": 323504,
"stargazers_count": 0,
"watchers_count": 0,
"language": null,
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 0,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "df0f9ad7ae6f10ffeaf5d40f4a2a25abadabf9cc",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T14:53:23Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402344,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620"
},
"html": {
"href": "https://github.com/servo/servo/pull/19620"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/19620"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/19620/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/19620/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/cdb604ae6950960e46855bfb28d6c1f560b4f6e7"
}
},
"author_association": "MEMBER",
"merged": true,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": {
"login": "bors-servo",
"id": 4368172,
"avatar_url": "https://avatars1.githubusercontent.com/u/4368172?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bors-servo",
"html_url": "https://github.com/bors-servo",
"followers_url": "https://api.github.com/users/bors-servo/followers",
"following_url": "https://api.github.com/users/bors-servo/following{/other_user}",
"gists_url": "https://api.github.com/users/bors-servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bors-servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bors-servo/subscriptions",
"organizations_url": "https://api.github.com/users/bors-servo/orgs",
"repos_url": "https://api.github.com/users/bors-servo/repos",
"events_url": "https://api.github.com/users/bors-servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/bors-servo/received_events",
"type": "User",
"site_admin": false
},
"comments": 6,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 4,
"deletions": 14,
"changed_files": 1
},
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T14:53:23Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402344,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "bors-servo",
"id": 4368172,
"avatar_url": "https://avatars1.githubusercontent.com/u/4368172?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bors-servo",
"html_url": "https://github.com/bors-servo",
"followers_url": "https://api.github.com/users/bors-servo/followers",
"following_url": "https://api.github.com/users/bors-servo/following{/other_user}",
"gists_url": "https://api.github.com/users/bors-servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bors-servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bors-servo/subscriptions",
"organizations_url": "https://api.github.com/users/bors-servo/orgs",
"repos_url": "https://api.github.com/users/bors-servo/repos",
"events_url": "https://api.github.com/users/bors-servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/bors-servo/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1,4 @@
diff --git a/tests/wpt/mozilla/tests/mozilla/mozilla-test.html b/tests/wpt/web-platform-tests/mozilla-test.html
similarity index 100%
rename from tests/wpt/mozilla/tests/mozilla/mozilla-test.html
rename to tests/wpt/web-platform-tests/mozilla-test.html

View file

@ -0,0 +1,4 @@
diff --git a/tests/wpt/web-platform-tests/test.html b/tests/wpt/test.html
similarity index 100%
rename from tests/wpt/web-platform-tests/test.html
rename to tests/wpt/test.html

View file

@ -0,0 +1,10 @@
diff --git a/tests/wpt/something.py b/tests/wpt/something.py
index 10d52a0..92fb89d 100644
--- a/tests/wpt/something.py
+++ b/tests/wpt/something.py
@@ -8,3 +8,4 @@
# except according to those terms.
print('this is a python file')
+print('this is a change')

View file

@ -0,0 +1,440 @@
{
"action": "opened",
"number": 18746,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/18746",
"id": 144666315,
"html_url": "https://github.com/servo/servo/pull/18746",
"diff_url": "https://github.com/servo/servo/pull/18746.diff",
"patch_url": "https://github.com/servo/servo/pull/18746.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/18746",
"number": 18746,
"state": "open",
"locked": false,
"title": "This is a test",
"user": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
},
"body": "[no-wpt-sync]<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #__ (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n",
"created_at": "2017-10-04T13:16:26Z",
"updated_at": "2017-10-04T13:16:26Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": null,
"assignee": null,
"assignees": [
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/18746/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/18746/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/18746/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"head": {
"label": "servo:jdm-patch-1",
"ref": "jdm-patch-1",
"sha": "1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "3b7a82b8c743bcbbefb6f25defd4cc132c25c348",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746"
},
"html": {
"href": "https://github.com/servo/servo/pull/18746"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/18746"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/18746/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f"
}
},
"author_association": "MEMBER",
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 2,
"deletions": 1,
"changed_files": 1
},
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1,440 @@
{
"action": "opened",
"number": 18746,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/18746",
"id": 144666315,
"html_url": "https://github.com/servo/servo/pull/18746",
"diff_url": "https://github.com/servo/servo/pull/18746.diff",
"patch_url": "https://github.com/servo/servo/pull/18746.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/18746",
"number": 18746,
"state": "open",
"locked": false,
"title": "This is a test",
"user": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
},
"body": "<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #__ (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n",
"created_at": "2017-10-04T13:16:26Z",
"updated_at": "2017-10-04T13:16:26Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": null,
"assignee": null,
"assignees": [
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/18746/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/18746/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/18746/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"head": {
"label": "servo:jdm-patch-1",
"ref": "jdm-patch-1",
"sha": "1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "3b7a82b8c743bcbbefb6f25defd4cc132c25c348",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746"
},
"html": {
"href": "https://github.com/servo/servo/pull/18746"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/18746"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/18746/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/18746/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/1bb1cd385c4d1928b4f60c4c15906f5318ca2f3f"
}
},
"author_association": "MEMBER",
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 2,
"deletions": 1,
"changed_files": 1
},
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-10-04T11:44:53Z",
"pushed_at": "2017-10-04T13:16:20Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 370069,
"stargazers_count": 10131,
"watchers_count": 10131,
"language": null,
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1731,
"mirror_url": null,
"open_issues_count": 2073,
"forks": 1731,
"open_issues": 2073,
"watchers": 10131,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "jdm",
"id": 27658,
"avatar_url": "https://avatars1.githubusercontent.com/u/27658?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jdm",
"html_url": "https://github.com/jdm",
"followers_url": "https://api.github.com/users/jdm/followers",
"following_url": "https://api.github.com/users/jdm/following{/other_user}",
"gists_url": "https://api.github.com/users/jdm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jdm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jdm/subscriptions",
"organizations_url": "https://api.github.com/users/jdm/orgs",
"repos_url": "https://api.github.com/users/jdm/repos",
"events_url": "https://api.github.com/users/jdm/events{/privacy}",
"received_events_url": "https://api.github.com/users/jdm/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1 @@
This is a repository designed to superficially resemble the Servo repository.

View file

@ -0,0 +1,3 @@
<html>
<h1>this is a mozilla-specific test</h1>
</html>

View file

@ -0,0 +1,10 @@
# Copyright 2023 The Servo Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution.
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
# option. This file may not be copied, modified, or distributed
# except according to those terms.
print('this is a python file')

View file

@ -0,0 +1,3 @@
<html>
<h1>css test!</h1>
</html>

View file

@ -0,0 +1,3 @@
<html>
<h1>css test!</h1>
</html>

View file

@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fetch: handling Location header during redirection</title>
<meta name="author" title="Canon Research France" href="https://www.crf.canon.fr">
<meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script src="../resources/utils.js"></script>
<script src="redirect-location.js"></script>
</body>
</html>

View file

@ -0,0 +1,3 @@
<html>
<h1>this is a test file</h1>
</html>

View file

@ -0,0 +1,499 @@
{
"action": "synchronize",
"number": 19612,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/19612",
"id": 159474132,
"html_url": "https://github.com/servo/servo/pull/19612",
"diff_url": "https://github.com/servo/servo/pull/19612.diff",
"patch_url": "https://github.com/servo/servo/pull/19612.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/19612",
"number": 19612,
"state": "open",
"locked": false,
"title": "deny warnings",
"user": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"body": "<!-- Please describe your changes on the following line: -->\r\ndeny warnings\r\nrelated to #19573\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #19572 (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\n\n<!-- Reviewable:start -->\n---\nThis change is[<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/19612)\n<!-- Reviewable:end -->\n",
"created_at": "2017-12-20T17:24:41Z",
"updated_at": "2017-12-21T13:34:10Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "b584f06079f4d4dc10fbc0e9bbef848b5aeb0d15",
"assignee": {
"login": "SimonSapin",
"id": 291359,
"avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonSapin",
"html_url": "https://github.com/SimonSapin",
"followers_url": "https://api.github.com/users/SimonSapin/followers",
"following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
"gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
"organizations_url": "https://api.github.com/users/SimonSapin/orgs",
"repos_url": "https://api.github.com/users/SimonSapin/repos",
"events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
"received_events_url": "https://api.github.com/users/SimonSapin/received_events",
"type": "User",
"site_admin": false
},
"assignees": [
{
"login": "SimonSapin",
"id": 291359,
"avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonSapin",
"html_url": "https://github.com/SimonSapin",
"followers_url": "https://api.github.com/users/SimonSapin/followers",
"following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
"gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
"organizations_url": "https://api.github.com/users/SimonSapin/orgs",
"repos_url": "https://api.github.com/users/SimonSapin/repos",
"events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
"received_events_url": "https://api.github.com/users/SimonSapin/received_events",
"type": "User",
"site_admin": false
}
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/19612/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19612/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/19612/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"head": {
"label": "tigercosmos:o1",
"ref": "o1",
"sha": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"user": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 100714943,
"name": "servo",
"full_name": "tigercosmos/servo",
"owner": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/tigercosmos/servo",
"description": "The Servo Browser Engine",
"fork": true,
"url": "https://api.github.com/repos/tigercosmos/servo",
"forks_url": "https://api.github.com/repos/tigercosmos/servo/forks",
"keys_url": "https://api.github.com/repos/tigercosmos/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/tigercosmos/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/tigercosmos/servo/teams",
"hooks_url": "https://api.github.com/repos/tigercosmos/servo/hooks",
"issue_events_url": "https://api.github.com/repos/tigercosmos/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/tigercosmos/servo/events",
"assignees_url": "https://api.github.com/repos/tigercosmos/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/tigercosmos/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/tigercosmos/servo/tags",
"blobs_url": "https://api.github.com/repos/tigercosmos/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/tigercosmos/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/tigercosmos/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/tigercosmos/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/tigercosmos/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/tigercosmos/servo/languages",
"stargazers_url": "https://api.github.com/repos/tigercosmos/servo/stargazers",
"contributors_url": "https://api.github.com/repos/tigercosmos/servo/contributors",
"subscribers_url": "https://api.github.com/repos/tigercosmos/servo/subscribers",
"subscription_url": "https://api.github.com/repos/tigercosmos/servo/subscription",
"commits_url": "https://api.github.com/repos/tigercosmos/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/tigercosmos/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/tigercosmos/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/tigercosmos/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/tigercosmos/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/tigercosmos/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/tigercosmos/servo/merges",
"archive_url": "https://api.github.com/repos/tigercosmos/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/tigercosmos/servo/downloads",
"issues_url": "https://api.github.com/repos/tigercosmos/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/tigercosmos/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/tigercosmos/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/tigercosmos/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/tigercosmos/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/tigercosmos/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/tigercosmos/servo/deployments",
"created_at": "2017-08-18T13:31:45Z",
"updated_at": "2017-11-05T13:18:26Z",
"pushed_at": "2017-12-21T13:34:10Z",
"git_url": "git://github.com/tigercosmos/servo.git",
"ssh_url": "git@github.com:tigercosmos/servo.git",
"clone_url": "https://github.com/tigercosmos/servo.git",
"svn_url": "https://github.com/tigercosmos/servo",
"homepage": "https://servo.org/",
"size": 321860,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Rust",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 0,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "df0f9ad7ae6f10ffeaf5d40f4a2a25abadabf9cc",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T13:12:14Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402429,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612"
},
"html": {
"href": "https://github.com/servo/servo/pull/19612"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/19612"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/19612/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd"
}
},
"author_association": "CONTRIBUTOR",
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 61,
"review_comments": 0,
"maintainer_can_modify": true,
"commits": 3,
"additions": 19,
"deletions": 20,
"changed_files": 8
},
"before": "537b653d9044d2f265d5790ba3761cea539a57f6",
"after": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T13:12:14Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402429,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1,499 @@
{
"action": "synchronize",
"number": 19612,
"pull_request": {
"url": "https://api.github.com/repos/servo/servo/pulls/19612",
"id": 159474132,
"html_url": "https://github.com/servo/servo/pull/19612",
"diff_url": "https://github.com/servo/servo/pull/19612.diff",
"patch_url": "https://github.com/servo/servo/pull/19612.patch",
"issue_url": "https://api.github.com/repos/servo/servo/issues/19612",
"number": 19612,
"state": "open",
"locked": false,
"title": "deny warnings",
"user": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"body": "<!-- Please describe your changes on the following line: -->\r\ndeny warnings\r\nrelated to #19573\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #19572 (github issue number if applicable).\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because _____\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\n\n<!-- Reviewable:start -->\n---\nThis change is[<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/servo/servo/19612)\n<!-- Reviewable:end -->\n",
"created_at": "2017-12-20T17:24:41Z",
"updated_at": "2017-12-21T13:34:10Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "b584f06079f4d4dc10fbc0e9bbef848b5aeb0d15",
"assignee": {
"login": "SimonSapin",
"id": 291359,
"avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonSapin",
"html_url": "https://github.com/SimonSapin",
"followers_url": "https://api.github.com/users/SimonSapin/followers",
"following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
"gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
"organizations_url": "https://api.github.com/users/SimonSapin/orgs",
"repos_url": "https://api.github.com/users/SimonSapin/repos",
"events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
"received_events_url": "https://api.github.com/users/SimonSapin/received_events",
"type": "User",
"site_admin": false
},
"assignees": [
{
"login": "SimonSapin",
"id": 291359,
"avatar_url": "https://avatars0.githubusercontent.com/u/291359?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SimonSapin",
"html_url": "https://github.com/SimonSapin",
"followers_url": "https://api.github.com/users/SimonSapin/followers",
"following_url": "https://api.github.com/users/SimonSapin/following{/other_user}",
"gists_url": "https://api.github.com/users/SimonSapin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SimonSapin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SimonSapin/subscriptions",
"organizations_url": "https://api.github.com/users/SimonSapin/orgs",
"repos_url": "https://api.github.com/users/SimonSapin/repos",
"events_url": "https://api.github.com/users/SimonSapin/events{/privacy}",
"received_events_url": "https://api.github.com/users/SimonSapin/received_events",
"type": "User",
"site_admin": false
}
],
"requested_reviewers": [
],
"milestone": null,
"commits_url": "https://api.github.com/repos/servo/servo/pulls/19612/commits",
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19612/comments",
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/servo/servo/issues/19612/comments",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"head": {
"label": "tigercosmos:o1",
"ref": "o1",
"sha": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"user": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 100714943,
"name": "servo",
"full_name": "tigercosmos/servo",
"owner": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/tigercosmos/servo",
"description": "The Servo Browser Engine",
"fork": true,
"url": "https://api.github.com/repos/tigercosmos/servo",
"forks_url": "https://api.github.com/repos/tigercosmos/servo/forks",
"keys_url": "https://api.github.com/repos/tigercosmos/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/tigercosmos/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/tigercosmos/servo/teams",
"hooks_url": "https://api.github.com/repos/tigercosmos/servo/hooks",
"issue_events_url": "https://api.github.com/repos/tigercosmos/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/tigercosmos/servo/events",
"assignees_url": "https://api.github.com/repos/tigercosmos/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/tigercosmos/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/tigercosmos/servo/tags",
"blobs_url": "https://api.github.com/repos/tigercosmos/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/tigercosmos/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/tigercosmos/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/tigercosmos/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/tigercosmos/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/tigercosmos/servo/languages",
"stargazers_url": "https://api.github.com/repos/tigercosmos/servo/stargazers",
"contributors_url": "https://api.github.com/repos/tigercosmos/servo/contributors",
"subscribers_url": "https://api.github.com/repos/tigercosmos/servo/subscribers",
"subscription_url": "https://api.github.com/repos/tigercosmos/servo/subscription",
"commits_url": "https://api.github.com/repos/tigercosmos/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/tigercosmos/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/tigercosmos/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/tigercosmos/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/tigercosmos/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/tigercosmos/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/tigercosmos/servo/merges",
"archive_url": "https://api.github.com/repos/tigercosmos/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/tigercosmos/servo/downloads",
"issues_url": "https://api.github.com/repos/tigercosmos/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/tigercosmos/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/tigercosmos/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/tigercosmos/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/tigercosmos/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/tigercosmos/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/tigercosmos/servo/deployments",
"created_at": "2017-08-18T13:31:45Z",
"updated_at": "2017-11-05T13:18:26Z",
"pushed_at": "2017-12-21T13:34:10Z",
"git_url": "git://github.com/tigercosmos/servo.git",
"ssh_url": "git@github.com:tigercosmos/servo.git",
"clone_url": "https://github.com/tigercosmos/servo.git",
"svn_url": "https://github.com/tigercosmos/servo",
"homepage": "https://servo.org/",
"size": 321860,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Rust",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 0,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master"
}
},
"base": {
"label": "servo:master",
"ref": "master",
"sha": "df0f9ad7ae6f10ffeaf5d40f4a2a25abadabf9cc",
"user": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"repo": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T13:12:14Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402429,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612"
},
"html": {
"href": "https://github.com/servo/servo/pull/19612"
},
"issue": {
"href": "https://api.github.com/repos/servo/servo/issues/19612"
},
"comments": {
"href": "https://api.github.com/repos/servo/servo/issues/19612/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/servo/servo/pulls/19612/commits"
},
"statuses": {
"href": "https://api.github.com/repos/servo/servo/statuses/ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd"
}
},
"author_association": "CONTRIBUTOR",
"merged": false,
"mergeable": null,
"rebaseable": null,
"mergeable_state": "unknown",
"merged_by": null,
"comments": 61,
"review_comments": 0,
"maintainer_can_modify": true,
"commits": 1,
"additions": 19,
"deletions": 20,
"changed_files": 8
},
"before": "537b653d9044d2f265d5790ba3761cea539a57f6",
"after": "ab19bd1b6438c8e3aa0e5ab36dc3a6d5b14c12dd",
"repository": {
"id": 3390243,
"name": "servo",
"full_name": "servo/servo",
"owner": {
"login": "servo",
"id": 2566135,
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/servo",
"html_url": "https://github.com/servo",
"followers_url": "https://api.github.com/users/servo/followers",
"following_url": "https://api.github.com/users/servo/following{/other_user}",
"gists_url": "https://api.github.com/users/servo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/servo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/servo/subscriptions",
"organizations_url": "https://api.github.com/users/servo/orgs",
"repos_url": "https://api.github.com/users/servo/repos",
"events_url": "https://api.github.com/users/servo/events{/privacy}",
"received_events_url": "https://api.github.com/users/servo/received_events",
"type": "Organization",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/servo/servo",
"description": "The Servo Browser Engine",
"fork": false,
"url": "https://api.github.com/repos/servo/servo",
"forks_url": "https://api.github.com/repos/servo/servo/forks",
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/servo/servo/teams",
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
"events_url": "https://api.github.com/repos/servo/servo/events",
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
"tags_url": "https://api.github.com/repos/servo/servo/tags",
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/servo/servo/languages",
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/servo/servo/merges",
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
"created_at": "2012-02-08T19:07:25Z",
"updated_at": "2017-12-21T09:43:03Z",
"pushed_at": "2017-12-21T13:12:14Z",
"git_url": "git://github.com/servo/servo.git",
"ssh_url": "git@github.com:servo/servo.git",
"clone_url": "https://github.com/servo/servo.git",
"svn_url": "https://github.com/servo/servo",
"homepage": "https://servo.org/",
"size": 402429,
"stargazers_count": 10867,
"watchers_count": 10867,
"language": "Rust",
"has_issues": true,
"has_projects": false,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 1810,
"mirror_url": null,
"archived": false,
"open_issues_count": 2027,
"license": {
"key": "mpl-2.0",
"name": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0",
"url": "https://api.github.com/licenses/mpl-2.0"
},
"forks": 1810,
"open_issues": 2027,
"watchers": 10867,
"default_branch": "master"
},
"organization": {
"login": "servo",
"id": 2566135,
"url": "https://api.github.com/orgs/servo",
"repos_url": "https://api.github.com/orgs/servo/repos",
"events_url": "https://api.github.com/orgs/servo/events",
"hooks_url": "https://api.github.com/orgs/servo/hooks",
"issues_url": "https://api.github.com/orgs/servo/issues",
"members_url": "https://api.github.com/orgs/servo/members{/member}",
"public_members_url": "https://api.github.com/orgs/servo/public_members{/member}",
"avatar_url": "https://avatars1.githubusercontent.com/u/2566135?v=4",
"description": "The Servo web browser engine"
},
"sender": {
"login": "tigercosmos",
"id": 18013815,
"avatar_url": "https://avatars0.githubusercontent.com/u/18013815?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tigercosmos",
"html_url": "https://github.com/tigercosmos",
"followers_url": "https://api.github.com/users/tigercosmos/followers",
"following_url": "https://api.github.com/users/tigercosmos/following{/other_user}",
"gists_url": "https://api.github.com/users/tigercosmos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tigercosmos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tigercosmos/subscriptions",
"organizations_url": "https://api.github.com/users/tigercosmos/orgs",
"repos_url": "https://api.github.com/users/tigercosmos/repos",
"events_url": "https://api.github.com/users/tigercosmos/events{/privacy}",
"received_events_url": "https://api.github.com/users/tigercosmos/received_events",
"type": "User",
"site_admin": false
}
}

View file

@ -0,0 +1,3 @@
<html>
<h1>css test!</h1>
</html>

View file

@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fetch: handling Location header during redirection</title>
<meta name="author" title="Canon Research France" href="https://www.crf.canon.fr">
<meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script src="../resources/utils.js"></script>
<script src="redirect-location.js"></script>
</body>
</html>

View file

@ -0,0 +1,3 @@
<html>
<h1>this is a test file</h1>
</html>

View file

@ -0,0 +1,9 @@
diff --git a/tests/wpt/web-platform-tests/css/css-test.html b/tests/wpt/web-platform-tests/css/css-test.html
index cffb6eb..6100a49 100644
--- a/tests/wpt/web-platform-tests/css/css-test.html
+++ b/tests/wpt/web-platform-tests/css/css-test.html
@@ -1,3 +1,3 @@
<html>
-<h1>css test!</h1>
+<h1>css test!</h1>hi
</html>