ladybird/Userland
Timothy Flynn 1aab7b51ea LibWebView: Generate hyperlinks for attributes that represent links
On the view-source page, generate anchor tags for any 'href' or 'src'
attribute value we come across. This handles both when the attribute
contains an absolute URL and a URL relative to the page.

This requires sending the document's base URL over IPC to resolve
relative URLs.
2024-10-20 08:50:01 +02:00
..
Libraries LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02:00
Services LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00