gecko-dev/dom/messagechannel/tests
Gijs Kruitbosch c58b8f6ff2 Bug 1631358 - remove CPOW support in the message manager, r=mccr8
This commit:

- removes sendRpcMessage, which was unused;
- removes the CPOW argument to sendAsyncMessage, broadcastAsyncMessage, and
  sendSyncMessage;
- removes the aIsSync argument used internally to distinguish sendRpcMessage
  and sendSyncMessage;
- removes CPOW tests;
- updates the few remaining callsites that use more than 2 arguments in
  sendAsyncMessage for the removal of the cpows argument.

Differential Revision: https://phabricator.services.mozilla.com/D71514
2020-04-21 14:07:57 +00:00
..
unit
.eslintrc.js Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
chrome.ini
iframe_messageChannel_chrome.html
iframe_messageChannel_cloning.html
iframe_messageChannel_pingpong.html
iframe_messageChannel_post.html
iframe_messageChannel_sharedWorker2.html
iframe_messageChannel_transferable.html
mm_messageChannel.js Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
mm_messageChannelParent.js Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
mm_messageChannelParent.xhtml
mm_messageChannelParentNotRemote.xhtml
mochitest.ini Bug 1613909 - remove wasm and SharedArrayBuffers tests for BroadcastChannel and MessagePort, r=annevk 2020-02-17 17:13:14 +00:00
moz.build
sharedWorker2_messageChannel.js
sharedWorker_messageChannel.js
test_event_listener_leaks.html
test_messageChannel.html
test_messageChannel.xhtml
test_messageChannelWithMessageManager.xhtml
test_messageChannelWithMessageManagerNotRemote.xhtml
test_messageChannel_any.html
test_messageChannel_bug1178076.html
test_messageChannel_bug1224825.html
test_messageChannel_cloning.html
test_messageChannel_forceClose.html
test_messageChannel_pingpong.html
test_messageChannel_post.html
test_messageChannel_selfTransferring.html
test_messageChannel_sharedWorker.html
test_messageChannel_sharedWorker2.html
test_messageChannel_start.html
test_messageChannel_transferable.html
test_messageChannel_unshipped.html
test_messageChannel_worker.html
test_messageChannel_worker_forceClose.html
test_removedWindow.html
worker_messageChannel.js
worker_messageChannel_any.js