File tree
71 files changed
+35781
-109
lines changed- runtime
- tests/wpt-harness
- expectations
- FileAPI/file
- WebCryptoAPI/digest
- compression
- console
- encoding
- fetch/api
- abort
- basic
- body
- headers
- redirect
- request
- response
- streams
- piping
- readable-byte-streams
- readable-streams
- transform-streams
- writable-streams
- url
- xhr/formdata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+35781
-109
lines changedSubmodule StarlingMonkey updated 49 files
- builtins/web/blob.cpp+65-38
- builtins/web/blob.h+11
- builtins/web/crypto/crypto-algorithm.cpp+1
- builtins/web/crypto/crypto.cpp+7-109
- builtins/web/crypto/uuid.cpp+100
- builtins/web/crypto/uuid.h+29
- builtins/web/fetch/fetch-api.cpp+280-38
- builtins/web/fetch/fetch-utils.cpp+62
- builtins/web/fetch/fetch-utils.h+21
- builtins/web/fetch/headers.cpp+24-3
- builtins/web/fetch/headers.h+7
- builtins/web/fetch/request-response.cpp+71-19
- builtins/web/fetch/request-response.h+11
- builtins/web/file.cpp+158
- builtins/web/file.h+38
- builtins/web/form-data.cpp+470
- builtins/web/form-data.h+83
- builtins/web/text-codec/text-decoder.cpp+9
- builtins/web/text-codec/text-decoder.h+2-1
- builtins/web/url.cpp+148-2
- builtins/web/url.h+5
- cmake/builtins.cmake+7-1
- cmake/compile-flags.cmake+1-1
- host-apis/wasi-0.2.0/host_api.cpp+1
- runtime/decode.h+2-2
- runtime/encode.h+8
- tests/integration/fetch/fetch.js+93
- tests/wpt-harness/expectations/FileAPI/file/File-constructor.any.js.json+149
- tests/wpt-harness/expectations/fetch/api/basic/accept-header.any.js.json+2-2
- tests/wpt-harness/expectations/fetch/api/basic/mode-same-origin.any.js.json+2-2
- tests/wpt-harness/expectations/fetch/api/basic/request-forbidden-headers.any.js.json+31-31
- tests/wpt-harness/expectations/fetch/api/basic/request-headers.any.js.json+1-1
- tests/wpt-harness/expectations/fetch/api/basic/request-upload.any.js.json+2-2
- tests/wpt-harness/expectations/fetch/api/basic/scheme-blob.sub.any.js.json+56
- tests/wpt-harness/expectations/fetch/api/request/request-init-002.any.js.json+26
- tests/wpt-harness/expectations/fetch/api/response/response-consume-stream.any.js.json+47
- tests/wpt-harness/expectations/fetch/api/response/response-init-002.any.js.json+26
- tests/wpt-harness/expectations/url/urlsearchparams-constructor.any.js.json+1-1
- tests/wpt-harness/expectations/xhr/formdata/append.any.js.json+23
- tests/wpt-harness/expectations/xhr/formdata/constructor.any.js.json+5
- tests/wpt-harness/expectations/xhr/formdata/delete.any.js.json+11
- tests/wpt-harness/expectations/xhr/formdata/foreach.any.js.json+14
- tests/wpt-harness/expectations/xhr/formdata/get.any.js.json+20
- tests/wpt-harness/expectations/xhr/formdata/has.any.js.json+11
- tests/wpt-harness/expectations/xhr/formdata/iteration.any.js.json+11
- tests/wpt-harness/expectations/xhr/formdata/set-blob.any.js.json+17
- tests/wpt-harness/expectations/xhr/formdata/set.any.js.json+23
- tests/wpt-harness/pre-harness.js-2
- tests/wpt-harness/tests.json+12-1
Lines changed: 149 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 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + |
Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 | 241 |
| |
254 | 242 |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
0 commit comments