Age | Commit message (Expand) | Author |
2021-05-15 | LibWeb: Fix incorrect variable names when parsing CSS | Gunnar Beutner |
2021-05-13 | LibWeb: Propagate body background properties to root HTML element | Timothy Flynn |
2021-05-13 | LibWeb: Fix off-by-one for alphabetical markers in <ol>s | Tobias Christiansen |
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur |
2021-05-12 | LibWeb: Position the ListItemMarkers according to their width | Tobias Christiansen |
2021-05-12 | LibWeb: Remove unused alphabet constants from ListItemMarkerBox | Tobias Christiansen |
2021-05-12 | LibWeb: Move clearing boxes below preceding floating boxes | Timothy Flynn |
2021-05-11 | LibWeb: Add a maximum redirects limit to FrameLoader | Idan Horowitz |
2021-05-11 | LibWeb: Implement :nth-last-child pseudo-class | miere43 |
2021-05-11 | LibWeb: Paint an element's foreground before painting its children | Timothy Flynn |
2021-05-11 | LibWeb: Make Element::tag_name return the HTML uppercased qualified name | Luke |
2021-05-11 | LibWeb: Expose Element.{prefix,localName} | Luke |
2021-05-09 | LibWeb: Add tests for HTMLTableElement attributes | Adam Hodgen |
2021-05-09 | LibWeb: Fix nodeName attribute in tests | Adam Hodgen |
2021-05-09 | LibWeb: Implement HTMLTableElement tbody attributes | Adam Hodgen |
2021-05-09 | LibWeb: Implement HTMLTableElement tfoot attributes | Adam Hodgen |
2021-05-09 | LibWeb: Implement HTMLTableElement thead attributes | Adam Hodgen |
2021-05-09 | LibWeb: Implement HTMLTableElement caption attributes | Adam Hodgen |
2021-05-09 | LibWeb: Implement HTMLTableElement row attributes | Adam Hodgen |
2021-05-09 | LibWeb: Implement :nth-child pseudo-class | miere43 |
2021-05-09 | LibWeb: Allow white space inside pseudo-class arguments | miere43 |
2021-05-08 | LibWeb: Use list-style-type circle/square for nested unordered lists | Linus Groh |
2021-05-07 | LibWeb: Make frames nesting-aware and disallow deep nesting | Tobias Christiansen |
2021-05-07 | LibWeb: Make painting order more spec-compliant | Egor Ananyin |
2021-05-07 | LibWeb: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-05-07 | LibWeb: Implement replacing the current body when setting document.body | Luke |
2021-05-07 | LibWeb: Add non-const variants of Document::{html_element,body,head}() | Luke |
2021-05-07 | LibWeb: Implement Node.replaceChild | Luke |
2021-05-05 | LibWeb: Remove double comma in FrameLoader debug logging | Idan Horowitz |
2021-05-04 | LibWeb: Implement EventTarget.dispatchEvent | Luke |
2021-05-04 | LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts} | Luke |
2021-05-04 | LibWeb: Use HTML-uppercased qualified name for the Element node name | Luke |
2021-05-04 | LibWeb: Add createDocument and createDocumentType for DOMImplementation | Luke |
2021-05-04 | LibWeb: Add support for extended attributes on IDL parameters | Luke |
2021-05-04 | LibWeb: Expose HTMLInputElement.name | Luke |
2021-05-04 | LibWeb: Compute intrinsic height of absolute replaced elements | Timothy Flynn |
2021-05-03 | Userland: Use snake case names in .ipc files | Gunnar Beutner |
2021-05-03 | Userland: Update IPC calls to use proxies | Gunnar Beutner |
2021-05-03 | Userland: Change IPC funcs to use plain arguments instead of a struct | Gunnar Beutner |
2021-05-03 | LibGUI: Rename ScrollableWidget => AbstractScrollableWidget | Andreas Kling |
2021-05-03 | LibWeb: Use node_to_insert instead of node in Node::insert_before | Luke |
2021-05-02 | LibWeb: Expose Node.ownerDocument | Luke |
2021-05-02 | LibGfx: Unify Rect, Point, and Size | Matthew Olsson |
2021-05-02 | Userland: Make IPC handlers return void if they don't have any outputs | Gunnar Beutner |
2021-05-02 | Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers | Gunnar Beutner |
2021-05-01 | Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr | Gunnar Beutner |
2021-05-01 | LibWeb: Use new way of generating list-style-type: *-alpha | Tobias Christiansen |
2021-04-30 | LibWeb: Position absolute boxes relative to the containing block | Egor Ananyin |
2021-04-30 | LibWeb: Use min-height in calculating block box height | Egor Ananyin |
2021-04-30 | LibWeb: Fix floating box position calculation | Egor Ananyin |