Closed
Bug 1720804
Opened 4 years ago
Closed 4 years ago
Move display list code inside mozilla namespace
Categories
(Core :: Web Painting, enhancement, P3)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
Details
Attachments
(2 files)
This allows us to remove hundreds of mozilla:: occurences from display list code and makes it nicer to read.
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D120039
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D120041
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1acb4ed79b6b
Part 1: Move majority of the display list code inside mozilla namespace r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/5278e88c6d34
Part 2: Cleanup clang tidy warnings and namespaces r=mattwoodrow
Comment 4•4 years ago
|
||
Backed out 2 changesets (Bug 1720804) for causing bustages
Backout link: https://hg.mozilla.org/integration/autoland/rev/909c55b04b5b8208cb5066c5fb0e9713f4508ee1
Push with failures, failure log.
Flags: needinfo?(mikokm)
| Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(mikokm)
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/77c96f7183eb
Part 1: Move majority of the display list code inside mozilla namespace r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/df5798cb1c89
Part 2: Cleanup clang tidy warnings and namespaces r=mattwoodrow
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/77c96f7183eb
https://hg.mozilla.org/mozilla-central/rev/df5798cb1c89
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•