Bug 195748
| Summary: | Global "this" and bareword getter calls on window | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cdumez, rakuco |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=195562 | ||
Anne van Kesteren
It seems that in Safari all calls go through the WindowProxy, except when srcdoc is involved? Very curious.
See https://github.com/web-platform-tests/wpt/pull/15769 for tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
This might not be a problem after all. I was hitting non-standard XSS protection.