diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-08 17:52:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:52:56 -0500 |
commit | 73e91b3b62f5ca07bcf2bf66e54e0d16af73dd42 (patch) | |
tree | f54ad3e54aac4fb23fb1ebb1755e89b9049dd833 /dev | |
parent | 3e5b30ff764a34d2f51dc67d64a05d3a98cbed86 (diff) |
Refactor FrameOffsetForwarder (#1353)
* Add getChildFrameElement to FrameAncestryHandler
* Add isRootFrame
* Initialize _frameOffset to [0, 0]
* Update FrameOffsetForwarder implementation
* Update documentation
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index d221d994..981213c8 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -53,6 +53,7 @@ "fg/js/text-source-range.js", "fg/js/text-source-element.js", "fg/js/popup-factory.js", + "fg/js/frame-ancestry-handler.js", "fg/js/frame-offset-forwarder.js", "fg/js/popup-proxy.js", "fg/js/popup-window.js", |