Closed
Bug 1304797
Opened 9 years ago
Closed 9 years ago
stylo: e10s support
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpeterson, Unassigned)
References
Details
Bobby says there are no big blockers for e10s: just a crash somewhere and, given that non-e10s is generally easier to debug, nobody has bothered to look into it.
Comment 2•9 years ago
|
||
It seems stylo no longer crash on e10s. I guess it is fixed by bug 1298588 because IIRC previously I saw that the crash was on initialization of initial style struct.
Given it no longer crashes, I think we should start enabling tests on e10s as well.
Depends on: 1298588
Comment 3•9 years ago
|
||
But see bug 1328651, which is responsible for the fatal assertions on debug builds.
Depends on: 1328651
Comment 4•9 years ago
|
||
(In reply to Bobby Holley (:bholley) (busy with Stylo) from comment #3)
> But see bug 1328651, which is responsible for the fatal assertions on debug
> builds.
And per that bug, I think we should just disable the style context tree verifications (bug 1322568), since we have a whole different set of failures in e10s mode.
Reporter | ||
Updated•9 years ago
|
Comment 5•9 years ago
|
||
We're now running stylo under e10s on try.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•