mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
This allows improving all tests exceptions without requiring any specific to be done in each tests. I'm also moving a few imports to head.js to share the most into head.js. Differential Revision: https://phabricator.services.mozilla.com/D29414 --HG-- extra : moz-landing-system : lando |
||
|---|---|---|
| .. | ||
| browser.ini | ||
| browser_cdp.js | ||
| browser_main_target.js | ||
| browser_page_frameNavigated.js | ||
| browser_runtime_evaluate.js | ||
| browser_runtime_executionContext.js | ||
| browser_tabs.js | ||
| browser_target.js | ||
| chrome-remote-interface.js | ||
| head.js | ||
| 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 ../