summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23LibWeb: Added get source functionality and hook eventBrandon Scott
2021-02-23LibWeb: Fix a tiny appendff() format issueAnotherTest
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-02-22LibWeb: Clip overflowing inline children when overflow != "visible"Andreas Kling
2021-02-22LibWeb: Respect explicitly specified CSS "height" on block elementsAndreas Kling
2021-02-22LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::BoxAndreas Kling
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-22LibWeb: Defer the handling of WebContent process crashesAndreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-20LibWeb: Move ExceptionOr bindings utils into own headerLinus Groh
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-20LibWeb+LibImageDecoderClient: Reuse ImageDecoder service processAndreas Kling
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::send()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::open()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::set_request_header()Linus Groh
2021-02-20LibWeb: Use DOMException in HTMLElement::set_content_editable()Linus Groh
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-20LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...Linus Groh
2021-02-20LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>Linus Groh
2021-02-20LibWeb: Add DOM::ExceptionOr<T> containerLinus Groh
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-17LibWeb: Add constructor to XMLHttpRequest IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Range IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Event IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Document IDL interfaceLinus Groh
2021-02-17LibWeb: Actually construct impl and wrapper in construct() :^)Linus Groh
2021-02-17LibWeb: Parse IDL interface constructorsLinus Groh
2021-02-17LibWeb: Fix .length of functions generated from IDLLinus Groh
2021-02-17LibWeb: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-15LibWeb: Use the correct DOM node when moving text cursor with mouseAndreas Kling
2021-02-15LibWeb: Move cursor along when drag-selecting in editable contentAndreas Kling
2021-02-10LibWeb: Relayout document on CharacterData data changeAndreas Kling
2021-02-10LibWeb: Start implementing <input type=text> using a shadow DOMAndreas Kling
2021-02-10LibWeb: Include shadow DOM subtrees in DOM dumpsAndreas Kling
2021-02-10LibWeb: Generate layout nodes for shadow subtreesAndreas Kling
2021-02-10LibWeb: Add a way to make a DOM::Text always editableAndreas Kling
2021-02-10LibWeb: Add DOM::Node::parent_or_shadow_host()Andreas Kling
2021-02-10LibWeb: Add a way to give DOM::Element a ShadowRootAndreas Kling
2021-02-10LibWeb: Add DOM::ShadowRoot to forwarding headerAndreas Kling
2021-02-10LibWeb: Use the DOM::Node::node_name() a bit more in dumpsAndreas Kling
2021-02-10LibWeb: Respect the bgcolor attribute on <marquee> elementsAndreas Kling