Changeset 270321 in webkit
- Timestamp:
- Dec 1, 2020 11:29:43 AM (20 months ago)
- Location:
- trunk
- Files:
-
- 9 edited
-
LayoutTests/imported/w3c/ChangeLog (modified) (1 diff)
-
LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any-expected.txt (modified) (10 diffs)
-
LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any.js (modified) (5 diffs)
-
LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any.worker-expected.txt (modified) (10 diffs)
-
LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any-expected.txt (modified) (5 diffs)
-
LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any.js (modified) (5 diffs)
-
LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any.worker-expected.txt (modified) (5 diffs)
-
Source/WTF/ChangeLog (modified) (1 diff)
-
Source/WTF/wtf/URL.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r270300 r270321 1 2020-12-01 Youenn Fablet <youenn@apple.com> 2 3 Update list of block ports according fetch spec 4 https://bugs.webkit.org/show_bug.cgi?id=219154 5 6 Reviewed by Sam Weinig. 7 8 * web-platform-tests/fetch/api/request/request-bad-port.any-expected.txt: 9 * web-platform-tests/fetch/api/request/request-bad-port.any.js: 10 * web-platform-tests/fetch/api/request/request-bad-port.any.worker-expected.txt: 11 * web-platform-tests/websockets/Create-blocked-port.any-expected.txt: 12 * web-platform-tests/websockets/Create-blocked-port.any.js: 13 * web-platform-tests/websockets/Create-blocked-port.any.worker-expected.txt: 14 1 15 2020-12-01 Rob Buis <rbuis@igalia.com> 2 16 -
trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any-expected.txt
r269436 r270321 16 16 Blocked access to external URL http://example.com:43/ 17 17 Blocked access to external URL http://example.com:53/ 18 Blocked access to external URL http://example.com:69/ 18 19 Blocked access to external URL http://example.com:77/ 19 20 Blocked access to external URL http://example.com:79/ … … 33 34 Blocked access to external URL http://example.com:123/ 34 35 Blocked access to external URL http://example.com:135/ 36 Blocked access to external URL http://example.com:137/ 35 37 Blocked access to external URL http://example.com:139/ 36 38 Blocked access to external URL http://example.com:143/ 39 Blocked access to external URL http://example.com:161/ 37 40 Blocked access to external URL http://example.com:179/ 38 41 Blocked access to external URL http://example.com:389/ … … 49 52 Blocked access to external URL http://example.com:540/ 50 53 Blocked access to external URL http://example.com:548/ 54 Blocked access to external URL http://example.com:554/ 51 55 Blocked access to external URL http://example.com:556/ 52 56 Blocked access to external URL http://example.com:563/ … … 57 61 Blocked access to external URL http://example.com:995/ 58 62 Blocked access to external URL http://example.com:2049/ 63 Blocked access to external URL http://example.com:1719/ 64 Blocked access to external URL http://example.com:1720/ 65 Blocked access to external URL http://example.com:1723/ 59 66 Blocked access to external URL http://example.com:3659/ 60 67 Blocked access to external URL http://example.com:4045/ … … 62 69 Blocked access to external URL http://example.com:5061/ 63 70 Blocked access to external URL http://example.com:6000/ 71 Blocked access to external URL http://example.com:6566/ 64 72 Blocked access to external URL http://example.com:6665/ 65 73 Blocked access to external URL http://example.com:6666/ … … 86 94 PASS Request on bad port 43 should throw TypeError. 87 95 PASS Request on bad port 53 should throw TypeError. 96 PASS Request on bad port 69 should throw TypeError. 88 97 PASS Request on bad port 77 should throw TypeError. 89 98 PASS Request on bad port 79 should throw TypeError. … … 103 112 PASS Request on bad port 123 should throw TypeError. 104 113 PASS Request on bad port 135 should throw TypeError. 114 PASS Request on bad port 137 should throw TypeError. 105 115 PASS Request on bad port 139 should throw TypeError. 106 116 PASS Request on bad port 143 should throw TypeError. 117 PASS Request on bad port 161 should throw TypeError. 107 118 PASS Request on bad port 179 should throw TypeError. 108 119 PASS Request on bad port 389 should throw TypeError. … … 119 130 PASS Request on bad port 540 should throw TypeError. 120 131 PASS Request on bad port 548 should throw TypeError. 132 PASS Request on bad port 554 should throw TypeError. 121 133 PASS Request on bad port 556 should throw TypeError. 122 134 PASS Request on bad port 563 should throw TypeError. … … 127 139 PASS Request on bad port 995 should throw TypeError. 128 140 PASS Request on bad port 2049 should throw TypeError. 141 PASS Request on bad port 1719 should throw TypeError. 142 PASS Request on bad port 1720 should throw TypeError. 143 PASS Request on bad port 1723 should throw TypeError. 129 144 PASS Request on bad port 3659 should throw TypeError. 130 145 PASS Request on bad port 4045 should throw TypeError. … … 132 147 PASS Request on bad port 5061 should throw TypeError. 133 148 PASS Request on bad port 6000 should throw TypeError. 149 PASS Request on bad port 6566 should throw TypeError. 134 150 PASS Request on bad port 6665 should throw TypeError. 135 151 PASS Request on bad port 6666 should throw TypeError. -
trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any.js
r269436 r270321 21 21 43, // nicname 22 22 53, // domain 23 69, // TFTP 23 24 77, // priv-rjs 24 25 79, // finger … … 38 39 123, // ntp 39 40 135, // loc-srv / epmap 41 137, // netbios 40 42 139, // netbios 41 43 143, // imap2 44 161, // SNMP 42 45 179, // bgp 43 46 389, // ldap … … 54 57 540, // uucp 55 58 548, // afp 59 554, // rtsp 56 60 556, // remotefs 57 61 563, // nntp+ssl … … 62 66 995, // pop3+ssl 63 67 2049, // nfs 68 1719, // H323 (RAS) 69 1720, // H323 (Q931) 70 1723, // H323 (H245) 64 71 3659, // apple-sasl 65 72 4045, // lockd … … 67 74 5061, // sips 68 75 6000, // x11 76 6566, // SANE 69 77 6665, // irc (alternate) 70 78 6666, // irc (alternate) -
trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-bad-port.any.worker-expected.txt
r269436 r270321 16 16 Blocked access to external URL http://example.com:43/ 17 17 Blocked access to external URL http://example.com:53/ 18 Blocked access to external URL http://example.com:69/ 18 19 Blocked access to external URL http://example.com:77/ 19 20 Blocked access to external URL http://example.com:79/ … … 33 34 Blocked access to external URL http://example.com:123/ 34 35 Blocked access to external URL http://example.com:135/ 36 Blocked access to external URL http://example.com:137/ 35 37 Blocked access to external URL http://example.com:139/ 36 38 Blocked access to external URL http://example.com:143/ 39 Blocked access to external URL http://example.com:161/ 37 40 Blocked access to external URL http://example.com:179/ 38 41 Blocked access to external URL http://example.com:389/ … … 49 52 Blocked access to external URL http://example.com:540/ 50 53 Blocked access to external URL http://example.com:548/ 54 Blocked access to external URL http://example.com:554/ 51 55 Blocked access to external URL http://example.com:556/ 52 56 Blocked access to external URL http://example.com:563/ … … 57 61 Blocked access to external URL http://example.com:995/ 58 62 Blocked access to external URL http://example.com:2049/ 63 Blocked access to external URL http://example.com:1719/ 64 Blocked access to external URL http://example.com:1720/ 65 Blocked access to external URL http://example.com:1723/ 59 66 Blocked access to external URL http://example.com:3659/ 60 67 Blocked access to external URL http://example.com:4045/ … … 62 69 Blocked access to external URL http://example.com:5061/ 63 70 Blocked access to external URL http://example.com:6000/ 71 Blocked access to external URL http://example.com:6566/ 64 72 Blocked access to external URL http://example.com:6665/ 65 73 Blocked access to external URL http://example.com:6666/ … … 86 94 PASS Request on bad port 43 should throw TypeError. 87 95 PASS Request on bad port 53 should throw TypeError. 96 PASS Request on bad port 69 should throw TypeError. 88 97 PASS Request on bad port 77 should throw TypeError. 89 98 PASS Request on bad port 79 should throw TypeError. … … 103 112 PASS Request on bad port 123 should throw TypeError. 104 113 PASS Request on bad port 135 should throw TypeError. 114 PASS Request on bad port 137 should throw TypeError. 105 115 PASS Request on bad port 139 should throw TypeError. 106 116 PASS Request on bad port 143 should throw TypeError. 117 PASS Request on bad port 161 should throw TypeError. 107 118 PASS Request on bad port 179 should throw TypeError. 108 119 PASS Request on bad port 389 should throw TypeError. … … 119 130 PASS Request on bad port 540 should throw TypeError. 120 131 PASS Request on bad port 548 should throw TypeError. 132 PASS Request on bad port 554 should throw TypeError. 121 133 PASS Request on bad port 556 should throw TypeError. 122 134 PASS Request on bad port 563 should throw TypeError. … … 127 139 PASS Request on bad port 995 should throw TypeError. 128 140 PASS Request on bad port 2049 should throw TypeError. 141 PASS Request on bad port 1719 should throw TypeError. 142 PASS Request on bad port 1720 should throw TypeError. 143 PASS Request on bad port 1723 should throw TypeError. 129 144 PASS Request on bad port 3659 should throw TypeError. 130 145 PASS Request on bad port 4045 should throw TypeError. … … 132 147 PASS Request on bad port 5061 should throw TypeError. 133 148 PASS Request on bad port 6000 should throw TypeError. 149 PASS Request on bad port 6566 should throw TypeError. 134 150 PASS Request on bad port 6665 should throw TypeError. 135 151 PASS Request on bad port 6666 should throw TypeError. -
trunk/LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any-expected.txt
r269459 r270321 18 18 PASS WebSocket blocked port test 43 19 19 PASS WebSocket blocked port test 53 20 PASS WebSocket blocked port test 69 20 21 PASS WebSocket blocked port test 77 21 22 PASS WebSocket blocked port test 79 … … 35 36 PASS WebSocket blocked port test 123 36 37 PASS WebSocket blocked port test 135 38 PASS WebSocket blocked port test 137 37 39 PASS WebSocket blocked port test 139 38 40 PASS WebSocket blocked port test 143 41 PASS WebSocket blocked port test 161 39 42 PASS WebSocket blocked port test 179 40 43 PASS WebSocket blocked port test 389 … … 51 54 PASS WebSocket blocked port test 540 52 55 PASS WebSocket blocked port test 548 56 PASS WebSocket blocked port test 554 53 57 PASS WebSocket blocked port test 556 54 58 PASS WebSocket blocked port test 563 … … 59 63 PASS WebSocket blocked port test 995 60 64 PASS WebSocket blocked port test 2049 65 PASS WebSocket blocked port test 1719 66 PASS WebSocket blocked port test 1720 67 PASS WebSocket blocked port test 1723 61 68 PASS WebSocket blocked port test 3659 62 69 PASS WebSocket blocked port test 4045 … … 64 71 PASS WebSocket blocked port test 5061 65 72 PASS WebSocket blocked port test 6000 73 PASS WebSocket blocked port test 6566 66 74 PASS WebSocket blocked port test 6665 67 75 PASS WebSocket blocked port test 6666 -
trunk/LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any.js
r269436 r270321 26 26 43, // nicname 27 27 53, // domain 28 69, // TFTP 28 29 77, // priv-rjs 29 30 79, // finger … … 43 44 123, // ntp 44 45 135, // loc-srv / epmap 46 137, // netbios 45 47 139, // netbios 46 48 143, // imap2 49 161, // SNMP 47 50 179, // bgp 48 51 389, // ldap … … 59 62 540, // uucp 60 63 548, // afp 64 554, // rtsp 61 65 556, // remotefs 62 66 563, // nntp+ssl … … 67 71 995, // pop3+ssl 68 72 2049, // nfs 73 1719, // H323 (RAS) 74 1720, // H323 (Q931) 75 1723, // H323 (H245) 69 76 3659, // apple-sasl 70 77 4045, // lockd … … 72 79 5061, // sips 73 80 6000, // x11 81 6566, // SANE 74 82 6665, // irc (alternate) 75 83 6666, // irc (alternate) -
trunk/LayoutTests/imported/w3c/web-platform-tests/websockets/Create-blocked-port.any.worker-expected.txt
r269459 r270321 18 18 PASS WebSocket blocked port test 43 19 19 PASS WebSocket blocked port test 53 20 PASS WebSocket blocked port test 69 20 21 PASS WebSocket blocked port test 77 21 22 PASS WebSocket blocked port test 79 … … 35 36 PASS WebSocket blocked port test 123 36 37 PASS WebSocket blocked port test 135 38 PASS WebSocket blocked port test 137 37 39 PASS WebSocket blocked port test 139 38 40 PASS WebSocket blocked port test 143 41 PASS WebSocket blocked port test 161 39 42 PASS WebSocket blocked port test 179 40 43 PASS WebSocket blocked port test 389 … … 51 54 PASS WebSocket blocked port test 540 52 55 PASS WebSocket blocked port test 548 56 PASS WebSocket blocked port test 554 53 57 PASS WebSocket blocked port test 556 54 58 PASS WebSocket blocked port test 563 … … 59 63 PASS WebSocket blocked port test 995 60 64 PASS WebSocket blocked port test 2049 65 PASS WebSocket blocked port test 1719 66 PASS WebSocket blocked port test 1720 67 PASS WebSocket blocked port test 1723 61 68 PASS WebSocket blocked port test 3659 62 69 PASS WebSocket blocked port test 4045 … … 64 71 PASS WebSocket blocked port test 5061 65 72 PASS WebSocket blocked port test 6000 73 PASS WebSocket blocked port test 6566 66 74 PASS WebSocket blocked port test 6665 67 75 PASS WebSocket blocked port test 6666 -
trunk/Source/WTF/ChangeLog
r270311 r270321 1 2020-12-01 Youenn Fablet <youenn@apple.com> 2 3 Update list of block ports according fetch spec 4 https://bugs.webkit.org/show_bug.cgi?id=219154 5 6 Reviewed by Sam Weinig. 7 8 * wtf/URL.cpp: 9 (WTF::portAllowed): 10 1 11 2020-12-01 Ryan Haddad <ryanhaddad@apple.com> 2 12 -
trunk/Source/WTF/wtf/URL.cpp
r269436 r270321 910 910 43, // nicname 911 911 53, // domain 912 69, // TFTP 912 913 77, // priv-rjs 913 914 79, // finger … … 927 928 123, // NTP 928 929 135, // loc-srv / epmap 930 137, // NetBIOS 929 931 139, // netbios 930 932 143, // IMAP2 933 161, // SNMP 931 934 179, // BGP 932 935 389, // LDAP … … 943 946 540, // UUCP 944 947 548, // afpovertcp [Apple addition] 948 554, // rtsp 945 949 556, // remotefs 946 950 563, // NNTP+SSL … … 950 954 993, // IMAP+SSL 951 955 995, // POP3+SSL 956 1719, // H323 (RAS) 957 1720, // H323 (Q931) 958 1723, // H323 (H245) 952 959 2049, // NFS 953 960 3659, // apple-sasl / PasswordServer [Apple addition] … … 957 964 5061, // SIPS 958 965 6000, // X11 966 6566, // SANE 959 967 6665, // Alternate IRC [Apple addition] 960 968 6666, // Alternate IRC [Apple addition]
Note: See TracChangeset
for help on using the changeset viewer.