Start cleaning up layers logging code
Categories
(Core :: Graphics: Layers, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(11 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 | |
Bug 1667176 - Remove the void* AppendToString function, and fix the typo that exposed. r?mattwoodrow
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 |
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 | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Upcoming patches shift around which files get unified and expose these build
failures.
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D91332
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D91333
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D91334
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D91335
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D91336
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D91337
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D91338
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D91339
Assignee | ||
Comment 11•5 years ago
|
||
Depends on D91340
Comment 12•5 years ago
|
||
Assignee | ||
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
Comment 15•5 years ago
|
||
![]() |
||
Comment 16•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/748a1bdc27c1
https://hg.mozilla.org/mozilla-central/rev/a5cf7b49d17f
https://hg.mozilla.org/mozilla-central/rev/bad3de147b6b
https://hg.mozilla.org/mozilla-central/rev/df3d474c3a91
https://hg.mozilla.org/mozilla-central/rev/8154aba88237
https://hg.mozilla.org/mozilla-central/rev/8689146f4d04
https://hg.mozilla.org/mozilla-central/rev/8a101a1e048b
https://hg.mozilla.org/mozilla-central/rev/30d353e489af
https://hg.mozilla.org/mozilla-central/rev/24f512e00876
https://hg.mozilla.org/mozilla-central/rev/2065d62cfbb5
https://hg.mozilla.org/mozilla-central/rev/43e3a7215f9b
https://hg.mozilla.org/mozilla-central/rev/62baa60811ef
Assignee | ||
Comment 17•5 years ago
|
||
Turns out removing the nsRect
variant of AppendToString caused many of the calls to Stringify(nsRect)
go through Stringify(nsRegion(nsRect))
instead because nsRegion has an implicit constructor for nsRect. Sadness. But I'll fix it when I get rid of the Stringify(nsRegion)
variant.
Description
•