summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Parser
AgeCommit message (Expand)Author
2020-04-18LibWeb: Parse <br/> into a self-closed br elementAndreas Kling
2020-04-07LibWeb: Add Origin concept (protocol, host, port tuple)Andreas Kling
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-04LibWeb: Treat '<' characters as part of the text inside <script>Andreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling
2020-03-30LibWeb: Add naive support for document.querySelectorAll()Andreas Kling
2020-03-25LibWeb: Commit uncommitted text at the end of HTML parseAndreas Kling
2020-03-21LibWeb: Add a DOM Event class (instead of events being simple strings)Andreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-18LibWeb: Start working on DOM event supportAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling