ladybird/Libraries/LibWeb/Loader
Timothy Flynn 3171d57639 LibWeb: Restore flags to prevent formatting timestamps as local time
The flag to stringify these timestamps as UTC was errantly dropped in
6fb2be96bf. This was causing test-web to
fail in time zones other than GMT+0.
2025-06-25 23:41:04 +02:00
..
ContentFilter.cpp LibWeb/Loader: Add filtering_enabled flag in ContentFilter 2025-03-10 12:30:21 +00:00
ContentFilter.h LibWeb/Loader: Add filtering_enabled flag in ContentFilter 2025-03-10 12:30:21 +00:00
FileRequest.cpp
FileRequest.h LibWeb+LibGC: Import GC swift module into LibWeb and an initial user 2025-04-03 16:47:48 -06:00
GeneratedPagesLoader.cpp Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string() 2025-06-19 18:42:45 -06:00
GeneratedPagesLoader.h LibWeb+WebContent: Remove "chrome" from generated page template strings 2025-03-15 19:57:27 -04:00
LoadRequest.cpp
LoadRequest.h LibWeb: Avoid URL validity check for 'Resource' 2025-04-19 07:18:43 -04:00
ProxyMappings.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
ProxyMappings.h
Resource.cpp LibWeb: Avoid URL validity check for 'Resource' 2025-04-19 07:18:43 -04:00
Resource.h LibWeb: Avoid URL validity check for 'Resource' 2025-04-19 07:18:43 -04:00
ResourceLoader.cpp LibWeb: Restore flags to prevent formatting timestamps as local time 2025-06-25 23:41:04 +02:00
ResourceLoader.h LibWeb+LibWebView+UI: Migrate to LibWebView's language settings 2025-04-04 10:16:32 +02:00
UserAgent.h