summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-05LibWeb: Implement the adoption steps for <template> elementsLuke
2021-07-05LibWeb: Implement the cloning steps for <template> elementsLuke
2021-07-05LibWeb: Make adopted_from no longer take a const Document referenceLuke
2021-07-05LibWeb: Add the cloning steps in clone_nodeLuke
2021-07-05LibWeb: Use the element factory in clone_nodeLuke
2021-07-05LibWeb: Make clone_node capable of cloning document fragmentsLuke
2021-07-05LibWeb: Add DOMParserLuke
2021-07-05LibWeb: Check if scripting is disabled before running scriptLuke
2021-07-05JsonParser: Bring parser more to specstelar7
2021-07-05LibGfx: Fix classic theme frame transparency checkTom
2021-07-05Kernel: Get rid of of some of the duplicate kernel base address macrosGunnar Beutner
2021-07-05Kernel: Merge the x86 and x86_64 boot code into a single fileGunnar Beutner
2021-07-05KeyboardSettings+Kernel: Setting to enable Num Lock on loginForLoveOfCats
2021-07-05LibJS: Fix logic typo in ArgumentsObject.[[Set]]Andreas Kling
2021-07-05LibJS: Fix accidental west-const in ArgumentsObjectAndreas Kling
2021-07-05LibJS: Finish implementing mapped arguments exotic objects :^)Andreas Kling
2021-07-05Fire: Make the main widget a GUI::FrameAndreas Kling
2021-07-05LibJS: Implement most of String.prototype.replaceAllTimothy Flynn
2021-07-05LibJS: Make ObjectPrototype an immutable prototype exotic objectLinus Groh
2021-07-05LibJS: Add the TypedArray.from() methodIdan Horowitz
2021-07-05PixelPaint: Ask to preserve transparency when exportingMarcus Nilsson
2021-07-05LibGfx/BMPWriter: Add support for V3 & V4 DIB headersMarcus Nilsson
2021-07-05LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()Linus Groh
2021-07-05LibJS: Remove unnecessary value_or() from get()Linus Groh
2021-07-05LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'Linus Groh
2021-07-05WindowServer: Improve screen invalidation on window state changesTom
2021-07-04Kernel: Implement buffer flipping for VirtIOGPU framebuffersTom
2021-07-04WindowServer: Query driver for framebuffer offsetTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-07-04Assistant: Don't index the /dev directoryAndreas Kling
2021-07-04Assistant: Force the window to have a shadow despite being framelessAndreas Kling
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 versionAndreas Kling
2021-07-04Magnifier: Make the main widget a GUI::FrameAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-04LibJS/Tests: Enable Array tests that now just work :^)Linus Groh
2021-07-04Meta: Remove the LibJS OBJECT_DEBUG debug macroLinus Groh
2021-07-04LibWeb: Change WrapperGenerator to emit acessor propertiesLinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS/Tests: Remove 'requires at least one argument' Array testsLinus Groh
2021-07-04LibJS: Handle invalid and symbol PropertyName in its AK::FormatterLinus Groh
2021-07-04LibJS: Add Value::operator==()Linus Groh
2021-07-04js: Handle detached ArrayBuffer in print_typed_array()Linus Groh
2021-07-04LibJS: Add new PropertyDescriptor class and related abstract operationsLinus Groh
2021-07-04LibJS: VERIFY() that property name is valid in Value::get{,_method}()Linus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04LibJS: Avoid unnecessary PropertyName creation in MarkupGeneratorLinus Groh
2021-07-04Tests: Add test for String::roman_number_from()Tobias Christiansen
2021-07-04Browser: Add Test-Page for listsTobias Christiansen
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen