Closed
Bug 1200226
Opened 8 years ago
Closed 8 years ago
Site session data loss
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: sleroux)
References
Details
Attachments
(2 files)
https://groups.google.com/a/mozilla.com/d/msgid/ios-mobile-testers/1441010325081.bf65a14f4f46e8%40mozgaia It isn't clear, a) this only happens when the active session in a tab is closed b) on device idle (like the WKProcessPool reset bug) and c) on sites other than Bugzilla.
Assignee | ||
Comment 1•8 years ago
|
||
For this bug, we'll remove the workaround KVOURL code where we reset the process pool to resolve this issue.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sleroux
Assignee | ||
Updated•8 years ago
|
status-fxios-v1.0:
--- → affected
Assignee | ||
Comment 2•8 years ago
|
||
This patch removes the resetProcessPool call from KVOURL and memory warning callbacks. We'll probably want to see what impact this change has on the white screen issue.
Attachment #8656691 -
Flags: review?(rnewman)
Updated•8 years ago
|
Status: NEW → ASSIGNED
Comment 4•8 years ago
|
||
Comment on attachment 8656691 [details] [review] https://github.com/mozilla/firefox-ios/pull/1030 I'm mildly concerned that we're changing two things at once here, but it's not a bad starting point if you're confident.
Attachment #8656691 -
Flags: review?(rnewman) → review+
Updated•8 years ago
|
Attachment #8656693 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 5•8 years ago
|
||
I think we should remove the resetting of the content pool from both because I feel like if we don't remove it from the memory callback, the issue might not be resolved in that case.
Assignee | ||
Comment 8•8 years ago
|
||
Merged
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•