Граф коммитов

474 Коммитов

Автор SHA1 Сообщение Дата
Andreas Tolfsen e8cac8fd7c bug 1523104: remote: fix build by removing non-existent browser_tabs.js test; r=ochameau 2019-03-08 16:26:42 +00:00
Alexandre Poirot 6dcebbcdf6 bug 1523104: remote: wait for browser element init before creating Target; r=ato 2019-03-08 16:26:41 +00:00
Alexandre Poirot 0532cfcd0c bug 1523104: remote: add a workaround in chrome-remote-interface to support server; r=ato 2019-03-08 16:26:40 +00:00
Alexandre Poirot 78fd0df59a bug 1523104: remote: add browser mochitest to test the agent via chrome-remote-interface; r=ato 2019-03-08 16:26:39 +00:00
Alexandre Poirot 5e4abd9576 bug 1523104: remote: add missing Connection.close method called from TargetListener.close; r=ato 2019-03-08 16:26:38 +00:00
Alexandre Poirot c8bc5eb7c0 bug 1523104: remote: remove unused nsIRemoteAgent interface; r=ato 2019-03-08 16:26:37 +00:00
Alexandre Poirot c9dfbc96b8 bug 1523104: remote: remove unused modules; r=ato 2019-03-08 16:26:37 +00:00
Alexandre Poirot cbe8f61b5b bug 1523104: remote: fix eslint by removing unecessary commas; r=ato 2019-03-08 16:26:36 +00:00
Alexandre Poirot d0d3d40947 bug 1523104: remote: update the demo script to use a local page; r=ato 2019-03-08 16:26:35 +00:00
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