gecko-dev/testing/marionette
Csoregi Natalia 954b969608 Backed out 5 changesets (bug 1615588) for browser-chrome failures e.g. browser_beforeunload_duplicate_dialogs.js. CLOSED TREE
Backed out changeset 751cca7566a8 (bug 1615588)
Backed out changeset 474aca043834 (bug 1615588)
Backed out changeset 7839b95ef76c (bug 1615588)
Backed out changeset 32bb87f48b13 (bug 1615588)
Backed out changeset 264e642042b1 (bug 1615588)

--HG--
extra : rebase_source : 41ed149c97382bc1cf823abc56811b382cae0207
2020-04-10 21:19:15 +03:00
..
chrome Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
client Bug 1625285 - A few small fixes to prevent bustage under Python 3 in lint/resource monitor/testing r=marionette-reviewers,glandium,whimboo 2020-04-08 11:42:52 +00:00
components Bug 1622012 - [marionette] Only initialize Marionette during startup if explicitely enabled. r=marionette-reviewers,maja_zf 2020-03-18 14:27:36 +00:00
doc Bug 1619500 - [marionette, geckodriver] Update docs for team changes. a=doc-only 2020-03-03 07:05:41 +00:00
harness Bug 1622644 - Fix use of six.reraise within marionette r=whimboo,marionette-reviewers 2020-03-16 20:47:05 +00:00
test Bug 1622409 - Put FTP code behind a pref r=marionette-reviewers,valentin,whimboo,mixedpuppy 2020-04-07 19:49:26 +00:00
.eslintrc.js Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
README
accessibility.js
action.js Bug 1417955 - Ensure we get the correct keyCode for a space character, r=marionette-reviewers,maja_zf 2020-03-25 19:36:54 +00:00
addon.js
assert.js Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
atom.js
browser.js Backed out 5 changesets (bug 1615588) for browser-chrome failures e.g. browser_beforeunload_duplicate_dialogs.js. CLOSED TREE 2020-04-10 21:19:15 +03:00
capabilities.js Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1616932 - Set unwritableMargins to 0 in marionette, r=marionette-reviewers,whimboo 2020-02-24 10:31:54 +00:00
element.js
error.js Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
evaluate.js
event.js Bug 1417955 - Ensure we get the correct keyCode for a space character, r=marionette-reviewers,maja_zf 2020-03-25 19:36:54 +00:00
format.js
interaction.js
jar.mn
l10n.js
legacyaction.js Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (automatic changes). r=whimboo,marionette-reviewers 2020-02-10 16:32:06 +00:00
listener.js Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
log.js
mach_commands.py Bug 1623321 - Add perftest r=sparky,perftest-reviewers,marionette-reviewers,whimboo,ahal 2020-04-02 13:04:41 +00:00
mach_test_package_commands.py Bug 1606335 - [marionette] Remove e10s support from build and mozharness. r=marionette-reviewers,ato 2020-01-07 11:16:26 +00:00
message.js
modal.js
moz.build
navigate.js
packets.js
prefs.js Bug 1622012 - [marionette] Read the "marionette.enabled" pref only during startup, and don't allow to change its value. r=marionette-reviewers,maja_zf 2020-03-18 14:14:46 +00:00
proxy.js
reftest.js Bug 1618913 - Fix use of activeWindow in marionette, r=marionette-reviewers,maja_zf 2020-03-10 15:20:00 +00:00
reftest.xhtml
server.js
stream-utils.js
sync.js Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
transport.js
wm.js

README

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

Marionette [ ˌmarɪəˈnɛt] is

  * a puppet worked by strings: the bird bobs up and down like
    a marionette;

  * a person who is easily manipulated or controlled: many officers
    dismissed him as the mayors marionette;

  * the remote protocol that lets out-of-process programs communicate
    with, instrument, and control Gecko-based browsers.

Marionette provides interfaces for interacting with both the internal
JavaScript runtime and UI elements of Gecko-based browsers, such
as Firefox and Fennec.  It can control both the chrome- and content
documents, giving a high level of control and ability to replicate,
or emulate, user interaction.

Head on to the Marionette documentation to find out more:

	https://firefox-source-docs.mozilla.org/testing/marionette/marionette/