debugger-protocol-viewer
debugger-protocol-viewer copied to clipboard
Remove redirected items from search results
We are not showing methods/events that were moved to other domain in their old domain:
https://github.com/ChromeDevTools/debugger-protocol-viewer/blob/ab43fc2e604ae82d250064d597341af46f542f0f/_includes/domain.html#L14
However, in search results we have links to both: new and the old domain. Old domain links are broken. See 'highlightNode' that was moved from DOM to Overlay:
We should either:
- show redirected items in their old domains with label "deprecated" or
- stop generating broken links (create-search-index.js).
Hmm good call.