Re: Please use nsGlobalWindow{Inner,Outer}

2017-11-15 Thread Nika Layzell
Bug 1416384 (https://bugzilla.mozilla.org/show_bug.cgi?id=1416384) has landed on central now, and it completely removes nsGlobalWindow in favour of the new nsGlobalWindow{Inner,Outer} classes. There is still plenty of code cleanup to do, but the type split itself is now complete. If you need help

Re: Please use nsGlobalWindow{Inner,Outer}

2017-11-10 Thread Kyle Huey
On Fri, Nov 10, 2017 at 8:41 AM, Nika Layzell wrote: > Hey, > > Bug 1414974 (https://bugzilla.mozilla.org/show_bug.cgi?id=1414974) is in > mozilla-central, and it introduces the nsGlobalWindowInner and > nsGlobalWindowOuter types. These represent inner and outer nsGlobalWindow > objects, and can b

Please use nsGlobalWindow{Inner,Outer}

2017-11-10 Thread Nika Layzell
Hey, Bug 1414974 (https://bugzilla.mozilla.org/show_bug.cgi?id=1414974) is in mozilla-central, and it introduces the nsGlobalWindowInner and nsGlobalWindowOuter types. These represent inner and outer nsGlobalWindow objects, and can be cast from the nsPIDOMWindowInner/Outer objects using nsGlobalWi