summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-06Ports: Add samTimothy
2021-06-06LibWeb: Resolve flex: shorthand correctlyTobias Christiansen
2021-06-05LibJS: Throw TypeError on write to non-writable property in strict modeIdan Horowitz
2021-06-06LibWeb: Implement FlexBox Layout AlgorithmTobias Christiansen
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Add parsing for NumericStyleValueTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-06-05LibWeb: Change BlockBox to not want mouse eventsdylanbobb
2021-06-05LibVT: Don't return a history size if alternate buffer is usedTim Schumacher
2021-06-05Kernel: Return EPIPE when trying to write to an unconnected socketGunnar Beutner
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05ifconfig: Use shorter argument namesMaciej Zygmanowski
2021-06-05LibSQL: Limit the allowed depth of an expression treeTimothy Flynn
2021-06-05CI: Run libjs-test262 and update results on every push to masterLinus Groh
2021-06-05LibJS: Add the global escape() & unescape() methodsIdan Horowitz
2021-06-05LibJS: Correctly handle NaN and negative infinity in Math.atan2Idan Horowitz
2021-06-05LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properlyIdan Horowitz
2021-06-05LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()Idan Horowitz
2021-06-05LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properlyIdan Horowitz
2021-06-05LibJS: Handle negative zero and negative infinity in Math.abs()Idan Horowitz
2021-06-05LibJS: Add Math.imul()Idan Horowitz
2021-06-05LibJS: Support symbol keys in Object.prototype.propertyIsEnumerableIdan Horowitz
2021-06-05LibJS: Replace StringOrSymbol::from_value with Value::to_property_keyIdan Horowitz
2021-06-05Ports/PHP: Enable OpenSSL extensionJelle Raaijmakers
2021-06-05Ports/PHP: Disable PCRE JITJelle Raaijmakers
2021-06-05Ports/PHP: Enable Zlib extensionJelle Raaijmakers
2021-06-05Ports/PHP: Enable Phar extensionJelle Raaijmakers
2021-06-05Kernel: Perform output processing on echoDaniel Bertalan
2021-06-05LibJS: Use PropertyName::as_string() in Object::get()Andreas Kling
2021-06-05AK: Always inline FlyString::view()Andreas Kling
2021-06-05LibWasm: Move Wasm::BytecodeInterpreter into its own headerSahan Fernando
2021-06-05TreeView: Don't try to move cursor with invalid indexMarcus Nilsson
2021-06-05rm: Allow empty paths if -f is specifiedTim Schumacher
2021-06-05Ports: Add port for freecivGunnar Beutner
2021-06-05LibC: Let setlocale() pretend that setting the locale succeededGunnar Beutner
2021-06-05Ports: Specify missing library when linking SDL2_ttfGunnar Beutner
2021-06-05Ports: Build shared library for freetypeGunnar Beutner
2021-06-05Ports: fix gcc for mac usersyegor
2021-06-05AK: Stop using U+0000 as end of file code point in URL parserMax Wipfli
2021-06-05AK: Make debugging URLParser easierMax Wipfli
2021-06-05AK: Do not trim away non-ASCII bytes when parsing URLMax Wipfli
2021-06-05AK: Update URLParser.{cpp,h} to use east constMax Wipfli
2021-06-05LibJS: Add the Number.{MAX, MIN}_VALUE constantsIdan Horowitz