summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-07-11LibWeb: Check if layout node is still present after dispatch_eventKevin Meyer
2020-07-11LibWeb: Remove some unnecessary castsKevin Meyer
2020-07-11LibWeb: Fix EVENT_DEBUG dump compilationKevin Meyer
2020-07-08LibWeb: Don't call did_layout in non-main frame documentsKevin Meyer
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-07-07LibWeb: Turn floated display:inline elements into block-level elementsAndreas Kling
2020-07-07LibWeb: Make context menus work in WebContentViewAndreas Kling
2020-07-07LibWeb: Fix PageView::url() null-checkKevin Meyer
2020-07-06LibWeb: Make WebContentView show the hover hand over links :^)Andreas Kling
2020-07-06LibWeb: Don't show unnecessary scrollbars in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-06LibWeb: Move "Stop parsing!" behind PARSER_DEBUGNico Weber
2020-07-05LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-groupAndreas Kling
2020-07-05LibWeb: Always fire the link hover hooks when moving between linksAndreas Kling
2020-07-05LibWeb: Tweak PageView::on_link_hover hookAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-03LibWeb: Insert newlines at <br> and block boundaries in copied text :^)Andreas Kling
2020-07-03LibWeb: Add a "select all" action to the Web::PageViewAndreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-07-01LibWeb: Use the StackingContext tree for hit testingAndreas Kling
2020-07-01LibWeb: StackingContext was sorting the wrong list of childrenAndreas Kling
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-06-29LibWeb: Clamp text fragment selection to the fragmentAndreas Kling
2020-06-29LibWeb: Improve hit testing on the right of line boxesAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-29LibWeb: Paint the text selection :^)Andreas Kling
2020-06-28LibWeb: Rename LineBoxFragment::render() => paint()Andreas Kling
2020-06-28LibWeb: Layout table-cell contents once again once final width is knownAndreas Kling
2020-06-28LibWeb: Implement almost all missing tokenizer casesLuke
2020-06-28LibWeb: Give the <blockquote> element some margins in the UA styleAndreas Kling
2020-06-28LibWeb: Support "pt" length units :^)Andreas Kling
2020-06-28LibWeb: Start working on supporting fixed table layoutsAndreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-28LibWeb: Turn <td width> into a CSS width propertyAndreas Kling
2020-06-28LibWeb: Convert uppercase selector tag names to lowercase internallyAndreas Kling
2020-06-28LibWeb: Tweak default style for <hr> to use em units for margin valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-28LibWeb: Use length units and shorthands in the default UA style sheetAndreas Kling
2020-06-28LibWeb: Collapse top and bottom margin of empty sibling blocksAndreas Kling
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-27LibWeb: Implement remaining missing tokenizer EOF casesKevin Meyer
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-26LibWeb: Implement some missing tokenizer cases for EOF handlingAndreas Kling