Skip to content

Commit 5ba06e6

Browse files
committed
chore: move juggler to root
1 parent 65b7396 commit 5ba06e6

29 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

testing/juggler/content/PageAgent.js juggler/content/PageAgent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class PageAgent {
318318
_linkClicked(sync, anchorElement) {
319319
if (anchorElement.ownerGlobal.docShell !== this._docShell)
320320
return;
321-
this._session.emit('pageLinkClicked', { phase: sync ? 'after' : 'before' });
321+
this._browserPage.emit('pageLinkClicked', { phase: sync ? 'after' : 'before' });
322322
}
323323

324324
_filePickerShown(inputElement) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

toolkit/toolkit.mozbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if CONFIG['ENABLE_MARIONETTE']:
168168
DIRS += [
169169
'/testing/firefox-ui',
170170
'/testing/marionette',
171-
'/testing/juggler',
171+
'/juggler',
172172
'/toolkit/components/telemetry/tests/marionette',
173173
]
174174

0 commit comments

Comments
 (0)