mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1603209
- Expose FrameLoader::IsRemoteFrame() to chrome privileged JS r=farre
Differential Revision: https://phabricator.services.mozilla.com/D57130 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
634d236f08
commit
35f5405f7a
@ -48,6 +48,11 @@ interface FrameLoader {
|
||||
[Pure]
|
||||
readonly attribute boolean depthTooGreat;
|
||||
|
||||
/**
|
||||
* Find out whether the loader's frame is a remote frame.
|
||||
*/
|
||||
readonly attribute boolean isRemoteFrame;
|
||||
|
||||
/**
|
||||
* Activate remote frame.
|
||||
* Throws an exception with non-remote frames.
|
||||
|
Loading…
Reference in New Issue
Block a user