gecko-dev/remote/test/browser
2019-04-29 14:59:07 +00:00
..
browser_cdp.js bug 1546722: remote: print better errors in browser chrome tests; r=yulia 2019-04-25 15:16:46 +00:00
browser_main_target.js Bug 1539221 - Register main process target on server start. r=ato 2019-04-04 11:16:27 +00:00
browser_page_frameNavigated.js Bug 1543095 - Implement Page.frameNavigated. r=ato 2019-04-30 11:09:30 +00:00
browser_runtime_executionContext.js Bug 1543098 - Emit executionContextDestroyed and executionContextCreated when the page goes into/out of the BF Cache. r=ato 2019-04-29 14:59:07 +00:00
browser_tabs.js Bug 1536888 - Move the remote agent to a JSM. r=ato 2019-03-22 09:46:50 +00:00
browser_target.js bug 1546722: remote: print better errors in browser chrome tests; r=yulia 2019-04-25 15:16:46 +00:00
browser.ini Bug 1543098 - Implement Runtime.executionContextCreated. r=ato 2019-04-29 14:58:55 +00:00
chrome-remote-interface.js Bug 1536890 - Remove the workaround in chrome-remote-interface now that remote agent supports websocket handshake. r=ato 2019-03-21 13:28:05 +00:00
head.js bug 1523104: remote: fix lint errors by removing unused variables; r=ochameau 2019-03-08 16:27:09 +00:00
README.md bug 1523104: remote: update testing documentation; r=ochameau 2019-03-08 16:26:45 +00:00

Update chrome-remote-interface.js

Upstream instructions on https://github.com/cyrus-and/chrome-remote-interface#using-vanilla-javascript:

% git clone https://github.com/cyrus-and/chrome-remote-interface.git
% cd chrome-remote-interface
% npm install
% TARGET=var DEBUG=true npm run webpack
% cp chrome-remote-interface.js ../