Closed
Bug 1343603
Opened 6 years ago
Closed 6 years ago
Clearing history should clear cached session store history data as well
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox53+ fixed, firefox54+ fixed, firefox55 fixed)
RESOLVED
FIXED
Firefox 55
People
(Reporter: JanH, Assigned: JanH)
References
Details
Attachments
(3 files, 1 obsolete file)
59 bytes,
text/x-review-board-request
|
ahunt
:
review+
gchang
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details |
59 bytes,
text/x-review-board-request
|
ahunt
:
review+
gchang
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details |
8.05 KB,
patch
|
Details | Diff | Splinter Review |
Discovered through bug 1342820 comment 2.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Sounds like 53 is also affected. Tracking since it's a privacy issue
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8843024 [details] Bug 1343603 - Part 1 - Immediately clear cached session store history data when clearing history. https://reviewboard.mozilla.org/r/116720/#review119346
Attachment #8843024 -
Flags: review?(ahunt) → review+
Comment 5•6 years ago
|
||
mozreview-review |
Comment on attachment 8843025 [details] Bug 1343603 - Part 2 - Test that clearing history clears the cached session store data, too. https://reviewboard.mozilla.org/r/116722/#review119348
Attachment #8843025 -
Flags: review?(ahunt) → review+
Pushed by mozilla@buttercookie.de: https://hg.mozilla.org/integration/autoland/rev/4d31fb49a844 Part 1 - Immediately clear cached session store history data when clearing history. r=ahunt https://hg.mozilla.org/integration/autoland/rev/80934b637165 Part 2 - Test that clearing history clears the cached session store data, too. r=ahunt
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d31fb49a844 https://hg.mozilla.org/mozilla-central/rev/80934b637165
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 8•6 years ago
|
||
Hi :JanH, Since this bug also affects 54, do you think it's worth uplifting to 54 if this patch is not too risky?
Flags: needinfo?(jh+bugzilla)
Assignee | ||
Comment 9•6 years ago
|
||
Comment on attachment 8843024 [details] Bug 1343603 - Part 1 - Immediately clear cached session store history data when clearing history. Approval Request Comment [Feature/Bug causing the regression]: Clearing of private data [User impact if declined]: Supposedly purged session history of open tabs might resurface if a tab/Firefox is closed after clearing history (with no navigation in between) and later restored. [Is this code covered by automated tests?]: Yes. [Has the fix been verified in Nightly?]: Tested with Nightly build and found to work. [Needs manual test from QE? If yes, steps to reproduce]: No. [List of other uplifts needed for the feature/fix]: None. [Is the change risky?]: No. [Why is the change risky/not risky?]: All tabs have minimal session store data with session history available, so it should be safe to iterate over them and clear everything except the current session history entry. [String changes made/needed]: none
Flags: needinfo?(jh+bugzilla)
Attachment #8843024 -
Flags: approval-mozilla-beta?
Attachment #8843024 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 10•6 years ago
|
||
Comment on attachment 8843025 [details] Bug 1343603 - Part 2 - Test that clearing history clears the cached session store data, too. Test for Part 1
Attachment #8843025 -
Flags: approval-mozilla-beta?
Attachment #8843025 -
Flags: approval-mozilla-aurora?
Comment 11•6 years ago
|
||
Comment on attachment 8843024 [details] Bug 1343603 - Part 1 - Immediately clear cached session store history data when clearing history. Fix a private issue related to session store history data and include tests. Aurora54+.
Attachment #8843024 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•6 years ago
|
Attachment #8843025 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/600604082021 https://hg.mozilla.org/releases/mozilla-aurora/rev/147c73709841
Comment on attachment 8843024 [details] Bug 1343603 - Part 1 - Immediately clear cached session store history data when clearing history. The user impact seems pretty severe, Beta53+
Attachment #8843024 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Attachment #8843025 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 14•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/f83bd2c01258 https://hg.mozilla.org/releases/mozilla-beta/rev/32d6ec3dc58f
Flags: in-testsuite+
Comment 15•6 years ago
|
||
Backed out for test_session_clear_history.html failures. Looks like the new test is going to need some tweaking for Beta. https://hg.mozilla.org/releases/mozilla-beta/rev/a1d99033e1f7 https://treeherder.mozilla.org/logviewer.html#?job_id=82904410&repo=mozilla-beta&lineNumber=2891
Flags: needinfo?(jh+bugzilla)
Assignee | ||
Comment 16•6 years ago
|
||
Ah right, because of bug 1333046 zombification needs to be handles differently. I'll look into it.
Assignee | ||
Comment 17•6 years ago
|
||
Fixed tab zombification to use the MemoryObserver on Beta
Flags: needinfo?(jh+bugzilla)
Assignee | ||
Comment 18•6 years ago
|
||
Fixed a= for Beta in commit message.
Attachment #8846055 -
Attachment is obsolete: true
Comment 19•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/3e68000c437c https://hg.mozilla.org/releases/mozilla-beta/rev/6938c2c43242
Updated•2 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•