gecko-dev/remote/test/browser
Julian Descottes 337fec9e49 Bug 1564360 - Ignore iframes for Page.frameNavigated r=remote-protocol-reviewers,ochameau
WIP to illustrate a fix for this issue

Differential Revision: https://phabricator.services.mozilla.com/D37402

--HG--
extra : moz-landing-system : lando
2019-07-10 04:57:35 +00:00
..
README.md bug 1523104: remote: update testing documentation; r=ochameau 2019-03-08 16:26:45 +00:00
browser.ini Bug 1564360 - Ignore iframes for Page.frameNavigated r=remote-protocol-reviewers,ochameau 2019-07-10 04:57:35 +00:00
browser_cdp.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_input_dispatchKeyEvent.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_input_dispatchMouseEvent.js Bug 1543185 - Implement Input.dispatchMouseEvent. r=remote-protocol-reviewers,ato 2019-07-01 08:34:04 +00:00
browser_main_target.js Bug 1563621 - Fix browser_main_target.js product assertion when running in headless mode: take new Prettier style into account. a=eslint-fix CLOSED TREE 2019-07-05 21:18:51 +02:00
browser_network_requestWillBeSent.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_page_bringToFront.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_page_frameNavigated.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_page_frameNavigated_iframe.js Bug 1564360 - Ignore iframes for Page.frameNavigated r=remote-protocol-reviewers,ochameau 2019-07-10 04:57:35 +00:00
browser_page_runtime_events.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_runtime_callFunctionOn.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_runtime_evaluate.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_runtime_executionContext.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_runtime_get_properties.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_runtime_remote_objects.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_session.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_tabs.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_target.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_target_browserContext.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02:00
browser_target_close.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +02: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
doc_network_requestWillBeSent.html Bug 1552325 - Implement Network.requestWillBeSent. r=remote-protocol-reviewers,ato 2019-06-28 08:16:46 +00:00
doc_page_frameNavigated.html Bug 1549786 - Add test for Page.navigate reloads the page with the same URL r=ochameau 2019-05-22 08:58:08 +00:00
doc_page_frameNavigated_iframe.html Bug 1564360 - Ignore iframes for Page.frameNavigated r=remote-protocol-reviewers,ochameau 2019-07-10 04:57:35 +00:00
file_network_requestWillBeSent.js Bug 1552325 - Implement Network.requestWillBeSent. r=remote-protocol-reviewers,ato 2019-06-28 08:16:46 +00:00
head.js Bug 1561435 - Format remote/, a=automatic-formatting 2019-07-05 10:56:48 +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 ../