Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Watt
4def60efaf Bug 1634370. Make docshell/ buildable outside of unified-build environment. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D73255
2020-05-04 14:53:34 +00:00
Steven MacLeod
ab4563877e Bug 1626504 - Fix outdated BrowsingContext/SyncedContext comments. r=farre
When D56742 (Bug 1583863) moved BrowsingContext to using SyncedContext
a few comments were left which refer to non-existent files / methods.
I've updated these comments to be consistent with the current code,
moved them to a more appropriate location and removed/updated the stale
references.

Differential Revision: https://phabricator.services.mozilla.com/D69152

--HG--
extra : moz-landing-system : lando
2020-04-07 06:57:11 +00:00
Nika Layzell
ba41903373 Bug 1618992 - Improve diagnostics for 'Invalid Transaction from Child', r=farre
Differential Revision: https://phabricator.services.mozilla.com/D67942

--HG--
extra : moz-landing-system : lando
2020-03-26 15:12:09 +00:00
Nika Layzell
476ad24af9 Bug 1615403 - Part 2: Use MaybeDiscarded for direct IPC arguments, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D62833

--HG--
extra : moz-landing-system : lando
2020-02-20 23:30:35 +00:00
Nika Layzell
77393e07dd Bug 1615403 - Part 1: Introduce a new MaybeDiscarded type, r=farre
Adds a new MaybeDiscarded wrapper type which allows sending a maybe-discarded
BrowsingContext over IPC to another process which must be explicitly checked for
nullness and discarded status before being used.

Differential Revision: https://phabricator.services.mozilla.com/D62832

--HG--
extra : moz-landing-system : lando
2020-02-20 23:30:33 +00:00
Andreas Farre
68ac0a2401 Bug 1583863 - Part 3: WindowContext using SyncedContext, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D56743

--HG--
extra : moz-landing-system : lando
2020-01-20 14:58:52 +00:00
Andreas Farre
44204936b7 Bug 1583863 - Part 1: Introduce common SyncedContext logic, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D56741

--HG--
extra : moz-landing-system : lando
2020-01-20 14:57:40 +00:00