mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code
Some classes have been marked for removal/merging, macros used for forwarding/casting were moved to DeprecatedUtils.h.
This commit is contained in:
parent
b96b733bfa
commit
d6852b3170
54 changed files with 35 additions and 2957 deletions
|
|
@ -43,9 +43,7 @@ ShouldExposeChildWindow(nsString& aNameBeingResolved, nsPIDOMWindowOuter* aChild
|
|||
//
|
||||
// This is problematic because it allows possibly-malicious and unrelated
|
||||
// cross-origin subframes to pollute the global namespace of their parent in
|
||||
// unpredictable ways (see bug 860494). This is also problematic for browser
|
||||
// engines like Servo that want to run cross-origin script on different
|
||||
// threads.
|
||||
// unpredictable ways (see bug 860494).
|
||||
//
|
||||
// The naive solution here would be to filter out any cross-origin subframes
|
||||
// obtained when doing named lookup in global scope. But that is unlikely to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue