Age | Commit message (Expand) | Author |
2021-09-14 | LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters | Linus Groh |
2021-09-14 | LibWeb: Implement ParentNode.children | Luke Wilde |
2021-09-14 | LibWeb: Make the innerHTML setter spec compliant | Luke Wilde |
2021-09-14 | LibWeb: Implement HTML fragment serialisation and use it in innerHTML | Luke Wilde |
2021-09-14 | LibWeb: Add the URL::{protocol, pathname, search, hash} attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::host, URL::hostname & URL:port attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::username, URL::password & URL::origin attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::searchParams attribute | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::href attribute and URL::to_json method | Idan Horowitz |
2021-09-14 | LibWeb: Add a bare implementation of the URL built-in | Idan Horowitz |
2021-09-14 | AK: Move the path argument of URL::append_path instead of copying it | Idan Horowitz |
2021-09-14 | AK: Make URL::m_port an Optional<u16>, Expose raw port getter | Idan Horowitz |
2021-09-14 | AK: Add URL::cannot_have_a_username_or_password_or_port | Idan Horowitz |
2021-09-14 | AK: Change URL::cannot_be_a_base_url, URL::is_valid return type to bool | Idan Horowitz |
2021-09-14 | AK: Accept optional url and state override parameters in URLParser | Idan Horowitz |
2021-09-14 | AK: Add URL::serialize_origin based on HTML's origin definition | Idan Horowitz |
2021-09-14 | LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp} | Idan Horowitz |
2021-09-14 | LibWeb: Allow IDL attribute setters to throw DOMExceptions | Idan Horowitz |
2021-09-14 | LibWeb: Consume the extra whitespace in stringifier attributes | Idan Horowitz |
2021-09-13 | Everywhere: Use my fancy new serenityos.org email :^) | Mustafa Quraish |
2021-09-13 | Meta: Add Mustafa Quraish to the contributors list :^) | Andreas Kling |
2021-09-13 | LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspector | Andreas Kling |
2021-09-13 | LibWeb: Generate CSS::{first,last}_property_id constants | Andreas Kling |
2021-09-13 | LibJS: Log scripts parsed by JS::Script::parse() and how long it took | Andreas Kling |
2021-09-13 | Browser: Rename "DOM Inspector" to just "Inspector" | Andreas Kling |
2021-09-13 | LibWeb: Use right dimension when positioning flex-items | Tobias Christiansen |
2021-09-13 | LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}() | Linus Groh |
2021-09-13 | PixelPaint: Make CloneTool change cursor temporarily while selecting | Mustafa Quraish |
2021-09-13 | PixelPaint: Add `ImageEditor::update_tool_cursor()` method | Mustafa Quraish |
2021-09-13 | PixelPaint: Add a marker for CloneTool's selected position | Mustafa Quraish |
2021-09-13 | PixelPaint: Incorporate CloneTool into toolbox | Mustafa Quraish |
2021-09-13 | PixelPaint: Add Clone Tool :^) | Mustafa Quraish |
2021-09-13 | Base: Add new icon for PixelPaint clone tool | Mustafa Quraish |
2021-09-13 | LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run() | Linus Groh |
2021-09-13 | LibWeb: FlexBox: Use correct source when querying for the main size | Tobias Christiansen |
2021-09-13 | LibWeb: Fix opacity ComputedCSSStyleDeclaration | Tobias Christiansen |
2021-09-13 | ImageViewer: Enable and disable navigation | Mohsan Ali |
2021-09-13 | LibWeb: Add support for a bunch of ComputedCSSStyleDeclarations | Tobias Christiansen |
2021-09-13 | AK: Remove unimplemented method `fill_buffer` from `UUID` | James Puleo |
2021-09-13 | LibGfx/TTF: Ignore unsupported composite glyph flags | Andreas Kling |
2021-09-13 | LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.TimeZone.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.PlainYearMonth.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.PlainTime.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.PlainMonthDay.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.PlainDateTime.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.PlainDate.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.Instant.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.Duration.prototype to be a PrototypeObject | Linus Groh |
2021-09-13 | LibJS: Convert Temporal.Calendar.prototype to be a PrototypeObject | Linus Groh |