summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-15LibWeb: Add an SVG::AttributeNames namespaceAndreas Kling
2021-09-15LibJS: Make References see into Environment's bindings as wellAli Mohammad Pur
2021-09-15LibWeb: Speed up computed style calculationSam Atkins
2021-09-15LibGfx: Add method for calculating square aspect ratio end pointZyper
2021-09-15LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantStringLinus Groh
2021-09-14LibWeb: Improvements to error handling in HTML foreign content parsingAndreas Kling
2021-09-14LibWeb: Flexbox: Avoid division by zeroTobias Christiansen
2021-09-14LibWeb: Flexbox: Change the name of a variable to correspond to specTobias Christiansen
2021-09-14LibWeb: Flexbox: Resolve relative size of flex-items more correctlyTobias Christiansen
2021-09-14LibRegex: Avoid using GenericLexer::consume() when at eofAli Mohammad Pur
2021-09-14LibWeb: Add several computed CSS styleskleines Filmröllchen
2021-09-14LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius`kleines Filmröllchen
2021-09-14LibJS+LibWeb: Move script parse time logging from JS::Script to LibWebAndreas Kling
2021-09-14LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-jsAndreas Kling
2021-09-14LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)Andreas Kling
2021-09-14LibJS: Add a barebones SourceTextModule classAndreas Kling
2021-09-14LibTest: Decorate cleanup_and_exit() with [[noreturn]]Andreas Kling
2021-09-14LibJS: Make JS::Script keep the VM aliveAndreas Kling
2021-09-14LibJS: Add a barebones Module classAndreas Kling
2021-09-14LibJS: Reorganize ExecutionContext a little bitAndreas Kling
2021-09-14LibJS: Implement parsing and execution of optional chainsAli Mohammad Pur
2021-09-14LibJS: Reorder the global eval function call detection conditions a bitAli Mohammad Pur
2021-09-14LibJS: Mark two JS::Reference functions `const`Ali Mohammad Pur
2021-09-14LibRegex: Avoid excessive Vector copy when compiling regexpsAli Mohammad Pur
2021-09-14LibJS: Add a fast failure path to try_parse_arrow_function_expression()Andreas Kling
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: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-14LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp}Idan Horowitz
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspectorAndreas Kling
2021-09-13LibJS: Log scripts parsed by JS::Script::parse() and how long it tookAndreas 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-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-13LibWeb: Add support for a bunch of ComputedCSSStyleDeclarationsTobias Christiansen
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