Move "text" out of Source object into a standalone field alongside Source
Categories
(DevTools :: Debugger, task, P2)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
(Blocks 2 open bugs)
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
The loaded Source text is currently stored inside of the Source object, which complicates a bunch of things and increases the amount of mutation happening to source objects.
We want to move the "text" into a separate field outside the Source object to avoid that, so we need to update all the places where source text is used to pull the new field out of the Redux store.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D28408
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D28409
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D28410
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D28411
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D28412
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1c38471c164e
https://hg.mozilla.org/mozilla-central/rev/d99fa29130d5
https://hg.mozilla.org/mozilla-central/rev/800d67478a31
https://hg.mozilla.org/mozilla-central/rev/ed79e89eea8d
https://hg.mozilla.org/mozilla-central/rev/55ac8a74ae58
https://hg.mozilla.org/mozilla-central/rev/f81c7ca6d292
Description
•