Switch to 1-origin column number types while keeping the observable behavior
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(21 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 | |
|
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 order to migrate to 1-origin column number everywhere, we first need to remove the code that uses 0-origin column number internally, while keeping the observable behavior such as debugger, error message, stack trace, etc.
once the 0-origin column number type consumers are all rewritten, then we can rewrite each input/ouput to use 1-origin value.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D193014
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D193015
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D193016
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D193017
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D193018
| Assignee | ||
Comment 7•2 years ago
|
||
Depends on D193019
| Assignee | ||
Comment 8•2 years ago
|
||
Depends on D193020
| Assignee | ||
Comment 9•2 years ago
|
||
Depends on D193021
| Assignee | ||
Comment 10•2 years ago
|
||
Depends on D193022
| Assignee | ||
Comment 11•2 years ago
|
||
Depends on D193023
| Assignee | ||
Comment 12•2 years ago
|
||
Depends on D193024
| Assignee | ||
Comment 13•2 years ago
|
||
Depends on D193025
| Assignee | ||
Comment 14•2 years ago
|
||
Depends on D193026
| Assignee | ||
Comment 15•2 years ago
|
||
Depends on D193027
| Assignee | ||
Comment 16•2 years ago
|
||
Depends on D193028
| Assignee | ||
Comment 17•2 years ago
|
||
Depends on D193029
| Assignee | ||
Comment 18•2 years ago
|
||
Depends on D193030
| Assignee | ||
Comment 19•2 years ago
|
||
Depends on D193031
| Assignee | ||
Comment 20•2 years ago
|
||
Depends on D193032
| Assignee | ||
Comment 21•2 years ago
|
||
Depends on D193033
Updated•2 years ago
|
Updated•2 years ago
|
Comment 22•2 years ago
|
||
Comment 23•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0e3ba3664bf7
https://hg.mozilla.org/mozilla-central/rev/26c544b6ed38
https://hg.mozilla.org/mozilla-central/rev/d04f0010a047
https://hg.mozilla.org/mozilla-central/rev/b79dd8b22520
https://hg.mozilla.org/mozilla-central/rev/78de8d84e318
https://hg.mozilla.org/mozilla-central/rev/096d63e38f6e
https://hg.mozilla.org/mozilla-central/rev/3ad1c829d98e
https://hg.mozilla.org/mozilla-central/rev/15b7a0bc14e4
https://hg.mozilla.org/mozilla-central/rev/cf0b05d96802
https://hg.mozilla.org/mozilla-central/rev/d24d93ce5b21
https://hg.mozilla.org/mozilla-central/rev/f06e4b2ce239
https://hg.mozilla.org/mozilla-central/rev/71edf12b8008
https://hg.mozilla.org/mozilla-central/rev/fd987f5e234d
https://hg.mozilla.org/mozilla-central/rev/1312dfc6316b
https://hg.mozilla.org/mozilla-central/rev/ba89b6cdbd7a
https://hg.mozilla.org/mozilla-central/rev/ec3af6f6844f
https://hg.mozilla.org/mozilla-central/rev/86c841c5560d
https://hg.mozilla.org/mozilla-central/rev/b5b2cb2edec4
https://hg.mozilla.org/mozilla-central/rev/567302fc3a87
https://hg.mozilla.org/mozilla-central/rev/81cd306f2987
https://hg.mozilla.org/mozilla-central/rev/02a286ff5192
Description
•