index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Loader
/
FrameLoader.cpp
Age
Commit message (
Expand
)
Author
2023-05-03
LibWeb: Move document loading into separate file
Aliaksandr Kalenik
2023-05-03
LibWeb: Add navigable property in NavigationParams
Aliaksandr Kalenik
2023-04-25
LibWeb: Fix the update of the favicon during navigation
Emil Militzer
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-12
LibWeb: Create a video document for `video/` MIME types on navigation
Luke Wilde
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-26
LibWeb: Run XML parser input through encoding decoder
Aliaksandr Kalenik
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-15
LibWeb: Don't treat erroring subresource loads as success
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-01
LibWeb: Bail FrameLoader's load callbacks if associated BC is discarded
Luke Wilde
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-18
LibWeb: Fix `FrameLoader::load_error_page`
Cameron Youell
2023-01-18
LibWeb: Fix error page icon outside of serenity
Cameron Youell
2022-12-30
LibWeb: Store cookies for every HTTP response
Luke Wilde
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-14
LibWeb: Make `LoadRequest` headers case insensitive
leeight
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-10-02
LibWeb: Fix crash when loading a HTML string that contains an iframe
MacDue
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-28
LibWeb: Make Markdown images shrink-to-fit by default
Sam Atkins
2022-09-25
LibWeb: Only notify PageClient about top-level browsing context loads
Andreas Kling
2022-09-21
LibWeb+WebContent: Setup the js console client earlier
davidot
2022-09-20
LibWeb: Implement Document/BrowsingContext hookup according to spec
Andreas Kling
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-26
LibWeb: Determine the origin when navigating across documents
MacDue
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-29
LibWeb: Allow configuring the default error page path
DexesTTP
2022-05-29
LibWeb: Allow configuring the default favicon path
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-13
LibWeb: Don't treat any empty resources as errors
Sam Atkins
2022-05-13
LibWeb: Make about:blank load correctly
Sam Atkins
2022-04-10
LibWeb: Show correct favicon when default favicon is loaded
Anthony Van de Gejuchte
2022-04-06
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
Andreas Kling
2022-04-06
LibWeb: Use FrameLoader::load_html() when loading error pages
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-18
LibWeb: Send appropriate Accept header for FrameLoader requests
Luke Wilde
2022-02-12
LibWeb: Set response header cookies on redirects
Idan Horowitz
[next]