index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Loader
/
FrameLoader.cpp
Age
Commit message (
Expand
)
Author
2020-07-30
LibWeb: Complete the redirect URL before loading it
AnotherTest
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-21
LibWeb: Remove most uses of the old HTML parser
Andreas Kling
2020-06-08
LibWeb: Unbreak favicon notifications after Page refactoring
Andreas Kling
2020-06-08
LibWeb: Remove unnecessary on_foo hooks from Frame
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Show error page if we can't handle a frame's main resource
Andreas Kling
2020-06-06
LibWeb: Let Resource figure out its own encoding and MIME type
Andreas Kling
2020-06-06
LibWeb: Turn FrameLoader into a ResourceClient
Andreas Kling
2020-06-06
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Andreas Kling