File tree
7 files changed
+217
-27
lines changed- .github/workflows
- runtime
- fastly
- builtins/fetch
- common
- tests/wpt-harness/expectations-sm/fetch/api/headers
7 files changed
+217
-27
lines changedLines changed: 56 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
488 | 544 |
| |
489 | 545 |
| |
490 | 546 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
|
Submodule StarlingMonkey updated 46 files
- .github/workflows/main.yml+1-1
- builtins/web/fetch/fetch-api.cpp+7-5
- builtins/web/fetch/fetch-errors.h+1
- builtins/web/fetch/fetch_event.cpp+11-19
- builtins/web/fetch/headers.cpp+758-443
- builtins/web/fetch/headers.h+80-42
- builtins/web/fetch/request-response.cpp+56-48
- builtins/web/fetch/request-response.h+4-5
- builtins/web/streams/transform-stream.cpp+16-2
- builtins/web/url.cpp+22-92
- builtins/web/url.h-1
- componentize.sh+9-6
- crates/rust-url/rust-url.h+2
- host-apis/wasi-0.2.0/host_api.cpp+63-127
- include/builtin.h+54
- include/host_api.h+23-25
- runtime/decode.cpp+7-1
- runtime/decode.h+1
- runtime/encode.cpp+37
- runtime/encode.h+4
- runtime/sequence.hpp+21-8
- tests/assert.js
- tests/e2e/headers/expect_serve_body.txt+1
- tests/e2e/headers/expect_serve_headers.txt+8
- tests/e2e/headers/expect_serve_stderr.txt
- tests/e2e/headers/headers.js+42
- tests/integration/btoa/btoa.js+1-1
- tests/integration/crypto/crypto.js+1-1
- tests/integration/fetch/fetch.js+1-1
- tests/integration/performance/performance.js+1-1
- tests/integration/test-server.js+1-1
- tests/integration/tests/performance.js-285
- tests/integration/timers/timers.js+1-1
- tests/test.sh+13-2
- tests/tests.cmake+8-7
- tests/wpt-harness/expectations/fetch/api/basic/request-headers-nonascii.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/headers/header-setcookie.any.js.json+17-17
- tests/wpt-harness/expectations/fetch/api/headers/headers-basic.any.js.json+9-9
- tests/wpt-harness/expectations/fetch/api/headers/headers-combine.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/headers/headers-errors.any.js.json+3-3
- tests/wpt-harness/expectations/fetch/api/headers/headers-record.any.js.json+7-7
- tests/wpt-harness/expectations/fetch/api/request/request-headers.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/response/response-headers-guard.any.js.json+1-1
- tests/wpt-harness/run-wpt.mjs+5-4
- tests/wpt-harness/tests.json+5-5
- tests/wpt-harness/wpt.cmake+1-1
Lines changed: 25 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
158 | 165 |
| |
159 | 166 |
| |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
160 | 172 |
| |
161 | 173 |
| |
162 | 174 |
| |
| |||
576 | 588 |
| |
577 | 589 |
| |
578 | 590 |
| |
579 |
| - | |
580 |
| - | |
| 591 | + | |
| 592 | + | |
581 | 593 |
| |
582 | 594 |
| |
583 | 595 |
| |
|
Lines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| 389 | + | |
| 390 | + | |
| 391 | + | |
389 | 392 |
| |
390 | 393 |
| |
391 | 394 |
| |
392 | 395 |
| |
393 |
| - | |
394 |
| - | |
| 396 | + | |
395 | 397 |
| |
396 | 398 |
| |
397 | 399 |
| |
| 400 | + | |
398 | 401 |
| |
399 | 402 |
| |
400 | 403 |
| |
| 404 | + | |
401 | 405 |
| |
402 | 406 |
| |
403 | 407 |
| |
404 | 408 |
| |
405 | 409 |
| |
| 410 | + | |
406 | 411 |
| |
407 | 412 |
| |
408 | 413 |
| |
| |||
415 | 420 |
| |
416 | 421 |
| |
417 | 422 |
| |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
| 423 | + | |
427 | 424 |
| |
428 | 425 |
| |
429 | 426 |
| |
|
Lines changed: 124 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
0 commit comments