Cleanups to prepare for bug 1704430
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(11 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
A collection of patches to prepare for later changes.
Assignee | ||
Comment 1•3 years ago
|
||
We want to use the naem PropertyInfo for ShapeProperty instead.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D116224
Assignee | ||
Comment 3•3 years ago
|
||
Also move the Vector type to ShapeProperty.h
Depends on D116225
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D116226
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D116227
Assignee | ||
Comment 6•3 years ago
|
||
This lets us move code out of Shape.h to simplify later changes.
Depends on D116228
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D116229
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D116230
Assignee | ||
Comment 9•3 years ago
|
||
Depends on D116231
Assignee | ||
Comment 10•3 years ago
|
||
This is similar to the BaseShape table: use WeakHeapPtr<Shape*>
directly so
that we don't need the explicit fixup code for compacting GC.
Depends on D116232
Assignee | ||
Comment 11•3 years ago
|
||
Depends on D116233
Assignee | ||
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Comment 14•3 years ago
|
||
Comment 15•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d6409fbf0834
https://hg.mozilla.org/mozilla-central/rev/8ff57f540e79
https://hg.mozilla.org/mozilla-central/rev/5e0df79afea0
https://hg.mozilla.org/mozilla-central/rev/e5260c512ea8
https://hg.mozilla.org/mozilla-central/rev/82068f7ae696
https://hg.mozilla.org/mozilla-central/rev/dc39afe35ec8
Description
•