mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Propagate privacy information of iframes to corresponding pipelines. Make iframes of differing privacy values be considered cross-origin.
Make the constellation hand out separate private and public channels for the pipeline content to communicate with the resource thread as necessary.
This commit is contained in:
committed by
Josh Matthews
parent
a5778fb5da
commit
7e2b4d163b
@@ -33,6 +33,9 @@ partial interface HTMLIFrameElement {
|
||||
partial interface HTMLIFrameElement {
|
||||
[Func="::dom::window::Window::global_is_mozbrowser"]
|
||||
attribute boolean mozbrowser;
|
||||
|
||||
[Func="::dom::window::Window::global_is_mozbrowser"]
|
||||
attribute boolean mozprivatebrowsing;
|
||||
};
|
||||
|
||||
HTMLIFrameElement implements BrowserElement;
|
||||
|
||||
Reference in New Issue
Block a user