mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
LibWeb: Implement spec-compliant MIME type struct and parser
This will be used by XHR to extract the Content-Type MIME type to retrieve the charset.
This commit is contained in:
parent
2903c47ba0
commit
8cfeca5261
6 changed files with 342 additions and 0 deletions
|
@ -93,6 +93,7 @@ set(SOURCES
|
|||
DOMTreeModel.cpp
|
||||
Dump.cpp
|
||||
Encoding/TextEncoder.cpp
|
||||
Fetch/AbstractOperations.cpp
|
||||
FontCache.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/BrowsingContext.cpp
|
||||
|
@ -252,6 +253,7 @@ set(SOURCES
|
|||
Loader/LoadRequest.cpp
|
||||
Loader/Resource.cpp
|
||||
Loader/ResourceLoader.cpp
|
||||
MimeSniff/MimeType.cpp
|
||||
Namespace.cpp
|
||||
NavigationTiming/PerformanceTiming.cpp
|
||||
OutOfProcessWebView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue