summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-08-31LibWeb: Implement document ready stateLuke
2020-08-31LibWeb: Expose window.self and window.framesLuke
2020-08-31LibWeb: Take care of a FIXME in the "in table text" insertion modeAndreas Kling
2020-08-30LibWeb: Remove redundant .prettierrcLinus Groh
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-26LibWeb: Turn the <table height> attribute into the CSS height propertyAndreas Kling
2020-08-26LibWeb: Fix sometimes missing text selection highlightAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibWeb: Calculate selection based on glyph centersRewi Haar
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-21LibWeb: InProcessWebView::selected_text() should use the focused frameAndreas Kling
2020-08-21LibWeb: Make selection state recomputation implicitAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-21LibWeb: Implement <template> parsingLuke
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