Closed
Bug 1353948
Opened 9 years ago
Closed 8 years ago
stylo: Add SizeOfIncludingThis() methods to ServoStyle{Set,Sheet,SheetInner}
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
7.80 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
This fills things in a bit more on the Gecko side.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8855132 -
Flags: review?(cam)
Updated•9 years ago
|
Blocks: 1281964
Summary: Add SizeOfIncludingThis() methods to ServoStyle{Set,Sheet,SheetInner} → stylo: Add SizeOfIncludingThis() methods to ServoStyle{Set,Sheet,SheetInner}
Comment 2•9 years ago
|
||
Comment on attachment 8855132 [details] [diff] [review]
Add SizeOfIncludingThis() methods to ServoStyle{Set,Sheet,SheetInner}
Review of attachment 8855132 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/style/CSSStyleSheet.cpp
@@ +190,5 @@
>
> // Measurement of the following members may be added later if DMD finds it
> // is worthwhile:
> // - s->mRuleCollection
> + // - s->mScopeElement
This one is non-owning.
Attachment #8855132 -
Flags: review?(cam) → review+
![]() |
Assignee | |
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/27887cedb0d9d38e6d7883b664897d605b8868f3
Bug 1353948 - Add SizeOfIncludingThis() methods to ServoStyle{Set,Sheet,SheetInner}. r=heycam.
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
•