Cameron Youell
|
ce1b7e63c9
LibWeb: Fix error page icon outside of serenity
|
2 years ago |
Luke Wilde
|
6d188d72c0
LibWeb: Store cookies for every HTTP response
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Baitinq
|
45214fdb1a
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
|
2 years ago |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 years ago |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 years ago |
leeight
|
1167fdb17a
LibWeb: Make `LoadRequest` headers case insensitive
|
2 years ago |
Linus Groh
|
1c12f5c31d
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
|
2 years ago |
MacDue
|
e852aff9e3
LibWeb: Fix crash when loading a HTML string that contains an iframe
|
2 years ago |
networkException
|
4230dbbb21
AK+Everywhere: Replace "protocol" with "scheme" url helpers
|
2 years ago |
Sam Atkins
|
36c5dd78b1
LibWeb: Make Markdown images shrink-to-fit by default
|
2 years ago |
Andreas Kling
|
022a49e9ac
LibWeb: Only notify PageClient about top-level browsing context loads
|
2 years ago |
davidot
|
4912b22e3b
LibWeb+WebContent: Setup the js console client earlier
|
2 years ago |
Andreas Kling
|
92deba7197
LibWeb: Implement Document/BrowsingContext hookup according to spec
|
2 years ago |
Andreas Kling
|
cd7262ee56
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
MacDue
|
8d2c2f7c52
LibWeb: Determine the origin when navigating across documents
|
2 years ago |
Andreas Kling
|
602f927982
LibWeb: Start implementing "create and initialize a Document" from HTML
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
DexesTTP
|
bf6c4835e6
LibWeb: Allow configuring the default error page path
|
3 years ago |
DexesTTP
|
26bb95425d
LibWeb: Allow configuring the default favicon path
|
3 years ago |
DexesTTP
|
2198091bbc
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
|
3 years ago |
Sam Atkins
|
f8950ea846
LibWeb: Don't treat any empty resources as errors
|
3 years ago |
Sam Atkins
|
1f82beded3
LibWeb: Make about:blank load correctly
|
3 years ago |
Anthony Van de Gejuchte
|
69ca27d3d7
LibWeb: Show correct favicon when default favicon is loaded
|
3 years ago |
Andreas Kling
|
0f6e1f7a32
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
|
3 years ago |
Andreas Kling
|
0eae88f613
LibWeb: Use FrameLoader::load_html() when loading error pages
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Ali Mohammad Pur
|
5a0123fd2f
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
|
3 years ago |