summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAMEAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Run clang-format on FormattingContext.hAndreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-11-22LibWeb: Avoid some heap churn during text splittingAndreas Kling
2020-11-19LibWeb: Remove ancient HTML_DEBUG debug loggingAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-11LibWeb: Advertise to servers that we support gzip encodingLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-11LibWeb+LibJS: Add [LegacyNullToEmptyString] attributeLuke
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
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