gecko-dev/remote/test/browser
2020-05-14 15:23:10 +00:00
..
dom Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
emulation Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
input Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
io Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
network Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
page Bug 1593226 - [remote] Use frame's window for dynamic isolated world creation on new document. r=remote-protocol-reviewers,maja_zf 2020-05-14 15:23:10 +00:00
runtime Bug 1593226 - [remote] Add support for frameId argument to Page.createIsolatedWorld. r=remote-protocol-reviewers,maja_zf 2020-05-14 15:23:47 +00:00
security Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
target Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
browser.ini Bug 1593226 - [remote] Emit Runtime.executionContextCreated and Runtime.executionContextDestroyed events also for frames. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:56:57 +00:00
browser_agent.js bug 1607500: remote: preserve task name in add_agent_task() r=remote-protocol-reviewers,whimboo 2020-01-08 08:34:46 +00:00
browser_cdp.js Bug 1599257 - [remote] Block Page.navigate until navigation request is done r=remote-protocol-reviewers,whimboo 2020-04-24 16:50:44 +00:00
browser_main_target.js Bug 1604143 - Make browser-chrome task function arguments an object. r=whimboo,remote-protocol-reviewers,ato 2020-01-13 08:52:44 +00:00
browser_session.js Bug 1604143 - Make browser-chrome task function arguments an object. r=whimboo,remote-protocol-reviewers,ato 2020-01-13 08:52:44 +00:00
browser_tabs.js Bug 1604143 - Make browser-chrome task function arguments an object. r=whimboo,remote-protocol-reviewers,ato 2020-01-13 08:52:44 +00: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 Bug 1593226 - [remote] Add support for frameId argument to Page.createIsolatedWorld. r=remote-protocol-reviewers,maja_zf 2020-05-14 15:23:47 +00: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 ../