Closed
Bug 1897786
Opened 1 year ago
Closed 1 year ago
Linkify resource:// and chrome:// URLs in CSS files
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
CSS files can have references for resource:// and chrome:// URLs.
This is challenging compared to JS and C++ case, given CSS files are not currently indexed, and we need parser as a first step.
Comment 1•1 year ago
|
||
(In reply to Tooru Fujisawa [:arai] from comment #0)
This is challenging compared to JS and C++ case, given CSS files are not currently indexed, and we need parser as a first step.
Unless we have specific useful functionality we think we can provide for CSS in the near-term, maybe this would be a good case for the naive meta-indexer I reference in https://bugzilla.mozilla.org/show_bug.cgi?id=1896441#c6 in terms of :nika's refined suggestion there. Specifically, something that would just regex un-analyzed files for links and emit them.
| Assignee | ||
Comment 2•1 year ago
|
||
Assignee: nobody → arai.unmht
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•