summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Base: Add developer's tests to computed-style.htmlkleines 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-14Kernel: Disable lock rank enforcement by default for nowBrian Gianforcaro
2021-09-14Profiler: Make the ProfileModel searchableAli Mohammad Pur
2021-09-14LibRegex: Avoid excessive Vector copy when compiling regexpsAli Mohammad Pur
2021-09-14Meta: Tweak the error in check-ak-test-files.sh a bitAli Mohammad Pur
2021-09-14AK: Add an abstraction over multiple disjoint buffersAli 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: 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