summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-05-24LibWeb: Improve support for white-space CSS property (#2348)Jack Byrne
2020-05-24LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macroEmanuele Torre
2020-05-24LibWeb: Add hook to HtmlView when a new document is setFalseHonesty
2020-05-24LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)Andreas Kling
2020-05-24LibWeb: Start building the tree building part of the new HTML parserAndreas Kling
2020-05-24LibWeb: Add HTMLFormElement to forwarding headerAndreas Kling
2020-05-24LibWeb: Add "name" to DocumentType nodesAndreas Kling
2020-05-23LibWeb: Make hit-testing work with display: inline-block;Andreas Kling
2020-05-23LibWeb: Colorize tag names in layout tree dumps + show element IDsAndreas Kling
2020-05-23LibWeb: Implement a bit more of DOCTYPE tokenizationAndreas Kling
2020-05-23LibWeb: Emit character/comment tokens lazily to accumulate more dataAndreas Kling
2020-05-23LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}Andreas Kling
2020-05-23LibWeb: Fix HtmlView not scrolling to a url's anchor on page loadFalseHonesty
2020-05-23LibWeb: Add missing END_STATE for TagNameAndreas Kling
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize commentsAndreas Kling
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize attributesAndreas Kling
2020-05-22LibWeb: Minor tweaks to HTMLToken declarationAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-22LibWeb: Move Attribute to its own header fileAndreas Kling
2020-05-21LibWeb: Set window object as this value in set{Interval,Timeout}()Linus Groh
2020-05-21LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()Linus Groh
2020-05-21LibWeb: Enforce set{Interval,Timeout}() min interval of 0Linus Groh
2020-05-21LibWeb: Allow setInterval() with no intervalLinus Groh
2020-05-21LibWeb: Let various functions throw if not enough argumentsLinus Groh
2020-05-21LibWeb: Embrace Interpreter::{argument_count(), argument(index)}Linus Groh
2020-05-21LibWeb: Update the CSS prefix to -libwebSergey Bugaev
2020-05-21LibWeb: Send User-Agent in HTTP requestsAndreas Kling
2020-05-21LibWeb: Parse " into '"'Andreas Kling
2020-05-21LibWeb: Add CanvasRenderingContext2D.canvasLinus Groh
2020-05-21LibWeb: Let HTMLCanvasElement.getContext() return null for unknown typesLinus Groh
2020-05-21LibWeb: HTML Parser, handle html escaped charactersHüseyin ASLITÜRK
2020-05-20LibWeb: Make window.location.reload() enumerable onlyLinus Groh
2020-05-20LibWeb: Make window.location properties non-configurableLinus Groh
2020-05-20LibWeb: Add leading "?" to window.location.search if not emptyLinus Groh
2020-05-20LibWeb: Add leading "#" to window.location.hash if not emptyLinus Groh
2020-05-19LibWeb: Fix duplicated public access modifier in StyleDeclarationLinus Groh
2020-05-18LibWeb: Allow reloading the current page with location.reload()Andreas Kling
2020-05-18LibWeb: Add location.protocol and location.hostAndreas Kling
2020-05-18LibWeb: Allow navigating to a new URL by setting window.location.hrefAndreas Kling
2020-05-18LibWeb: Add a simple window.location object with some getters :^)Andreas Kling
2020-05-18LibJS: Pass Interpreter& to Value::to_number() et al.Linus Groh
2020-05-18LibJS: Change Value::to_object(Heap& -> Interpreter&)Linus Groh
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-17LibWeb: Recognise and pass gemini URLs to ProtocolServerConrad Pankoff
2020-05-16LibWeb: Log URL when loading <script> with src attributeLinus Groh
2020-05-16AK: Fix URL's operator<<() and use itLinus Groh
2020-05-15LibJS: Add side-effect-free version of Value::to_string()Andreas Kling
2020-05-15LibJS: Let parser keep track of errorsLinus Groh
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-14LibWeb: Support the :root pseudo classLinus Groh