Closed
Bug 1461210
Opened 7 years ago
Closed 7 years ago
Remove do nothing overrides of BuildDisplayList after bug 1422226 lands
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
4.25 KB,
patch
|
jwatt
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → longsonr
Attachment #8975354 -
Flags: review?(jwatt)
![]() |
||
Comment 2•7 years ago
|
||
Comment on attachment 8975354 [details] [diff] [review]
patch
Review of attachment 8975354 [details] [diff] [review]:
-----------------------------------------------------------------
Presumably you're coming to this from the perspective that this code is no longer necessary after your patch for bug 1422226? I'm not sure that's the case since BuildDisplayList is also called from BuildDisplayListForStackingContext, which is called from a lot of places other than BuildDisplayListForChild. I'd also not trust that the display list code wouldn't change in some way in the future to create more potential entry paths into these removed functions. At the very least it would seem like a good idea to keep these functions behind |ifdef DEBUG| and MOZ_ASSERT in them, although given my current understanding I'd be more inclined to keep the as they are.
Please also include a commit message when requesting review, since that message is also supposed to be reviewed nowadays (and in this case it would need to contain a comment explaining *why* this change is safe).
r- for now, but if you feel this is a safe change then free to persuade me. :)
Attachment #8975354 -
Flags: review?(jwatt) → review-
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•