Make dom arena only enabled in early beta
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: sefeng211, Assigned: sefeng211)
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
699 bytes,
text/plain
|
pascalc
:
approval-mozilla-beta+
|
Details |
Make dom arena only enabled in early beta so that we can have more time to verify it and gathering more information about it.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•5 years ago
|
||
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1624321
[User impact if declined]: End users may experience some crashes that are not expected
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: No
[Needs manual test from QE? If yes, steps to reproduce]: Yes, In Nightly and early Beta, dom.arena_allocator.enabled
pref should be true. In late Beta and Release, it should be false.
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: This patch just flips the DOM nodes allocation methodology back to what we have in previous releases.
[String changes made/needed]: None
Comment 5•5 years ago
|
||
Sean, you didn't attach a patch to your uplift request, you attached the text of the uplift request form. Could you provide a patch to beta and if it is just a reference to the m-c one make sure that it applies cleanly to the beta branch? Thanks
Assignee | ||
Comment 6•5 years ago
|
||
Hi Pascal,
Sorry about that. Yeah, it is the m-c one that is attached to this bug, and it applies to beta branch cleanly (just tested).
Thanks!
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Is there a specific area that can be affected by the dom.arena_allocator.enabled pref and needs some exploratory testing around it?
Assignee | ||
Comment 10•5 years ago
|
||
No, not really. This pref doesn't expose anything visually that can be changed. I think as long as the pref is false for late Beta and Release, we are good.
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Verified-Fixed on latest Nightly 78.0a1 (2020-05-18) and Beta 77.0b7 on Windows 10, macOS 10.14 and Ubuntu 18.04, dom.arena_allocator.enabled pref is defined as true.
I'll change flags accordingly.
Comment 12•5 years ago
|
||
Hi, seems that early beta ended last week, so Beta 77.0b7 should be in late beta and the pref dom.arena_allocator.enabled should be false.
Feng, could you please take a look at this? Currently, the pref on Beta 77.0b7 is True. Sorry for misunderstanding this!
Comment 13•5 years ago
|
||
(In reply to Marcela from comment #12)
Hi, seems that early beta ended last week, so Beta 77.0b7 should be in late beta and the pref dom.arena_allocator.enabled should be false.
Feng, could you please take a look at this? Currently, the pref on Beta 77.0b7 is True. Sorry for misunderstanding this!
We landed the patch to end early betas too late and for this cycle the first late beta build will be beta 8, sorry for the inconvenience it caused.
Comment 14•5 years ago
|
||
Verified on Beta 77.0b8 and pref is false. I'll change the flag accordingly.
Description
•