[Fission][MSU capstone] Purge session history notifications should use fission for messaging
Categories
(Toolkit :: Data Sanitization, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Gijs, Assigned: staatsty, Mentored)
References
Details
Attachments
(1 file, 1 obsolete file)
This is the code that updates a browser/docshell's history state:
Actor spec:
This should use the fission-compatible actor infrastructure to send the message instead.
Reporter | ||
Comment 1•6 years ago
|
||
Note that we're planning to point an MSU student at this bug for the fall semester. :-)
Reporter | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Hey Tyler, two things:
- Both of these patches still have the "Changes Planned" tag on it, which is why we haven't started reviewing them yet
- These patches probably should get rolled together. This is not something I showed any of you how to do during the hack weekend, but if you're familiar with Git's interactive rebase, then the steps are similar.
How to roll these two patches together:
- Make sure the most recent commit is checked out. Use
hg log --graph
to note the SHA of the second-most recent commit. Presumably these are the two we are rolling together. - Use
hg histedit -r <SHA of second-most recent commit>
, and hopefully an editor interface will open up. Hopefully it's one you're familiar with. - Find the line that has the most recent commit message, and change the first word in that line from "pick" to "roll"
- Save and exit the editor.
This will fold up the two commits, and then you can use moz-phab
to submit the one change. At that point, inside of the Phabricator revision, don't forget to choose "Request Review" from the dropdown list at the bottom of the page, and then click "Submit" in order for it to show up in our queues.
![]() |
||
Comment 7•6 years ago
|
||
bugherder |
Comment 8•6 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission 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•6 years ago
|
Description
•