Age | Commit message (Expand) | Author |
---|---|---|
2021-09-08 | LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock | Andreas Kling |
2021-05-30 | LibWeb: Rename Web::Frame to Web::BrowsingContext | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-06 | LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt... | Luke |
2021-04-04 | LibWeb: Convert ButtonBox to be a LabelableNode | Timothy Flynn |
2021-04-04 | LibWeb: Defer mouse events from TextNode to Label | Timothy Flynn |
2021-04-04 | LibWeb: Add "Label" to be the layout node for HTMLLabelElement | Timothy Flynn |