summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-11-08LibWeb: Don't attempt to create new bitmap for zero-size OOPWVLinus Groh
2020-11-08LibWeb: Don't assume backing store allocation succeeds on OOPWV resizeAndreas Kling
2020-11-08LibWeb: Use the system theme's button text color for <input> buttonsAndreas Kling
2020-11-07LibWeb: Restrict HTML form submissions to permitted URL protocolsBrendan Coles
2020-11-07LibWeb: Reject iframing file:// URLs if document is not a file:// URLBrendan Coles
2020-11-07LibWeb: Load favicon.ico only for http/https URLsBrendan Coles
2020-11-03AK: Really disallow making OwnPtrs from refcounted typesAnotherTest
2020-11-01LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requestsBrendan Coles
2020-10-31LibWeb: Don't use 'font-weight: lighter' for Csilla in Default.cssLinus Groh
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-25Fonts: Rename font files consistentlyAndreas Kling
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-24LibWeb: Don't send OOPWV repaint requests for views without backingAndreas Kling
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Break reference cycles so DOM::Document actually gets deletedAndreas Kling
2020-10-22LibWeb: Make sure nodes are adopted when moving between documentsAndreas Kling
2020-10-22LibWeb: Forget frame selection when changing documentsAndreas Kling
2020-10-22LibWeb: Remove unused TreeNode::donate_all_children_to()Andreas Kling
2020-10-22LibWeb: Use smart pointers between DOM and Layout treeAndreas Kling
2020-10-22LibWeb: Make Nodes actually ref/unref their DocumentAndreas Kling
2020-10-22LibWeb: Add initial implementation of foreign content parsingLuke
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-22LibWeb: Use modern namespaces and fix clang-format comments in tag namesLuke
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-20LibWeb: Tear down layout trees properlyAndreas Kling
2020-10-18LibWeb: Dispatch "load" on document and windowAndreas Kling
2020-10-18LibWeb: Dispatch "load" event on script elementsAndreas Kling
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-10-15LibWeb: Fix EventDispatcher::dispatch()Linus Groh
2020-10-11LibWeb: Make DOM Nodes keep their Document aliveAndreas Kling
2020-10-11LibWeb: Remove unused Document::fixup()Andreas Kling
2020-10-10LibWeb: Create LayoutNodes for each SVG elementMatthew Olsson
2020-10-10LibWeb: Add a basic SVGContext object, add to PaintContextMatthew Olsson
2020-10-10LibWeb: Add {before,after}_children_paint() methodsMatthew Olsson
2020-10-10LibWeb: Cache the default font if we fail to find the specified fontLuke
2020-10-09LibWeb: Don't collapse blocks into the previous sibling's paddingAndreas Kling
2020-10-09LibWeb: Ignore non-URL values for background-image for nowAndreas Kling
2020-10-09LibWeb: In the HTML tokenizer, pretty up ON_WHITESPACE a tiny bitNico Weber
2020-10-08LibWeb: Apply the CSS background-image property to elementsAndreas Kling
2020-10-08LibWeb: Handle theme change event in OutOfProcessWebViewLinus Groh
2020-10-08LibWeb: Add OutOfProcessWebView::load_empty_document()Linus Groh
2020-10-08TextEditor: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08LibWeb: Register the OutOfProcessWebView widgetLinus Groh
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-10-08LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()Linus Groh
2020-10-08LibWeb: Add FrameLoader::load_html()Linus Groh
2020-10-08LibWeb: Make h4, h5 and h6 boldMarcin Gasperowicz
2020-10-07LibWeb: Use RefPtrs more in getElementById() and getElementsByName()Andreas Kling
2020-10-06LibWeb: Fix build after GEMINI_DEBUG oopsieAndreas Kling