summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-08-30LibJS: Default to "short" for DurationFormat's style optionTimothy Flynn
2022-08-30LibJS: Default to 0 for DurationFormat's fractionalDigits optionTimothy Flynn
2022-08-30LibJS: Update spec steps to validate DurationFormat's numberingSystemTimothy Flynn
2022-08-30LibJS: Implement $262.evalScript() according to the given algorithmLinus Groh
2022-08-30LibJS: Make string_to_bigint() a standalone functionLinus Groh
2022-08-30LibJS: Trim non-ASCII whitespace as well in StringToBigIntLinus Groh
2022-08-30LibJS: Trim non-ASCII whitespace as well in StringToNumberLinus Groh
2022-08-30LibJS: Handle non-decimal integer literals in Value::to_numberSlappy826
2022-08-29LibJS: Properly initialize the global object for $262.createRealmdavidot
2022-08-29LibRegex: Explicitly check if a character falls into a table-based rangeTimothy Flynn
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-29LibJS: Make Heap a friend of everyone who uses JS_CELLAndreas Kling
2022-08-29LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELLAndreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-08-28LibGL+LibGPU+LibSoftGPU: Report texture env add extensionJelle Raaijmakers
2022-08-28LibJS: Implement ShadowRealmConstructor::construct() closer to specLinus Groh
2022-08-28LibJS: Implement SetDefaultGlobalBindings as a standalone functionLinus Groh
2022-08-28LibJS: Move construction of GlobalObject native functions to IntrinsicsLinus Groh
2022-08-28LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]Linus Groh
2022-08-28LibJS: Remove Shape::global_object() and Object::global_object()Linus Groh
2022-08-28LibJS: Let NewGlobalEnvironment take a plain ObjectLinus Groh
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-28LibJS: Move ConsoleObject construction from GlobalObject to IntrinsicsLinus Groh
2022-08-28LibJS: Remove Console's reliance on GlobalObjectLinus Groh
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
2022-08-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-27LibWeb: Implement the HostEnsureCanAddPrivateElement JS hookdavidot
2022-08-27LibJS+LibUnicode: Move some constant arrays to a separate headerdavidot
2022-08-27LibJS: Remove GlobalObject::{set_,}associated_realm()Linus Groh
2022-08-27LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()Linus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement texture pixel format supportJelle Raaijmakers
2022-08-27LibGPU+LibSoftGPU: Add PixelFormat::IntensityJelle Raaijmakers
2022-08-27LibGL: Report color buffer bits instead of texture bitsJelle Raaijmakers
2022-08-27LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversionJelle Raaijmakers
2022-08-27LibGL: Implement `GL_NORMAL_ARRAY_TYPE` context parameterJelle Raaijmakers
2022-08-27LibSoftGPU: Make `ownership_token` type in `Image` consistentJelle Raaijmakers
2022-08-27LibGfx: Allow non-const indexing into `VectorN`Jelle Raaijmakers
2022-08-27LibGL: Rename units to all singularJelle Raaijmakers
2022-08-27LibWeb: Treat cyclic percentage max-size as "auto" on the flex containerAndreas Kling
2022-08-26LibWeb: Remove one remaining use of JS::InvalidCharacterErrorLinus Groh
2022-08-26LibJS: Remove InvalidCharacterErrorLinus Groh
2022-08-26LibJS: Remove now unnecessary i32 casts when constructing BigIntegersdavidot
2022-08-26LibCrypto+LibJS: Remove the create_from methods from BigIntegerdavidot
2022-08-26LibCrypto: Add a constructor to (Un)SignedBigInteger taking a doubledavidot
2022-08-26LibCrypto: Make the constructors of (Un)SignedBigInteger templateddavidot
2022-08-26LibJS: Use the proper to_double method in NumberConstructordavidot
2022-08-26LibCrypto: Add a rounding mode to UnsignedBigInteger::to_doubledavidot
2022-08-26LibGUI: Add visual line mode to VimEditingEngineRobbie Vanbrabant