Closed
Bug 1649530
Opened 5 years ago
Closed 5 years ago
Deprecate GeckoRuntimeSettings.Builder.useMultiprocess and GeckoRuntimeSettings.getUseMultiprocess
Categories
(GeckoView :: General, task, P1)
Tracking
(firefox79 fixed, firefox80 fixed)
RESOLVED
FIXED
mozilla80
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 |
Now that FxR supports e10s and Gecko support for e10s is unsupported and on a path to removal, we should mark these as deprecated.
Assignee | ||
Comment 1•5 years ago
|
||
I intend to uplift this patch to v79, so the changelog references 79 and the
version for removal is indicated as v82.
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Assignee | ||
Updated•5 years ago
|
Whiteboard: [geckoview:m80]
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f7b6aacc2e7
Deprecate GeckoRuntimeSettings for toggling multiprocess; r=geckoview-reviewers,agi
Assignee | ||
Comment 3•5 years ago
|
||
Comment on attachment 9160962 [details]
Bug 1649530: Deprecate GeckoRuntimeSettings for toggling multiprocess; 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: Bug 1649529 MUST LAND BEFORE THIS ONE
- 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:
Attachment #9160962 -
Flags: approval-mozilla-beta?
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Comment 5•5 years ago
|
||
Comment on attachment 9160962 [details]
Bug 1649530: Deprecate GeckoRuntimeSettings for toggling multiprocess; r=#geckoview-reviewers
approved for 79.0b4
Attachment #9160962 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•5 years ago
|
||
bugherder uplift |
status-firefox79:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•