Closed
Bug 1461782
Opened 7 years ago
Closed 7 years ago
Remove some unused region code
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
(Whiteboard: [gfx-noted])
Attachments
(2 files)
1.16 KB,
patch
|
bas.schouten
:
review-
|
Details | Diff | Splinter Review |
3.35 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
I wrote this patch a while back and now that I read it again, I'm not sure if it's correct as pixman_region.c still technically describes our region implementation, it's just not our implementation anymore.
I'll leave this to you to decide if it's best to remove or not.
Attachment #8975918 -
Flags: review?(bas)
Assignee | ||
Comment 2•7 years ago
|
||
I could not find anywhere this region code is used.
Attachment #8975919 -
Flags: review?(bas)
Comment 3•7 years ago
|
||
Comment on attachment 8975918 [details] [diff] [review]
region-remove-1.patch
Review of attachment 8975918 [details] [diff] [review]:
-----------------------------------------------------------------
I consciously left this for exactly this reason :). I'd say it can stay for the moment rather than duplicating the information :).
Attachment #8975918 -
Flags: review?(bas) → review-
Comment 4•7 years ago
|
||
Comment on attachment 8975919 [details] [diff] [review]
region-remove-2.patch
Review of attachment 8975919 [details] [diff] [review]:
-----------------------------------------------------------------
If it's really never used let's kill it. I wonder what changed.
Attachment #8975919 -
Flags: review?(bas) → review+
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2e9352e10a99
Remove unused PingPongRegion. r=bas
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•