summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-14LibJS: Skip ID_{Start,Continue} property lookup for any ASCII charactersLinus Groh
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-09-14LibWeb: Implement HTML fragment serialisation and use it in innerHTMLLuke Wilde
2021-09-14LibWeb: Add the URL::{protocol, pathname, search, hash} attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::host, URL::hostname & URL:port attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::username, URL::password & URL::origin attributesIdan Horowitz
2021-09-14LibWeb: Add the URL::searchParams attributeIdan Horowitz
2021-09-14LibWeb: Add the URL::href attribute and URL::to_json methodIdan Horowitz
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-14AK: Move the path argument of URL::append_path instead of copying itIdan Horowitz
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-14AK: Add URL::cannot_have_a_username_or_password_or_portIdan Horowitz
2021-09-14AK: Change URL::cannot_be_a_base_url, URL::is_valid return type to boolIdan Horowitz
2021-09-14AK: Accept optional url and state override parameters in URLParserIdan Horowitz
2021-09-14AK: Add URL::serialize_origin based on HTML's origin definitionIdan Horowitz
2021-09-14LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp}Idan Horowitz
2021-09-14LibWeb: Allow IDL attribute setters to throw DOMExceptionsIdan Horowitz
2021-09-14LibWeb: Consume the extra whitespace in stringifier attributesIdan Horowitz
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13Meta: Add Mustafa Quraish to the contributors list :^)Andreas Kling
2021-09-13LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspectorAndreas Kling
2021-09-13LibWeb: Generate CSS::{first,last}_property_id constantsAndreas Kling
2021-09-13LibJS: Log scripts parsed by JS::Script::parse() and how long it tookAndreas Kling
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-13LibWeb: Use right dimension when positioning flex-itemsTobias Christiansen
2021-09-13LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()Linus Groh
2021-09-13PixelPaint: Make CloneTool change cursor temporarily while selectingMustafa Quraish
2021-09-13PixelPaint: Add `ImageEditor::update_tool_cursor()` methodMustafa Quraish
2021-09-13PixelPaint: Add a marker for CloneTool's selected positionMustafa Quraish
2021-09-13PixelPaint: Incorporate CloneTool into toolboxMustafa Quraish
2021-09-13PixelPaint: Add Clone Tool :^)Mustafa Quraish
2021-09-13Base: Add new icon for PixelPaint clone toolMustafa Quraish
2021-09-13LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()Linus Groh
2021-09-13LibWeb: FlexBox: Use correct source when querying for the main sizeTobias Christiansen
2021-09-13LibWeb: Fix opacity ComputedCSSStyleDeclarationTobias Christiansen
2021-09-13ImageViewer: Enable and disable navigationMohsan Ali
2021-09-13LibWeb: Add support for a bunch of ComputedCSSStyleDeclarationsTobias Christiansen
2021-09-13AK: Remove unimplemented method `fill_buffer` from `UUID`James Puleo
2021-09-13LibGfx/TTF: Ignore unsupported composite glyph flagsAndreas Kling
2021-09-13LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.TimeZone.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainYearMonth.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainMonthDay.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainDateTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainDate.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Instant.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Duration.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Calendar.prototype to be a PrototypeObjectLinus Groh