gecko-dev/remote/test/browser
2019-12-12 18:27:17 +00:00
..
emulation Bug 1596101 - [remote] Forward Network.setUserAgentOverride to Emulation.setUserAgentOverride. r=remote-protocol-reviewers,maja_zf 2019-11-18 10:07:42 +00:00
input Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE 2019-12-11 03:09:26 +02:00
network Bug 1590358 - [remote] Replace static assertions in browser chrome tests with info(), r=remote-protocol-reviewers,whimboo 2019-11-21 13:25:46 +00:00
page Bug 1588622 - [remote] Implement "layoutViewport" and "contentSize" for Page.getLayoutMetrics. r=remote-protocol-reviewers,maja_zf 2019-12-12 18:27:17 +00:00
runtime Bug 1597877 - Make Runtime.enable/disable control notifications only; r=remote-protocol-reviewers,whimboo,ato 2019-12-09 21:52:10 +00:00
security bug 1591927: remote: implement Security.setIgnoreCertificateErrors; r=remote-protocol-reviewers,maja_zf 2019-11-02 18:08:56 +00:00
target Bug 1598468 - [remote] Temporarily stop emitting the "Target.receivedMessageFromTarget" event. r=remote-protocol-reviewers,ato 2019-11-25 15:34:24 +00:00
browser_cdp.js Bug 1590358 - [remote] Replace static assertions in browser chrome tests with info(), r=remote-protocol-reviewers,whimboo 2019-11-21 13:25:46 +00:00
browser_main_target.js Bug 1590358 - [remote] Replace static assertions in browser chrome tests with info(), r=remote-protocol-reviewers,whimboo 2019-11-21 13:25:46 +00:00
browser_session.js Bug 1589625 - [remote] Improve setup and teardown logic for browser chrome tests. r=remote-protocol-reviewers,ato 2019-10-23 15:50:04 +00:00
browser_tabs.js Bug 1589625 - [remote] Improve setup and teardown logic for browser chrome tests. r=remote-protocol-reviewers,ato 2019-10-23 15:50:04 +00:00
browser.ini Backed out 2 changesets (bug 1600330) for failing at browser_agent.js on a CLOSED TREE. 2019-12-03 21:27:59 +02:00
chrome-remote-interface.js Bug 1595112 - [remote] Import minimized version of chrome-remote-interface.js. r=remote-protocol-reviewers,ato 2019-11-15 14:57:36 +00:00
head.js Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE 2019-12-11 03:09:26 +02:00
README.md

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 ../