summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-13LibWeb: Set the encoding of HTML documentsAndreas Kling
2020-12-13LibWeb: Update stale #includes for HTML/TagNames.* moveAndreas Kling
2020-12-13LibWeb: Attach DOM::Document to its frame before parsingAndreas Kling
2020-12-13LibWeb: Make HTMLDocumentParser take an existing documentAndreas Kling
2020-12-13LibWeb: Move DOM/TagNames.* => HTML/TagNames.*Andreas Kling
2020-12-13LibWeb: Mark element style dirty on style/id attribute change tooAndreas Kling
2020-12-13LibWeb: Mark element style dirty when class attribute changesAndreas Kling
2020-12-13LibWeb: Make DOM::Node::set_needs_style_update() schedule the updateAndreas Kling
2020-12-12LibWeb: Store layout box model metrics as floatsAndreas Kling
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-12LibWeb: Don't place floating boxes before everything elseAndreas Kling
2020-12-12LibWeb: Make the ad-hoc CSS parser a little more tolerantAndreas Kling
2020-12-12LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxesAndreas Kling
2020-12-11LibWeb: Remove some unnecessary is_replaced() checks in BFCAndreas Kling
2020-12-11LibWeb: Move replaced element layout out of Layout::ReplacedBoxAndreas Kling
2020-12-11LibWeb: Fix inline-block width computation with no specified widthAndreas Kling
2020-12-10LibWeb: Use the surrounding text color as the caret colorAndreas Kling
2020-12-10LibWeb: Replace IDL 'void' return type with 'undefined'Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-12-09LibWeb: Apply suggested fixes.asynts
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-12-09LibWeb: Make DOM::Range more suitable for JS.asynts
2020-12-09LibWeb: Join start and end after deleting selection.asynts
2020-12-09LibWeb: Implement deletion of more complex selections.asynts
2020-12-09LibWeb: Fix many bugs with the editing.asynts
2020-12-09LibWeb: Add support for cursor movement and delete.asynts
2020-12-09LibWeb: Support range delection accross nodes with shared parent.asynts
2020-12-09LibWeb: Add support for range deletion.asynts
2020-12-09LibWeb: Move editing stuff into EditEventHandler.asynts
2020-12-09IDL: Produce better error messages when parsing IDL files.asynts
2020-12-09LibWeb: Don't allocate XMLHttpRequestConstructor twiceLinus Groh
2020-12-09LibWeb: Disallow construction of XMLHttpRequest without 'new'Linus Groh
2020-12-08LibWeb: Build the DumpLayoutTree subdirectoryAndreas Kling
2020-12-08LibWeb: Add missing license header to DumpLayoutTreeAndreas Kling
2020-12-08LibWeb: Remove an empty line from OOPWVAndreas Kling
2020-12-08LibWeb: Add a simple DumpLayoutTree programAndreas Kling
2020-12-08LibWeb: Allow dumping layout tree into a StringBuilderAndreas Kling
2020-12-08LibWeb+WebContent: Add on_load_finish hook to web viewsAndreas Kling
2020-12-08LibWeb: <iframe src> same-origin check should be based on host documentAndreas Kling
2020-12-07LibWeb: Compute final line box width *after* placing all fragmentsAndreas Kling
2020-12-07LibWeb: When adding inline-block fragment to line, use border box widthAndreas Kling
2020-12-07LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bitAndreas Kling
2020-12-07LibWeb: Add padding-left to the default UA style for <ol> and <ul>Andreas Kling
2020-12-07LibWeb: Include padding+border in shrink-to-fit preferred min widthAndreas Kling
2020-12-07LibWeb: Resolve width in relative length units on inline-block properlyAndreas Kling
2020-12-07LibWeb: Simplify final line box width computationAndreas Kling
2020-12-07LibWeb: Use CSS::Length::resolved_or_zero() in a few placesAndreas Kling
2020-12-07LibWeb: Cache parsed inline style of DOM elementsAndreas Kling
2020-12-07LibWeb: Make layout tree dumps nicerAndreas Kling