Closed
Bug 1695999
Opened 4 years ago
Closed 4 years ago
Port bug 1689601 - ChangeRemoteness arguments change
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr78 unaffected, thunderbird87 unaffected)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird87 | --- | unaffected |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
CanonicalBrowsingContext->ChangeRemoteness changes arguments.
https://phabricator.services.mozilla.com/differential/changeset/?ref=3654554
CanonicalBrowsingContext::ChangeRemoteness(const nsACString& aRemoteType,
uint64_t aPendingSwitchId,
bool aReplaceBrowsingContext,
uint64_t aSpecificGroupId)
changes to
CanonicalBrowsingContext::ChangeRemoteness(const RemotenessChangeState& aState,
uint64_t aPendingSwitchId)
and then in D106561 RemotenessChangeState
gets renamed to RemotenessChangeOptions
.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6745aae06040
Port bug 1689601: Update ChangeRemoteness to use RemotenessOptions struct. r=darktrojan
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
status-thunderbird87:
--- → unaffected
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•