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-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
2020-10-10
LibWeb: Create LayoutNodes for each SVG element
Matthew Olsson
2020-10-10
LibWeb: Add a basic SVGContext object, add to PaintContext
Matthew Olsson
2020-10-10
LibWeb: Add {before,after}_children_paint() methods
Matthew Olsson
2020-10-10
LibWeb: Cache the default font if we fail to find the specified font
Luke
2020-10-09
LibWeb: Don't collapse blocks into the previous sibling's padding
Andreas Kling
2020-10-09
LibWeb: Ignore non-URL values for background-image for now
Andreas Kling
2020-10-09
LibWeb: In the HTML tokenizer, pretty up ON_WHITESPACE a tiny bit
Nico Weber
2020-10-08
LibWeb: Apply the CSS background-image property to elements
Andreas Kling
2020-10-08
LibWeb: Handle theme change event in OutOfProcessWebView
Linus Groh
2020-10-08
LibWeb: Add OutOfProcessWebView::load_empty_document()
Linus Groh
2020-10-08
TextEditor: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-08
LibWeb: Register the OutOfProcessWebView widget
Linus Groh
2020-10-08
LibWeb: Add OutOfProcessWebView::load_html()
Linus Groh
2020-10-08
LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()
Linus Groh
2020-10-08
LibWeb: Add FrameLoader::load_html()
Linus Groh
2020-10-08
LibWeb: Make h4, h5 and h6 bold
Marcin Gasperowicz
2020-10-07
LibWeb: Use RefPtrs more in getElementById() and getElementsByName()
Andreas Kling
2020-10-06
LibWeb: Fix build after GEMINI_DEBUG oopsie
Andreas Kling
[next]