Closed
Bug 1356971
Opened 8 years ago
Closed 8 years ago
stylo: Use StyleSetHandle::BackendType in PresShell::Init()
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
[1] in PresShell::Init() can be simplified by using StyleSetHandle::BackendType() [2].
[1] http://searchfox.org/mozilla-central/rev/a7334b2896ed720fba25800e11e24952e6037d77/layout/base/PresShell.cpp#968-970
[2] http://searchfox.org/mozilla-central/rev/a7334b2896ed720fba25800e11e24952e6037d77/layout/style/StyleSetHandle.h#67
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8858729 [details]
Bug 1356971 - Use StyleSetHandle::BackendType in PresShell::Init().
https://reviewboard.mozilla.org/r/130762/#review133300
Attachment #8858729 -
Flags: review?(bobbyholley) → review+
Assignee | ||
Updated•8 years ago
|
Summary: Use StyleSetHandle::BackendType in PresShell::Init() → stylo: Use StyleSetHandle::BackendType in PresShell::Init()
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5fd028eefb9f
Use StyleSetHandle::BackendType in PresShell::Init(). r=bholley
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•