summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-05-05LibWeb: Remove double comma in FrameLoader debug loggingIdan Horowitz
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-05-04LibWeb: Use HTML-uppercased qualified name for the Element node nameLuke
2021-05-04LibWeb: Add createDocument and createDocumentType for DOMImplementationLuke
2021-05-04LibWeb: Add support for extended attributes on IDL parametersLuke
2021-05-04LibWeb: Expose HTMLInputElement.nameLuke
2021-05-04LibWeb: Compute intrinsic height of absolute replaced elementsTimothy Flynn
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-03LibWeb: Use node_to_insert instead of node in Node::insert_beforeLuke
2021-05-02LibWeb: Expose Node.ownerDocumentLuke
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibWeb: Use new way of generating list-style-type: *-alphaTobias Christiansen
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor Ananyin
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-27Userland: Move non-standard math constants from math.hJean-Baptiste Boric
2021-04-27LibWeb: Remove unnecessary temporary Vector in text layoutAndreas Kling
2021-04-27LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()Andreas Kling
2021-04-27LibWeb: Refactor Layout::TextNode splitting into a chunk iteratorAndreas Kling
2021-04-25LibWeb: Use full source URL as script filenameLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25LibWeb: Add exception support in IDL constructorsDexesTTP
2021-04-25LibWeb: Utilize SourceLocation for HTMLDocumentParser loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for HTMLTokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Tokenizer loggingBrian Gianforcaro
2021-04-25LibWeb: Utilize SourceLocation for CSS/Parser loggingBrian Gianforcaro
2021-04-25LibWeb: Use SourceLocation for DeprecatedCSSParser logging.Brian Gianforcaro
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Implement document.anchorsAndreas Kling