Remove JSContext from Parser
Categories
(Core :: JavaScript Engine, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(12 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
In the same way as bug 1804837 and bug 1805141.
JSContext* const cx_;
field should be removed from Parser.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D166145
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D166147
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D166148
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D166149
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D166150
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D166151
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D166152
Assignee | ||
Comment 8•2 years ago
|
||
Depends on D166153
Assignee | ||
Comment 9•2 years ago
|
||
Depends on D166154
Assignee | ||
Comment 10•2 years ago
|
||
Depends on D166155
Assignee | ||
Comment 11•2 years ago
|
||
Depends on D166156
Assignee | ||
Comment 12•2 years ago
|
||
Depends on D166157
Updated•2 years ago
|
Comment 13•2 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:arai, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Comment 14•2 years ago
|
||
Comment 15•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f2dbf6868ea1
https://hg.mozilla.org/mozilla-central/rev/20e7d4cf1629
https://hg.mozilla.org/mozilla-central/rev/87cc7d44ce7e
https://hg.mozilla.org/mozilla-central/rev/c0d221ee5d0c
https://hg.mozilla.org/mozilla-central/rev/832bfa520a9d
https://hg.mozilla.org/mozilla-central/rev/2b1b9d123eec
https://hg.mozilla.org/mozilla-central/rev/4496b81f4e33
https://hg.mozilla.org/mozilla-central/rev/43bb19928205
https://hg.mozilla.org/mozilla-central/rev/8c11839bc010
https://hg.mozilla.org/mozilla-central/rev/4ae107d0e4bf
https://hg.mozilla.org/mozilla-central/rev/c4b89f4346e1
https://hg.mozilla.org/mozilla-central/rev/76e857bc64b7
Description
•