summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-02-06LibCore: Take StringViews by value in Stream::* function argumentsAli Mohammad Pur
2022-02-06LibCore: Add a pure virtual parent to Core::Stream::BufferedSocket<T>Ali Mohammad Pur
2022-02-06LibCore: Remove Core::LocalSocket :^)sin-ack
2022-02-06LibCore: Use Core::Stream::LocalSocket in InspectorServerConnectionsin-ack
2022-02-06LibCore: Use SystemServerTakeover functionality in LocalServersin-ack
2022-02-06LibCore: Implement LocalSocket::release_fdsin-ack
2022-02-06LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCoresin-ack
2022-02-06LibGfx: Avoid inclusion of xmmintrin.h on non-X86 architecturesMorten Larsen
2022-02-06LibWeb: Remove unnecessary check for 0-sized fragments in InlineNodeAndreas Kling
2022-02-06LibWeb: Only compute containing block rect once in InlineNode::paint()Andreas Kling
2022-02-06LibWeb: Make window.inner{Width,Height} return *viewport* sizeAndreas Kling
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-02-05LibWeb: Keep tree order of sibling stacking contexts with same z-indexAndreas Kling
2022-02-05LibWeb: Add a partial implementation of Element.setAttributeNS()Andreas Kling
2022-02-05LibJS: Explicitly initialize primitive IndexedPropertyIterator membersAndreas Kling
2022-02-05LibJS: Cache valid indices in IndexedPropertyIteratorAndreas Kling
2022-02-05LibWeb: Put ClassicScript debug spam behind HTML_SCRIPT_DEBUGAndreas Kling
2022-02-05LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUGAndreas Kling
2022-02-05LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy updateAndreas Kling
2022-02-05LibWeb: Implement CanvasGradient.addColorStop() according to specAndreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2022-02-05LibGfx: Fail gracefully when trying to load invalid-sized HiDPI imageMaciej
2022-02-05LibRegex: Support non-ASCII whitespace characters when matching \s or \STimothy Flynn
2022-02-05LibWeb: Mark SelectorEngine matches-related functions as inlineIdan Horowitz
2022-02-05LibWeb: Cache the result of Selector::specificity()Idan Horowitz
2022-02-05LibRegex: Do not return an Optional from Regex::Matcher::executeTimothy Flynn
2022-02-05LibRegex: Do not continue searching input when the sticky bit is setTimothy Flynn
2022-02-05LibJS: Remove the VERIFY_NOT_REACHED in link_and_eval_moduledavidot
2022-02-05LibJS: Visit internal values in PromiseValueListdavidot
2022-02-05LibJS: Keep handles on internal function while creating a classdavidot
2022-02-05LibJS: Keep handles on promise functions while resolving a moduledavidot
2022-02-05LibJS: Remove the JS_TRACK_ZOMBIE_CELLS optiondavidot
2022-02-05LibSQL: Implement a DESCRIBE TABLE statementMahmoud Mandour
2022-02-05LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`Mahmoud Mandour
2022-02-05LibJS+LibRegex: Don't repeat regex match in regexp_exec()Ali Mohammad Pur
2022-02-05LibRegex+LibJS: Avoid searching for more than one match in JS RegExpsAli Mohammad Pur
2022-02-04LibJS: Rename variables to 'calendarLike' in a couple of placesLinus Groh
2022-02-04LibJS: Remove '-000000' check from ParseTemporalYearMonthStringLinus Groh
2022-02-04LibJS: Update fallibility of ParseISODateTime in spec commentsLinus Groh
2022-02-04LibCoredump: Add stack frame entry even if there is no object infoMaciej
2022-02-04LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()Maciej
2022-02-04LibJS: Explicitly handle invalid Date objects in UTC time settersTimothy Flynn
2022-02-04LibJS: Explicitly handle invalid Date objects in local time settersTimothy Flynn
2022-02-04LibWeb: Implement CalculatedStyleValue::to_string()Sam Atkins
2022-02-04LibWeb: Distinguish between Integer and Number calc() valuesSam Atkins
2022-02-04LibWeb: Allow calc() in opacitySam Atkins
2022-02-04LibWeb+Base: Enable calc() for font-weight property :^)Sam Atkins
2022-02-04LibWeb: Add resolving calc() to a number/integer/percentageSam Atkins
2022-02-04LibWeb: Allow percentage tokens again when parsing calc()Sam Atkins
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins