[Fission][MSU capstone] convert UITour / UITourChild.jsm to be fission-compatible
Categories
(Firefox :: Tours, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: Gijs, Assigned: staatsty)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
UI Tour is the mechanism we use to highlight and/or show parts of the browser based on interactions on a small list of allowed webpages. We use this e.g. for new users and/or upgrading users, to highlight new features or help them to understand where to find things.
The main chunk of code for this is in UITour.jsm; a much smaller set of code lives in UITourChild.jsm , registered from https://searchfox.org/mozilla-central/rev/01d1011ca4a460f751da030d455d35c267c3e210/browser/components/BrowserGlue.jsm#337-345 .
This bug is about converting this to be fission-compatible, using JSWindowActorChild
.
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Description
•