Closed Bug 1667656 Opened 4 years ago Closed 4 years ago

Continue cleaning up layers logging code

Categories

(Core :: Graphics: Layers, task, P3)

task

Tracking

()

RESOLVED FIXED
83 Branch
Tracking Status
firefox83 --- fixed

People

(Reporter: kats, Assigned: kats)

References

Details

Attachments

(10 files)

47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review
47 bytes, text/x-phabricator-request
Details | Review

+++ This bug was initially created as a clone of Bug #1667176 +++

I started on some patches for bug 1666802, but haven't done it all yet. I want to land them incrementally rather than have a 100-patch series so I'm spinning out sub-bugs as I go.

Assignee: nobody → kats

Apparently a bunch of Stringify(nsRect) sites were getting converted to
Stringify(nsRegion(nsRect)) due to the the nsRegion implicit constructor, so
this updates those too.

Depends on D91524

As with nsRegion, nsIntRegion has an implicit constructor for IntRect and so
some dangling Stringify(IntRect) sites also get converted here.

Depends on D91525

Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67ac8857fac0
Use ostream operator instead of AppendToString for PointTyped. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/b1785ca5c008
Remove unused Point3DTyped AppendToString function. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/f90514d94891
Replace AppendToString of IntPointTyped with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/102d19749009
Replace AppendToString of RectTyped with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/f96d6169dad7
Replace AppendToString of IntRectTyped with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/82e59358644e
Replace AppendToString of RectAbsoluteTyped with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/35229b94dda0
Remove unused IntRectAbsoluteTyped AppendToString function. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/dbdb25f76b66
Replace AppendToString of nsSize with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/1f509962b47d
Replace AppendToString of nsRegion with ostream usage. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/45c484bdca6d
Replace AppendToString of nsIntRegion with ostream usage. r=mattwoodrow
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: