summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-08-20LibWeb: Crash instead of spinning if parse_drawto fails to matchLuke
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"Luke
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17LibWeb: Change cursor to IBeam when hovering textAnicJov
2020-08-17LibWeb: Remove unused member in LayoutNodeWithStyle, found by CoverityBrian Gianforcaro
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15LibWeb: Only paint focus outline when browser window has focusAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Pass non-accepted keydown events to PageView's base classAndreas Kling
2020-08-15LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()Andreas Kling
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-14LibWeb: Don't paint a text cursor in unfocused framesAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-12LibWeb: Until an image has loaded or failed, don't occupy layout sizeAndreas Kling
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-12LibWeb: Initialize tag/attribute name globals in init-time constructorsAndreas Kling
2020-08-11LibWeb: Clear exceptions in each Document::run_javascript() callLinus Groh
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas 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-09LibWeb: Always add line boxes through LayoutBlock::add_line_box()Andreas Kling
2020-08-07LibWeb: Remove some unnecessary throwaway strings in the CSS parserAndreas Kling
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-08-07LibWeb: Remove unused LayoutPosition comparison operatorsAndreas Kling
2020-08-06LibWeb: Move text selection serialization from PageView to FrameAndreas Kling
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibWeb: Specialize hit testing for text cursor purposesAndreas Kling
2020-08-04Build: Support make's and ninja's restat optimizationNico Weber
2020-08-04LibWeb: Make sure that head and body always get the HTML elementLuke
2020-08-03LibWeb: Add a very basic test for Text node APIs ("data" and "length")Andreas Kling
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-03LibWeb: Reorganize tests into DOM/ and HTML/Andreas Kling
2020-08-03LibWeb: Add Element.{next,previous}ElementSibling IDL attributesAndreas Kling
2020-08-03LibWeb: Move "element sibling" getters to NonDocumentTypeChildNodeAndreas Kling
2020-08-03LibWeb: Send key events to the WebContent processAndreas Kling