0x4261756D
|
c1a14f66ad
HTMLEncodingDetection: Use mime type in encoding sniffing
|
9 月之前 |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 月之前 |
Khaled Lakehal
|
2565757c7a
LibWeb: Set document type to HTML for text and media documents
|
10 月之前 |
Andreas Kling
|
f2fd8fc928
Everywhere: Remove LibGemini
|
1 年之前 |
Andreas Kling
|
e4cd91761d
Everywhere: Remove LibMarkdown
|
1 年之前 |
Timothy Flynn
|
b5ba60f1d1
LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value
|
1 年之前 |
Timothy Flynn
|
1ffda6a805
LibWeb: Propagate OOM in Body::fully_read() through its error callback
|
1 年之前 |
Timothy Flynn
|
c79f46fe6f
LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers
|
1 年之前 |
Andreas Kling
|
184368285c
LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read()
|
1 年之前 |
Andreas Kling
|
5ef6df79ed
LibWeb: Generate a simple error page when XML decode/parse fails
|
1 年之前 |
Andreas Kling
|
fa43321938
LibWeb: Fire iframe load event for frames with badly encoded XML
|
1 年之前 |
Aliaksandr Kalenik
|
768b1455d6
LibWeb: Run <object> fallback steps if data type is not supported
|
1 年之前 |
Aliaksandr Kalenik
|
ba633882bf
LibWeb: Change load_html_document to run parsing from deferred_invoke()
|
1 年之前 |
Timothy Flynn
|
48fb343230
LibWeb: Change HTMLParser's factory to accept the encoding as StringView
|
1 年之前 |
Aliaksandr Kalenik
|
ffd3639b17
LibWeb: Pass navigation params by const-ref to load_document()
|
1 年之前 |
ronak69
|
05e53b5fd3
LibWeb: Use file's URL as document's URL when loading markdown files
|
1 年之前 |
Bastiaan van der Plaat
|
e33ae9a58b
LibWeb: Improve media document styling to center image
|
1 年之前 |
Sam Atkins
|
5e2fc52b25
LibWeb: Remove old ad-hoc document-loading code
|
1 年之前 |
Sam Atkins
|
9733524f8a
LibWeb: Load markdown documents using the spec mechanism
|
1 年之前 |
Sam Atkins
|
c5223ae77f
LibWeb: Adjust create_document_for_inline_content() for future use
|
1 年之前 |
Sam Atkins
|
ae8e040287
LibWeb: Bring media-document loading closer to spec
|
1 年之前 |
Sam Atkins
|
91d82ae17a
LibWeb: Bring text-document parsing to spec
|
1 年之前 |
Sam Atkins
|
4dbca3e14a
LibWeb: Bring XML-document loading to spec
|
1 年之前 |
Sam Atkins
|
6c74069c1e
LibWeb: Bring HTML-document loading to spec
|
1 年之前 |
Sam Atkins
|
933231ffd4
LibWeb: Spec-comment load_document()
|
1 年之前 |
Sam Atkins
|
8dc8d57418
LibWeb: Make load_document()'s NavigationParams non-optional
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 年之前 |
Idan Horowitz
|
9677d8eeac
LibWeb: Reject improperly encoded XML documents as not well-formed
|
1 年之前 |
Idan Horowitz
|
278e8afb42
LibWeb: Consider content-type charset when determining XML encoding
|
1 年之前 |