Ban GetterOp/SetterOp from PropertyDescriptor
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(5 files, 2 obsolete files)
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jandem, could you have a look please?
Assignee | ||
Comment 11•6 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte] from comment #10)
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jandem, could you have a look please?
Just not working on it right now.
Comment 12•6 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jandem, could you have a look please?
Assignee | ||
Comment 13•6 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte] from comment #12)
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jandem, could you have a look please?
See comment 11.
Sylvestre, can we change the bot to not nag every two weeks?
Updated•6 years ago
|
Comment 14•6 years ago
|
||
:jandem, I fixed that issue, sorry for the noise.
Assignee | ||
Comment 15•6 years ago
|
||
(In reply to Calixte Denizet (:calixte) from comment #14)
:jandem, I fixed that issue, sorry for the noise.
Thanks!
Assignee | ||
Comment 16•4 years ago
|
||
This will let us remove GetterOp/SetterOp support from PropertyDescriptor in the
next patch.
Assignee | ||
Comment 17•4 years ago
|
||
GetterOp/SetterOp are now only used internally for array and arguments objects.
PropertyDescriptor no longer has to know about these properties.
Depends on D109357
Assignee | ||
Comment 18•4 years ago
|
||
I rebased the old patches and asked for a re-review.
Assignee | ||
Comment 19•4 years ago
|
||
These are always called with the object that holds the property, and these properties
can't be transfered to other objects.
Depends on D109358
Assignee | ||
Comment 20•4 years ago
|
||
Depends on D109359
Assignee | ||
Comment 21•4 years ago
|
||
Depends on D109360
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 22•4 years ago
|
||
Comment 23•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3d94e8d65c71
https://hg.mozilla.org/mozilla-central/rev/2d857a9fa2ca
https://hg.mozilla.org/mozilla-central/rev/0365c93db1c0
https://hg.mozilla.org/mozilla-central/rev/250d9004c967
https://hg.mozilla.org/mozilla-central/rev/d7e2a6ed23ff
Description
•