1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 04:55:07 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Aliaksandr Kalenik b4fe118dff LibWeb+WebContent: Set ConsoleClient for nested browsing contexts
Before page_did_create_main_document() only initialized ConsoleClient
for top-level browsing context which means that nested browsing context
could not print into the console.

With this change, ConsoleClient is initialized for documents created
for nested browsing context too. One ConsoleClient is shared between
all browsing contexts within the same page.
2023-09-07 09:06:00 -06:00
..
ContentFilter.cpp Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
ContentFilter.h Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
FileDirectoryLoader.cpp LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
FileDirectoryLoader.h LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
FileRequest.cpp LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
FileRequest.h LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
FrameLoader.cpp LibWeb+WebContent: Set ConsoleClient for nested browsing contexts 2023-09-07 09:06:00 -06:00
FrameLoader.h LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
LoadRequest.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LoadRequest.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ProxyMappings.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ProxyMappings.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Resource.cpp LibWeb: Set Content-Type for data: URLs instead of checking MIME on load 2023-08-01 14:19:05 +02:00
Resource.h LibWeb: Remove ImageLoader and ImageResource 2023-06-11 20:37:12 +02:00
ResourceLoader.cpp LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
ResourceLoader.h AK: Add AK_OS_GNU_HURD :^) 2023-09-06 11:41:16 -06:00