Meghan Denny
|
9e201eff9e
|
node:net: implement BlockList (#19277)
|
2025-05-01 16:09:44 -07:00 |
|
Meghan Denny
|
2a2247bbb6
|
js: fix serialization of non-transferable objects (#19351)
|
2025-04-29 18:23:26 -07:00 |
|
Meghan Denny
|
3a7df3f6c7
|
windows: add more passing test (#8615)
|
2024-02-01 13:45:47 -08:00 |
|
dave caruso
|
072f2f15ea
|
ci: run windows tests and also run them concurrently (#7758)
|
2024-01-12 17:02:20 -08:00 |
|
Jérôme Benoit
|
6a5995e27d
|
test(worker): refactor worker tests (#6732)
* test(worker): refactor worker tests
+ constify variables
+ typing
+ untangle web worker from worker_threads tests
+ cleanup variables namespace
no functional changes on tests
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* test: move worker_threads related code to node/worker_threads
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* test: move worker tests into workers directory
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* refactor: report upstream changes
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* refactor: report upstream change
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* fix: address review comments
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* chore: fix submodule
---------
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
2023-12-06 17:06:11 -08:00 |
|
Dylan Conway
|
6c40d6f2f5
|
add BroadcastChannel (#3922)
* copy and format
* update `SerializedScriptValue.cpp`
* use `expect().fail()` in message channel tests
* rename `BroadcastChannelIdentifier.h`
* copy registries
* progress and tests
* cleanup
* worker and broadcast channel test
* `BroadcastChannel` ref and unref
* `MessagePort` ref, unref, and hasRef
* remove `SecurityContext.cpp/h`
* add types
|
2023-08-01 18:40:02 -07:00 |
|
Dylan Conway
|
d432448ac8
|
fix types and add message channel/port gc test
|
2023-07-28 16:55:49 -07:00 |
|
Dylan Conway
|
d614fdfaac
|
MessageChannel and MessagePort (#3860)
* copy and format
* copy
* copy
* cleanup
* some tests
* spellcheck
* add types
* don't lock getting contextId
* array buffer test
|
2023-07-28 16:44:28 -07:00 |
|