ladybird/Userland/Services/WebContent
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
..
BackingStoreManager.cpp LibGfx: Store alpha type information in Gfx::Bitmap 2024-08-07 18:51:12 +02:00
BackingStoreManager.h WebContent: Ignore GC for page client member of BackingStoreManager 2024-07-25 18:35:57 -06:00
CMakeLists.txt LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
ConnectionFromClient.cpp LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02:00
ConnectionFromClient.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ConsoleGlobalEnvironmentExtensions.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ConsoleGlobalEnvironmentExtensions.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageCodecPluginSerenity.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageCodecPluginSerenity.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
main.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageClient.cpp WebContent: Add a JS visitor to WebDriver's IPC connection 2024-10-18 09:45:04 +02:00
PageClient.h LibWeb+LibWebView: Add an internal API to expire cookies with an offset 2024-10-14 08:25:41 +02:00
PageHost.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageHost.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebContentClient.ipc LibWebView: Generate hyperlinks for attributes that represent links 2024-10-20 08:50:01 +02:00
WebContentConsoleClient.cpp LibJS+WebContent: Implement console.table 2024-08-22 09:08:50 +01:00
WebContentConsoleClient.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
WebContentServer.ipc LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00
WebDriverClient.ipc WebContent+WebDriver: Handle when new windows are immediately closed 2024-10-06 01:42:24 +01:00
WebDriverConnection.cpp WebContent: Add a JS visitor to WebDriver's IPC connection 2024-10-18 09:45:04 +02:00
WebDriverConnection.h WebContent: Add a JS visitor to WebDriver's IPC connection 2024-10-18 09:45:04 +02:00
WebDriverServer.ipc Revert "WebContent+WebDriver: Inform WebDriver when a window is closed" 2024-10-07 07:40:22 -04:00