debugger-protocol-viewer icon indicating copy to clipboard operation
debugger-protocol-viewer copied to clipboard

Remove redirected items from search results

Open kdzwinel opened this issue 8 years ago • 1 comments

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:

screen shot 2017-09-01 at 00 03 05

We should either:

  • show redirected items in their old domains with label "deprecated" or
  • stop generating broken links (create-search-index.js).

kdzwinel avatar Aug 31 '17 22:08 kdzwinel

Hmm good call.

paulirish avatar Sep 01 '17 01:09 paulirish