Andreas Kling
|
97adcde36e
LibWeb: Teach HtmlView how to open a .txt file
|
5 years ago |
Andreas Kling
|
fe0de26277
LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)
|
5 years ago |
FalseHonesty
|
0e048f3c4c
LibWeb: Add hook when a link is middle clicked
|
5 years ago |
Andreas Kling
|
f32989a3e7
LibWeb: Add hook when context menu is requested by right-clicking link
|
5 years ago |
Andreas Kling
|
0d2beddc74
LibWeb: Plumb the full HtmlView viewport rect down into the engine
|
5 years ago |
Linus Groh
|
94c28552c6
LibWeb: Add basic support for redirects
|
5 years ago |
Andreas Kling
|
f3676ebef5
LibWeb: Handle iso-8859-1 web content a little bit better
|
5 years ago |
Andreas Kling
|
eb6e35a1be
ProtocolServer: Pass HTTP response headers to the client
|
5 years ago |
Peter Nelson
|
e159370ccb
LibWeb: Handle .gifs as images and use ImageDecoder to decode them
|
5 years ago |
Andreas Kling
|
2be184f49c
LibWeb: Try fetching a favicon when loading a non-file URL in HtmlView
|
5 years ago |
Andreas Kling
|
5c2bdbf27f
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
|
5 years ago |
Linus Groh
|
061205b3b3
LibWeb: Pass link target to HtmlView's on_link_click callback
|
5 years ago |
Jack Byrne
|
f65c55791e
LibWeb: Scroll back to the top when a new page is loaded
|
5 years ago |
Andreas Kling
|
7382b27c22
LibWeb: Add Origin concept (protocol, host, port tuple)
|
5 years ago |
Andreas Kling
|
f8d6d61da5
LibWeb: Fix null dereference in HtmlView::mousedown_event
|
5 years ago |
Andreas Kling
|
9b0bfcb8b7
LibWeb: Handle javascript: URLs inside LibWeb :^)
|
5 years ago |
Andreas Kling
|
9eec63e471
LibWeb: Protect DOM node while preparing to send mouse events
|
5 years ago |
Linus Groh
|
07049f98ec
LibWeb: Handle invalid URL in HtmlView::load()
|
5 years ago |
Linus Groh
|
021d78f8f7
Browser: Add error page
|
5 years ago |
Andreas Kling
|
660ec504ca
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
|
5 years ago |
Andreas Kling
|
0395b25e3f
LibWeb: Put selection-related debug spam behind an #ifdef
|
5 years ago |
Andreas Kling
|
55c845713a
LibWeb: Give MouseEvents the correct offsetX and offsetY values
|
5 years ago |
Andreas Kling
|
4dde36844b
LibWeb: Add a DOM Event class (instead of events being simple strings)
|
5 years ago |
Andreas Kling
|
b196665131
LibWeb: Dispatch "mouseup" event
|
5 years ago |
Andreas Kling
|
e265058768
LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)
|
5 years ago |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 years ago |