mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
Fixes the issue that XML parser fails when loader passes input that is prefixed with byte order mark. Also it generally makes sense to pass text source through encoding decoder before parsing. Probably we would even want to introduce method similar to `create_with_uncertain_encoding` in `HTMLParser` but for `XMLParser` to be make harder unconsciously pass non-UTF8 input to XML parser. |
||
---|---|---|
.. | ||
ContentFilter.cpp | ||
ContentFilter.h | ||
FileRequest.cpp | ||
FileRequest.h | ||
FrameLoader.cpp | ||
FrameLoader.h | ||
ImageLoader.cpp | ||
ImageLoader.h | ||
ImageResource.cpp | ||
ImageResource.h | ||
LoadRequest.cpp | ||
LoadRequest.h | ||
ProxyMappings.cpp | ||
ProxyMappings.h | ||
Resource.cpp | ||
Resource.h | ||
ResourceLoader.cpp | ||
ResourceLoader.h |