File tree
45 files changed
+1529
-13781
lines changed- integration-tests/js-compute/fixtures/app
- src
- runtime
- fastly
- builtins
- fetch
- host-api
- bindings
- include
- preview1-adapter-debug
- preview1-adapter-release
- tests/wpt-harness
- expectations
- FileAPI/blob
- WebCryptoAPI
- digest
- compression
- console
- encoding
- fetch/data-urls
- hr-time
- html/webappapis/structured-clone
- streams
- readable-byte-streams
- readable-streams
- writable-streams
- url
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1529
-13781
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 |
| |
79 | 84 |
| |
80 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 | 1097 |
| |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
1098 | 1106 |
| |
1099 | 1107 |
| |
1100 | 1108 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Submodule StarlingMonkey updated 59 files
- CMakeLists.txt+4-2
- README.md+72
- builtins/web/blob.cpp+738
- builtins/web/blob.h+92
- builtins/web/fetch/fetch_event.cpp+2-3
- builtins/web/fetch/request-response.cpp+170-117
- builtins/web/fetch/request-response.h+6-6
- builtins/web/streams/native-stream-source.cpp+25-15
- builtins/web/streams/native-stream-source.h+11-3
- builtins/web/streams/transform-stream.cpp+4-3
- builtins/web/structured-clone.cpp+48-25
- cmake/builtins.cmake+1
- host-apis/wasi-0.2.0/handles.h+254
- host-apis/wasi-0.2.0/host_api.cmake+1
- host-apis/wasi-0.2.0/host_api.cpp+94-272
- include/builtin.h+16
- include/extension-api.h+1
- include/host_api.h+2-1
- justfile+88
- tests/e2e/blob/blob.js+52
- tests/e2e/blob/expect_serve_stdout.txt+2
- tests/e2e/multi-stream-forwarding/expect_serve_body.txt+1
- tests/e2e/multi-stream-forwarding/multi-stream-forwarding.js+58
- tests/test.sh+11-3
- tests/tests.cmake+3
- tests/wpt-harness/expectations/FileAPI/blob/Blob-array-buffer.any.js.json+17
- tests/wpt-harness/expectations/FileAPI/blob/Blob-bytes.any.js.json+17
- tests/wpt-harness/expectations/FileAPI/blob/Blob-constructor-dom.window.js.json+14
- tests/wpt-harness/expectations/FileAPI/blob/Blob-constructor.any.js.json+191
- tests/wpt-harness/expectations/FileAPI/blob/Blob-slice-overflow.any.js.json+14
- tests/wpt-harness/expectations/FileAPI/blob/Blob-slice.any.js.json+383
- tests/wpt-harness/expectations/FileAPI/blob/Blob-stream.any.js.json+20
- tests/wpt-harness/expectations/FileAPI/blob/Blob-text.any.js.json+26
- tests/wpt-harness/expectations/WebCryptoAPI/getRandomValues.any.js.json+27
- tests/wpt-harness/expectations/fetch/api/basic/keepalive.any.js.json+3
- tests/wpt-harness/expectations/fetch/api/body/cloned-any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/request/request-constructor-init-body-override.any.js.json+3
- tests/wpt-harness/expectations/fetch/api/request/request-consume-empty.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/request/request-consume.any.js.json+11-11
- tests/wpt-harness/expectations/fetch/api/request/request-disturbed.any.js.json+29
- tests/wpt-harness/expectations/fetch/api/request/request-headers.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/request/request-init-contenttype.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/request/request-structure.any.js.json+2-2
- tests/wpt-harness/expectations/fetch/api/response/response-consume-empty.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/response/response-error-from-stream.any.js.json+2-2
- tests/wpt-harness/expectations/fetch/api/response/response-init-contenttype.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/response/response-stream-bad-chunk.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-1.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-2.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-3.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/response/response-stream-disturbed-4.any.js.json+3-3
- tests/wpt-harness/expectations/html/webappapis/structured-clone/structured-clone.any.js.json+16-16
- tests/wpt-harness/expectations/streams/readable-byte-streams/tee.any.js.json+3
- tests/wpt-harness/expectations/url/url-constructor.any.js.json+39
- tests/wpt-harness/expectations/url/url-origin.any.js.json+39
- tests/wpt-harness/post-harness.js+4
- tests/wpt-harness/pre-harness.js+1-1
- tests/wpt-harness/tests.json+9
- tests/wpt-harness/wpt.cmake+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
641 |
| - | |
| 641 | + | |
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
| |||
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
| |||
80 | 79 |
| |
81 | 80 |
| |
82 | 81 |
| |
83 |
| - | |
| 82 | + | |
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
93 | 91 |
| |
94 | 92 |
| |
95 | 93 |
| |
| |||
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
104 |
| - | |
| 102 | + | |
105 | 103 |
| |
106 | 104 |
| |
107 | 105 |
| |
108 | 106 |
| |
109 |
| - | |
| 107 | + | |
110 | 108 |
| |
111 | 109 |
| |
112 | 110 |
| |
113 | 111 |
| |
114 | 112 |
| |
115 |
| - | |
| 113 | + | |
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
| |||
122 | 120 |
| |
123 | 121 |
| |
124 | 122 |
| |
125 |
| - | |
| 123 | + | |
126 | 124 |
| |
127 | 125 |
| |
128 | 126 |
| |
| |||
133 | 131 |
| |
134 | 132 |
| |
135 | 133 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
141 | 138 |
| |
142 | 139 |
| |
143 | 140 |
| |
| |||
349 | 346 |
| |
350 | 347 |
| |
351 | 348 |
| |
| 349 | + | |
352 | 350 |
| |
353 | 351 |
| |
354 | 352 |
| |
| |||
360 | 358 |
| |
361 | 359 |
| |
362 | 360 |
| |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
363 | 400 |
| |
364 | 401 |
| |
365 | 402 |
| |
| |||
547 | 584 |
| |
548 | 585 |
| |
549 | 586 |
| |
550 |
| - | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
551 | 600 |
| |
552 | 601 |
| |
553 | 602 |
| |
| |||
1185 | 1234 |
| |
1186 | 1235 |
| |
1187 | 1236 |
| |
1188 |
| - | |
1189 |
| - | |
1190 |
| - | |
1191 |
| - | |
1192 |
| - | |
| 1237 | + | |
1193 | 1238 |
| |
1194 | 1239 |
| |
1195 | 1240 |
| |
| |||
1647 | 1692 |
| |
1648 | 1693 |
| |
1649 | 1694 |
| |
| 1695 | + | |
| 1696 | + | |
1650 | 1697 |
| |
1651 | 1698 |
| |
1652 | 1699 |
| |
| |||
2900 | 2947 |
| |
2901 | 2948 |
| |
2902 | 2949 |
| |
| 2950 | + | |
2903 | 2951 |
| |
2904 | 2952 |
| |
2905 | 2953 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| |||
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
| 218 | + | |
217 | 219 |
| |
218 | 220 |
| |
219 | 221 |
| |
|
0 commit comments