Luke
|
ed2689c00a
LibWeb: Use standardized encoding names, add encoding attribute to document
|
4 anos atrás |
Luke
|
3ec54448f5
LibWeb: Add contentType attribute to Document
|
4 anos atrás |
Andreas Kling
|
81add73955
LibWeb: Make Frame point weakly to Page
|
4 anos atrás |
Brendan Coles
|
a0130b55d4
LibWeb: Load favicon.ico only for http/https URLs
|
4 anos atrás |
Andreas Kling
|
46c15276e9
LibWeb: Fix Document construction mishap in <template> element
|
4 anos atrás |
Luke
|
e8a9e8aed5
LibWeb: Add namespace to Element
|
4 anos atrás |
Linus Groh
|
216ccaf805
LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()
|
4 anos atrás |
Linus Groh
|
a2a603d38a
LibWeb: Add FrameLoader::load_html()
|
4 anos atrás |
Andreas Kling
|
c6c0a9abcb
LibWeb: Fix build after GEMINI_DEBUG oopsie
|
4 anos atrás |
Nico Weber
|
fa5217ff4f
LibWeb: Add debug toggle for dumping gemini documents
|
4 anos atrás |
Nico Weber
|
c8322719c6
LibWeb: Fix variable name for gemini documents
|
4 anos atrás |
Andreas Kling
|
2946a684ef
ProtocolServer+LibWeb: Support more detailed HTTP requests
|
4 anos atrás |
Andreas Kling
|
618dcbe405
LibWeb: Dispatch DOM "load" event on <iframe> elements
|
4 anos atrás |
Simon Danner
|
05be6481b7
LibWeb: make it possible to directly load .svg files
|
4 anos atrás |
AnotherTest
|
1df9293ea4
LibWeb: Complete the redirect URL before loading it
|
5 anos atrás |
Andreas Kling
|
ef711f501e
LibWeb: Move the Page/Frame/EventHandler classes into Page/
|
5 anos atrás |
Andreas Kling
|
cc4109c03b
LibWeb: Move the HTML parser into HTML/Parser/
|
5 anos atrás |
Andreas Kling
|
c46439f240
LibWeb: Move HTML classes into the Web::HTML namespace
|
5 anos atrás |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 anos atrás |
Kevin Meyer
|
a5b8cc2d0b
LibWeb: Add type for FrameLoader::load
|
5 anos atrás |
Andreas Kling
|
6293d1a13c
LibWeb+Browser: Remove old HTML parser :^)
|
5 anos atrás |
Andreas Kling
|
07d976716f
LibWeb: Remove most uses of the old HTML parser
|
5 anos atrás |
Andreas Kling
|
883dc9260d
LibWeb: Unbreak favicon notifications after Page refactoring
|
5 anos atrás |
Andreas Kling
|
e04d68a03a
LibWeb: Remove unnecessary on_foo hooks from Frame
|
5 anos atrás |
Andreas Kling
|
896db187e5
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
|
5 anos atrás |
Andreas Kling
|
71da52482c
LibWeb: Show error page if we can't handle a frame's main resource
|
5 anos atrás |
Andreas Kling
|
f88146c7c9
LibWeb: Let Resource figure out its own encoding and MIME type
|
5 anos atrás |
Andreas Kling
|
de6028dfa7
LibWeb: Turn FrameLoader into a ResourceClient
|
5 anos atrás |
Andreas Kling
|
075bd75859
LibWeb: Add a FrameLoader class and move PageView's loading logic there
|
5 anos atrás |