Age | Commit message (Expand) | Author |
---|---|---|
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: Protect RadioButton and TextNode against mutating DOM | Timothy Flynn |
2021-04-04 | LibWeb: Convert RadioButton to be a LabelableNode | Timothy Flynn |
2021-04-04 | LibWeb: Do not assume grouped radio buttons have the same parent | Timothy Flynn |
2021-04-03 | LibWeb: Add support for HTML input type=radio | Timothy Flynn |