Details
Details
- Reviewers
heycam bholley - Commits
- rMOZILLACENTRAL0edd8c431471: Bug 1552080 - Add refcount logging to servo_arc. r=heycam
- Bugzilla Bug ID
- 1552080
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
feedback+ - generally looks good but I don't have quite the cycles for a full review today, and don't want to bottleneck this. Let me know if Cam isn't available and I can take another look at this tomorrow.
| layout/style/ServoStyleConstsInlines.h | ||
|---|---|---|
| 118 | Maybe point to the comment in servo_arc/lib.rs about why we use this name/size? | |
| servo/components/style_traits/arc_slice.rs | ||
| 78 | Nit: capitalize "Arc" | |
| 85–87 | Maybe add a comment that we don't bother checking for an empty items, since in the situations we call from_iter_leaked we'll always have some items? | |