Alexandre Poirot
abbacc3349
bug 1523104: remote: execute the domains in the content process by piping all WebSocket request, response and events via message manager API; r=ato
2019-03-08 16:26:34 +00:00
Alexandre Poirot
326eeff61c
bug 1523104: remote: stop binding JSM exported globals on this; r=ato
...
This was breaking the constructor name, used in Domain.jsm.
As doing
this.Foo = class extends Domain {
creates a class with undefined constructor name.
While
class Foo extends Domain {
creates a class with "Foo" as domain name.
2019-03-08 16:26:33 +00:00
Alexandre Poirot
c8e61d4d7e
bug 1523104: remote: fix exporting formatError; r=ato
2019-03-08 16:26:32 +00:00
Alexandre Poirot
fc7c554a83
bug 1523104: remote: fix TargetListener export; r=ato
2019-03-08 16:26:31 +00:00
Andreas Tolfsen
1c352d20b9
bug 1523104: remote: s/despatch/dispatcher/g; r=ochameau
...
For the record, this is not a typo.
2019-03-08 16:26:31 +00:00
Andreas Tolfsen
42e9f6cf8b
bug 1523104: remote: remove unused ChildRemoteAgent; r=ochameau
2019-03-08 16:26:30 +00:00
Andreas Tolfsen
a05be00937
bug 1523104: remote: document what a Target is; r=ochameau
2019-03-08 16:26:29 +00:00
Andreas Tolfsen
fa3fdbd465
bug 1523104: remote: fix eslint error; r=ochameau
2019-03-08 16:26:28 +00:00
Andreas Tolfsen
c3fbe68d29
bug 1523104: remote: rename Debugger to TargetListener; r=ochameau
2019-03-08 16:26:27 +00:00
Andreas Tolfsen
94c47a5946
bug 1523104: remote: fix links to mailing list; r=ochameau
2019-03-08 16:26:26 +00:00
Andreas Tolfsen
073f382148
bug 1523104: remote: refer to correct bugzilla product in documentation; r=ochameau
2019-03-08 16:26:25 +00:00
Andreas Tolfsen
fbc7478218
bug 1523104: remote: remove unused index; r=ochameau
2019-03-08 16:26:24 +00:00
Andreas Tolfsen
83f187426e
bug 1523104: remote: fix incorrect directory name for documentation; r=ochameau
2019-03-08 16:26:23 +00:00
Andreas Tolfsen
67ac644cdb
bug 1523104: remote: identify firefox-source-docs.m.o location absolutely; r=ochameau
2019-03-08 16:26:23 +00:00
Andreas Tolfsen
06faaf9146
bug 1523104: remote: initial cdp prototype; r=ochameau
2019-03-08 16:26:22 +00:00