Cache source text content based on the source actor not source
Categories
(DevTools :: Debugger, enhancement)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 4 open bugs, Regressed 1 open bug)
Details
Attachments
(2 files, 3 obsolete files)
Source text content is currently cached in the reducers based on the source id, See code
But a source can can have multiple source actors, an the source text content's are fetched using the source actor See code
For breakpoints per url, we now have once source instance across multiple threads (multiple source actor). Its quite important to know the specific source actor which was used to load the source content.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment on attachment 9292213 [details]
Bug 1787198 - [devtools] Load source text with source actor
Revision D154778 was moved to bug 1789363. Setting attachment 9292213 [details] to obsolete.
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D155952
Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D160018
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Comment on attachment 9299821 [details]
Bug 1787198 - [devtools] Change caching of symbols for original and generated source text content
Revision D160018 was moved to bug 1800093. Setting attachment 9299821 [details] to obsolete.
Comment 7•2 years ago
|
||
Comment on attachment 9300890 [details]
Bug 1787198 - [devtools] getSymbols support using source actor id and source id to cache symbols
Revision D160696 was moved to bug 1800093. Setting attachment 9300890 [details] to obsolete.
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d86544aef03e
https://hg.mozilla.org/mozilla-central/rev/f49e8eca9e34
Description
•