Closed
Bug 1475324
Opened 7 years ago
Closed 7 years ago
Add test for synchronous GeckoSession.saveState() usage
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox-esr52 wontfix, firefox-esr60 wontfix, firefox61 wontfix, firefox62 wontfix, firefox63 fixed)
RESOLVED
FIXED
mozilla63
People
(Reporter: snorp, Assigned: snorp)
Details
Attachments
(1 file)
We know apps sometimes want to block in the UI thread for a saveState() result, because they are in onStop() or onPause() and want to make sure they are able to restore things later. We should add a test to make sure this works as expected.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8992021 [details]
Bug 1475324 - Add a test for synchronous saveState()
https://reviewboard.mozilla.org/r/256910/#review263828
Good idea.
Attachment #8992021 -
Flags: review?(droeh) → review+
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e3fad7250cc3
Add a test for synchronous saveState() r=droeh
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•7 years ago
|
Assignee: nobody → snorp
Version: Firefox 59 → unspecified
Comment 5•7 years ago
|
||
status-firefox62=wontfix because this is a new test so probably not worth uplifting to 62 beta.
status-firefox61:
--- → wontfix
status-firefox62:
--- → wontfix
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
OS: Unspecified → Android
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Updated•7 years ago
|
Target Milestone: Firefox 63 → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•