Open
Bug 1900224
Opened 1 year ago
Extend relative path linkification to non-chrome/resource URI cases
Categories
(Webtools :: Searchfox, enhancement, P3)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: arai, Unassigned)
References
Details
Bug 1697671 achieved linkification for relative path from files in chrome://
and resource://
URLs.
This can be extended to other cases, for example the resources in testcases which is loaded in http://
,
where relative path can directly resolved from the file's path.
Also, currently the HTML/CSS indexing is disabled for WPT, but the main concern was the time taken by indexing,
which is already solved by https://github.com/mozsearch/mozsearch/pull/738 , and the other reason was that chrome://
or resource://
URIs won't appear there.
Once file-path based relative path linkification is implemented, this is beneficial also for WPT, and we can enable the indexing there.
You need to log in
before you can comment on or make changes to this bug.
Description
•