MacDue
|
e852aff9e3
LibWeb: Fix crash when loading a HTML string that contains an iframe
|
před 2 roky |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
před 2 roky |
Sam Atkins
|
36c5dd78b1
LibWeb: Make Markdown images shrink-to-fit by default
|
před 2 roky |
Andreas Kling
|
022a49e9ac
LibWeb: Only notify PageClient about top-level browsing context loads
|
před 2 roky |
davidot
|
4912b22e3b
LibWeb+WebContent: Setup the js console client earlier
|
před 2 roky |
Andreas Kling
|
92deba7197
LibWeb: Implement Document/BrowsingContext hookup according to spec
|
před 2 roky |
Andreas Kling
|
cd7262ee56
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
|
před 2 roky |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
před 2 roky |
MacDue
|
8d2c2f7c52
LibWeb: Determine the origin when navigating across documents
|
před 2 roky |
Andreas Kling
|
602f927982
LibWeb: Start implementing "create and initialize a Document" from HTML
|
před 2 roky |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
před 3 roky |
DexesTTP
|
bf6c4835e6
LibWeb: Allow configuring the default error page path
|
před 3 roky |
DexesTTP
|
26bb95425d
LibWeb: Allow configuring the default favicon path
|
před 3 roky |
DexesTTP
|
2198091bbc
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
|
před 3 roky |
Sam Atkins
|
f8950ea846
LibWeb: Don't treat any empty resources as errors
|
před 3 roky |
Sam Atkins
|
1f82beded3
LibWeb: Make about:blank load correctly
|
před 3 roky |
Anthony Van de Gejuchte
|
69ca27d3d7
LibWeb: Show correct favicon when default favicon is loaded
|
před 3 roky |
Andreas Kling
|
0f6e1f7a32
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
|
před 3 roky |
Andreas Kling
|
0eae88f613
LibWeb: Use FrameLoader::load_html() when loading error pages
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
Ali Mohammad Pur
|
5a0123fd2f
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
|
před 3 roky |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
před 3 roky |
Andreas Kling
|
fe67fe3791
LibWeb: Check for valid names in Document.createElement() & friends
|
před 3 roky |
Andreas Kling
|
8b2499b112
LibWeb: Make document.write() work while document is parsing
|
před 3 roky |
Luke Wilde
|
b717f7065e
LibWeb: Send appropriate Accept header for FrameLoader requests
|
před 3 roky |
Idan Horowitz
|
497dd5b354
LibWeb: Set response header cookies on redirects
|
před 3 roky |
Idan Horowitz
|
721a4a0a67
LibWeb: Ignore Location headers unless the response status code is 3xx
|
před 3 roky |
electrikmilk
|
10e473bf26
Base+Browser: Add Browser icons
|
před 3 roky |
Andreas Kling
|
108de5dea0
LibWeb: Stop sending "load" event twice to iframes
|
před 3 roky |
Andreas Kling
|
5bd3d0cf25
LibWeb: Use the sandboxed image ImageDecoder when loading favicons
|
před 3 roky |