Closed
Bug 1855097
Opened 2 years ago
Closed 2 years ago
AboutNewTabParent::getTabDetails doesn't need to pass message
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
getTabDetails() takes a window actor message as an argument and does this to get the browsing context: message.target.browsingContext. However, message.target is the same as this because we're in a window actor, so this can be simplified a bit.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a4776fc8952f
Get the bc directly in AboutNewTabParent.getTabDetails(). r=Mardak
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•