The inner window holds an owning reference to its outer window,
and the outer window holds a non-owning reference back to its
inner window. The non-owning reference is managed by
nsGlobalWindow.
CLOSED TREE
Backed out changeset 865e7bc208df (bug 885982)
Backed out changeset 9ede577f5ada (bug 885982)
Backed out changeset 6ccc86f7429e (bug 1118063)
We need to ensure we transfer (or clear) all subproperties of a
shorthand that is only enabled in UA style sheets or in certified apps.
Otherwise, the shorthand will parse correctly and get stored on the
nsCSSExpandedDataBlock but the transfer (or clear) method will skip
all of the subproperties.
Requiring that UA style sheet-only shorthand properties only have UA
style sheet-only subproperties makes it easier to deal with the
subproperties outside of the CSS parser (which is where the information
about whether a given property is enabled only in UA style sheets is
stored). Similarly for certified app-only shorthands.
========
f7eaef78c1
Author: Nick Alexander <nalexander@mozilla.com>
Date: Wed Jan 14 17:36:29 2015 -0800
Bug 1119061 - Part 2: Add Sync 1.1 to Sync 1.5 migration telemetry.
========
e64f968703
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Jan 12 16:30:09 2015 -0800
Bug 1119061 - Part 1: Add TelemetryWrapper.
This is cribbed, more or less directly, from the stumbler.
========
51299e74e4
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Jan 12 17:26:41 2015 -0800
Bug 1119061 - Pre: Clear Firefox Account notifications when Android Account is removed.
The exponential histogram
FENNEC_SYNC11_MIGRATION_NOTIFICATIONS_OFFERED is triggered every time
the Android device tries to sync from the Sync11Migrated state.
Therefore, the notification offered may be (transparently) replacing
an existing notification; it doesn't necessarily mean we're nagging
the user after dismissal.
========
fb5159ea46
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Jan 12 15:01:22 2015 -0800
Bug 1119070 - Part 3: Re-instate service=sync; add migration=sync11.
========
00ab8e45e0
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Jan 12 14:23:32 2015 -0800
Bug 1119070 - Part 2: Thread query parameters through to relevant API calls.
========
b4029585aa
Author: Nick Alexander <nalexander@mozilla.com>
Date: Mon Jan 12 12:46:22 2015 -0800
Bug 1119070 - Part 1: Extract uniform getBaseResource.