summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2020-12-08LibWeb: <iframe src> same-origin check should be based on host documentAndreas Kling
2020-11-22LibWeb: Add the submit event to HTMLFormElementLuke
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-14LibWeb: Use standardized encoding names, add encoding 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: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
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-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add initial implementation of foreign content parsingLuke
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-18LibWeb: Dispatch "load" on document and windowAndreas Kling
2020-10-18LibWeb: Dispatch "load" event on script elementsAndreas Kling
2020-10-09LibWeb: In the HTML tokenizer, pretty up ON_WHITESPACE a tiny bitNico Weber
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-28LibWeb: Support <form method=POST>Andreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-22LibWeb: Disallow cross-origin access to <iframe>.contentDocumentAndreas Kling
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-22LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()Andreas Kling
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling
2020-09-11LibWeb: Dispatch a "change" event when <input> checked state changesAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Add the "checked" and "disabled" HTML attributesAndreas Kling
2020-08-31LibWeb: Implement document ready stateLuke
2020-08-31LibWeb: Take care of a FIXME in the "in table text" insertion modeAndreas Kling
2020-08-26LibWeb: Turn the <table height> attribute into the CSS height propertyAndreas Kling
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-17LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"Luke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-09LibWeb: Add all HTML elements between S and VLuke
2020-08-09LibWeb: Add all HTML elements between L and QLuke
2020-08-09LibWeb: Add all HTML elements between A and FLuke
2020-08-09LibWeb: Make all existing HTML elements "final"Luke
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling