mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This roll moves Juggler component registration to a new system that
is used in XPCOM: this is what both RemoteAgent and Marionette use.
Drive-by: we now have to explicitly pass default values to dispatched
mouse events to avoid a `MOZ_ASSERT` trigger inside a drag service
native code.
Manual conflict resolutions: ab3ed0cb2c
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
juggler.jar:
|
|
% content juggler %content/
|
|
|
|
content/components/Juggler.js (components/Juggler.js)
|
|
|
|
content/Helper.js (Helper.js)
|
|
content/NetworkObserver.js (NetworkObserver.js)
|
|
content/TargetRegistry.js (TargetRegistry.js)
|
|
content/SimpleChannel.js (SimpleChannel.js)
|
|
content/protocol/PrimitiveTypes.js (protocol/PrimitiveTypes.js)
|
|
content/protocol/Protocol.js (protocol/Protocol.js)
|
|
content/protocol/Dispatcher.js (protocol/Dispatcher.js)
|
|
content/protocol/PageHandler.js (protocol/PageHandler.js)
|
|
content/protocol/BrowserHandler.js (protocol/BrowserHandler.js)
|
|
content/content/main.js (content/main.js)
|
|
content/content/FrameTree.js (content/FrameTree.js)
|
|
content/content/PageAgent.js (content/PageAgent.js)
|
|
content/content/Runtime.js (content/Runtime.js)
|
|
content/content/WorkerMain.js (content/WorkerMain.js)
|
|
content/content/hidden-scrollbars.css (content/hidden-scrollbars.css)
|
|
|