Open
Bug 2054947
Opened 2 months ago
Updated 9 days ago
No source is displayed for html files with inline styles (without inline scripts)
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open)
Attachments
(3 files)
STR
- Open file in the browser
- Open debugger
- Check the source tree
Expected Result
We should see a (index) with inline styles listed under it.
Actual Results
No html file is displayed in the source tree.
| Assignee | ||
Updated•2 months ago
|
Summary: No source is displayed for html files without inline scripts → No source is displayed for html files with inline styles (without inline scripts)
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Priority: -- → P2
Updated•1 month ago
|
Severity: -- → S3
Updated•1 month ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•10 days ago
|
Attachment #9613786 -
Attachment description: WIP: Bug 2054947 - [devtools] Show HTML resources in the tree → Bug 2054947 - [devtools] Show HTML resources in the tree r=#devtools
| Assignee | ||
Comment 2•10 days ago
|
||
- This removes
newGeneratedSourcewhich seems to no longer be used. - Also no longer return sources from
newGeneratedSources.
| Assignee | ||
Updated•9 days ago
|
Keywords: leave-open
Pushed by hmanilla@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/20a8abdc2a2f
https://hg.mozilla.org/integration/autoland/rev/37ecb95c3800
[devtools] Cleanup newGeneratedSource(s) r=devtools-reviewers,ochameau
Comment 4•9 days ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•