Closed
Bug 1551030
Opened 6 years ago
Closed 6 years ago
Merge all SVGRect classes
Categories
(Core :: SVG, task, P3)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
Attachments
(2 files)
This is a step on the way to implementing bug 1439685 as we'll only have one class to deal with there and also helps with bug 1242048 as there are fewer classes to deal with and fewer wrapper caches.
| Assignee | ||
Updated•6 years ago
|
Summary: Merge all SVGRect classes → Merge all SVGRect classes and animVal/baseVal wrapper caches
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Summary: Merge all SVGRect classes and animVal/baseVal wrapper caches → Merge all SVGRect classes
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
The form of the implementation is similar to https://dxr.mozilla.org/mozilla-central/source/dom/svg/DOMSVGAngle.h and https://dxr.mozilla.org/mozilla-central/source/dom/svg/DOMSVGAngle.cpp now.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → longsonr
Updated•6 years ago
|
Priority: -- → P3
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9e59023d2e69
Part 1 - Remove some obsolete typedefs r=dholbert
| Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
Comment 5•6 years ago
|
||
| bugherder | ||
Comment 6•6 years ago
|
||
ticking needinfo to be sure this doesn't fall off your radar -- part 2 is unlanded but has r+ with minor nits, per https://phabricator.services.mozilla.com/D30804#983174 . Thanks!
Flags: needinfo?(longsonr)
| Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 7•6 years ago
|
||
Flags: needinfo?(longsonr)
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b848ca90888e
Merge all SVGRect classes r=dholbert
Comment 9•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Comment 10•6 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•