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
Age
Commit message (
Expand
)
Author
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-22
LibWeb: Run clang-format on FormattingContext.h
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-22
LibWeb: Avoid some heap churn during text splitting
Andreas Kling
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-13
LibWeb: Add default values of URL and content type in document
Luke
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-11-11
LibWeb: Advertise to servers that we support gzip encoding
Luke
2020-11-11
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
Luke
2020-11-11
LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute
Luke
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-09
LibWeb: Add support for reflected boolean values
Luke
2020-11-08
LibWeb: Don't attempt to create new bitmap for zero-size OOPWV
Linus Groh
2020-11-08
LibWeb: Don't assume backing store allocation succeeds on OOPWV resize
Andreas Kling
2020-11-08
LibWeb: Use the system theme's button text color for <input> buttons
Andreas Kling
2020-11-07
LibWeb: Restrict HTML form submissions to permitted URL protocols
Brendan Coles
2020-11-07
LibWeb: Reject iframing file:// URLs if document is not a file:// URL
Brendan Coles
2020-11-07
LibWeb: Load favicon.ico only for http/https URLs
Brendan Coles
2020-11-03
AK: Really disallow making OwnPtrs from refcounted types
AnotherTest
2020-11-01
LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requests
Brendan Coles
2020-10-31
LibWeb: Don't use 'font-weight: lighter' for Csilla in Default.css
Linus Groh
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
Fonts: Rename font files consistently
Andreas Kling
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-24
LibWeb: Don't send OOPWV repaint requests for views without backing
Andreas Kling
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibWeb: Break reference cycles so DOM::Document actually gets deleted
Andreas Kling
2020-10-22
LibWeb: Make sure nodes are adopted when moving between documents
Andreas Kling
2020-10-22
LibWeb: Forget frame selection when changing documents
Andreas Kling
2020-10-22
LibWeb: Remove unused TreeNode::donate_all_children_to()
Andreas Kling
2020-10-22
LibWeb: Use smart pointers between DOM and Layout tree
Andreas Kling
2020-10-22
LibWeb: Make Nodes actually ref/unref their Document
Andreas Kling
2020-10-22
LibWeb: Add initial implementation of foreign content parsing
Luke
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-22
LibWeb: Use modern namespaces and fix clang-format comments in tag names
Luke
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-20
LibWeb: Tear down layout trees properly
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" on document and window
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" event on script elements
Andreas Kling
2020-10-18
LibWeb: Make DOM::Window into an EventTarget
Andreas Kling
2020-10-15
LibWeb: Fix EventDispatcher::dispatch()
Linus Groh
2020-10-11
LibWeb: Make DOM Nodes keep their Document alive
Andreas Kling
2020-10-11
LibWeb: Remove unused Document::fixup()
Andreas Kling
[next]