mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
This commit is contained in:
parent
2acdeabaf5
commit
55dac83d9a
51 changed files with 83 additions and 83 deletions
|
@ -13,15 +13,15 @@
|
|||
// way to enforce security policy.
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#window
|
||||
[Global, Exposed=(Window,DissimilarOriginWindow), NoInterfaceObject]
|
||||
[Global, Exposed=(Window,DissimilarOriginWindow), LegacyNoInterfaceObject]
|
||||
interface DissimilarOriginWindow : GlobalScope {
|
||||
[Unforgeable] readonly attribute WindowProxy window;
|
||||
[LegacyUnforgeable] readonly attribute WindowProxy window;
|
||||
[BinaryName="Self_", Replaceable] readonly attribute WindowProxy self;
|
||||
[Unforgeable] readonly attribute WindowProxy? parent;
|
||||
[Unforgeable] readonly attribute WindowProxy? top;
|
||||
[LegacyUnforgeable] readonly attribute WindowProxy? parent;
|
||||
[LegacyUnforgeable] readonly attribute WindowProxy? top;
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
[Replaceable] readonly attribute unsigned long length;
|
||||
[Unforgeable] readonly attribute DissimilarOriginLocation location;
|
||||
[LegacyUnforgeable] readonly attribute DissimilarOriginLocation location;
|
||||
|
||||
undefined close();
|
||||
readonly attribute boolean closed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue