gecko-dev/devtools/shared/client
yulia ef38cc7174 Bug 1545021 - Convert ArrayBuffer to a Front and Protocoljs actor; r=ochameau,jdescottes
This introduces an ArrayBuffer front, so that we no longer need to go through the thread client to get an array buffer for the sourceFront (this is the only place it is used).

It also converts the arrayBufferActor to a protocol.js actor. I was running into an issue between them. I need to double check what this issue was. If these two refactors need to be split, I can do that, but for now it looks like it wasn’t that large of a change.

Differential Revision: https://phabricator.services.mozilla.com/D27878

--HG--
rename : devtools/shared/client/array-buffer-client.js => devtools/shared/fronts/array-buffer.js
extra : moz-landing-system : lando
2019-04-30 14:40:43 +00:00
..
connection-manager.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
constants.js Bug 1547314 - Remove references to updatedSource. r=loganfsmyth 2019-04-29 17:52:58 +00:00
debugger-client.js Bug 1520835 - Remove unused attachTarget methods. r=jdescottes 2019-02-22 18:32:52 +00:00
environment-client.js Bug 1042642 - Remove eventSource from EnvironmentClient; r=jdescottes 2019-04-30 14:57:10 +00:00
event-source.js Bug 1497457 - Allow to remove one time listeners on event-source;r=ochameau 2018-11-27 10:13:47 +00:00
long-string-client.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
moz.build Bug 1545021 - Convert ArrayBuffer to a Front and Protocoljs actor; r=ochameau,jdescottes 2019-04-30 14:40:43 +00:00
object-client.js Bug 1515046 - Add receiverId parameter in objectClient.getPropertyValue. r=nchevobbe 2019-01-09 06:42:58 +00:00
property-iterator-client.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
symbol-iterator-client.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
thread-client.js Bug 1545021 - Convert ArrayBuffer to a Front and Protocoljs actor; r=ochameau,jdescottes 2019-04-30 14:40:43 +00:00