summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05Kernel: Validate x86_64 address canonicality before SafeMem operationsIdan Horowitz
2021-10-05Kernel: Detect and store the virtual address bit width during CPU initIdan Horowitz
2021-10-04LibJS: Avoid an unnecessary String in create_mapped_arguments_object()Andreas Kling
2021-10-04LibJS: Avoid an unnecessary String in create_list_from_array_like()Andreas Kling
2021-10-04LibWeb: Improve resolved style for CSS {min,max}-{width,height}Andreas Kling
2021-10-04Ports: Update Python to 3.10.0Linus Groh
2021-10-04Base: Add audio documentationkleines Filmröllchen
2021-10-04LibWeb: Implement window.location's stringifierIdan Horowitz
2021-10-04Documentation: Added unzip to arch install listPatrick Wilmes
2021-10-04LibWeb: Flexbox: Don't outgrow parent in main axis when using wrapTobias Christiansen
2021-10-04LibWeb: Handle inline-block children of a flex-container as blockTobias Christiansen
2021-10-04LibWeb: Flexbox: Collect empty inline-block flex childrenTobias Christiansen
2021-10-04LibHTTP: Bump max HTTP header size up to 32KiBAli Mohammad Pur
2021-10-04Documentation: Add documentation for adding IDL filesSam Atkins
2021-10-04sql: Account for the single quotes in syntax highlightingMahmoud Mandour
2021-10-04LibSQL: Add an INSERT without column names testMahmoud Mandour
2021-10-04LibSQL: Test INSERT statement with wrong number of valuesMahmoud Mandour
2021-10-04LibSQL: Test INSERT statement with wrong data typesMahmoud Mandour
2021-10-04LibSQL: Check NoError individually in execution testsMahmoud Mandour
2021-10-04LibSQL: Check data types in INSERT statement parsingMahmoud Mandour
2021-10-04LibSQL: Parse INSERT statement without column namesMahmoud Mandour
2021-10-04LibHTTP+LibGemini: Set underlying sockets as idle when detachingAli Mohammad Pur
2021-10-04LibCore: Add a Socket::set_idle() API that turns the notifiers on/offAli Mohammad Pur
2021-10-04LibHTTP: Treat EOF on a non-Finished state as an errorAli Mohammad Pur
2021-10-04LibWeb: Flexbox: Care more about cross-axis marginsTobias Christiansen
2021-10-04LibWeb: Flexbox: Take parents' specified main size into accountTobias Christiansen
2021-10-04LibHTTP: Ignore empty reads on chunk boundariesAli Mohammad Pur
2021-10-04LibHTTP: Consider a job failed if its body fails decompressionAli Mohammad Pur
2021-10-04Meta: Add myself to the mailmapTobias Christiansen
2021-10-04LibWeb: Make IDL-constructed objects aware of their JS wrapperAndreas Kling
2021-10-04LibWeb: Make WindowObject::clear_interval() call correct functionAndreas Kling
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-04LibCore: Allow reads smaller than the buffered data size in IODeviceAli Mohammad Pur
2021-10-04LibWeb: Add basic support for script string argument to setInterval()Linus Groh
2021-10-04LibWeb: Add basic support for script string argument to setTimeout()Linus Groh
2021-10-04LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert perform_atomic_operation() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert atomic_read_modify_write() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert validate_atomic_access() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert validate_integer_typed_array() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert typed_array_create() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert initialize_typed_array_from_list() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert init_typed_array_from_array_like() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert init_typed_array_from_typed_array() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert init_typed_array_from_array_buffer() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert validate_typed_array() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert to_property_descriptor() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert define_properties() to ThrowCompletionOrLinus Groh
2021-10-04LibJS: Convert set_immutable_prototype() to ThrowCompletionOrLinus Groh