Deprecate GeckoSession (de)serializability to Parcel
Categories
(GeckoView :: General, task, P1)
Tracking
(firefox79 fixed, firefox80 fixed)
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: [geckoview:m80])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
This causes a lot of problems and does not match the expected semantics of Parcelable
, for example, it is not possible to transfer a serialized GeckoSession
across processes.
Assignee | ||
Comment 1•4 years ago
|
||
Note: These comments reference GeckoView 82 instead of GeckoView 83 because I
plan to uplift this to GeckoView 79. Ditto for the changelog entry.
Tests that use the parcelable functionality are flagged to ignore deprecation
warnings.
Updated•4 years ago
|
Pushed by aklotz@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/624547a0b29c Deprecate GeckoSession parcelability; r=geckoview-reviewers,agi
Assignee | ||
Comment 3•4 years ago
|
||
Comment on attachment 9160497 [details]
Bug 1649529: Deprecate GeckoSession parcelability; r=#geckoview-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: None, however it would postpone GeckoView API removals by one release cycle.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch just adds deprecation annotations to APIs that we plan to remove in a future GeckoView release.
- String changes made/needed:
Comment 4•4 years ago
|
||
Backed out for linting failure on GeckoSession.java
backout: https://hg.mozilla.org/integration/autoland/rev/1d644f47dad6b4177bd85475b02c549db8bd8570
failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=308330454&repo=autoland&lineNumber=1452
Assignee | ||
Updated•4 years ago
|
Pushed by aklotz@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ff4059e08ee0 Deprecate GeckoSession parcelability; r=geckoview-reviewers,agi
Comment 6•4 years ago
|
||
bugherder |
Comment 7•4 years ago
|
||
Comment on attachment 9160497 [details]
Bug 1649529: Deprecate GeckoSession parcelability; r=#geckoview-reviewers
approved for 79.0b4
Comment 8•4 years ago
|
||
bugherder uplift |
Description
•