summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05LibCrypto: Add a simple SignedBigIntegerAnotherTest
2020-06-05LibWeb: Fix parsing of "<textarea></textarea>"Andreas Kling
2020-06-05LibWeb: Fix missing tokenizer state change in RCDATALessThanSignAndreas Kling
2020-06-05Toolchain: Support building the toolchain with Ninja (#2504)Paul Redmond
2020-06-05build-root-filesystem: Explicitly add +rX for group and others to copied files.Nico Weber
2020-06-05build-root-filesystem: Move "cp -R" block up.Nico Weber
2020-06-05WindowServer: Make perror() strings slightly more detailed.Nico Weber
2020-06-05run.sh: Pass -drive instead of -hda to qemu.Nico Weber
2020-06-04TextEditor: Allow "TextEditor foo.txt" to create a new fileAndreas Kling
2020-06-04LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8Andreas Kling
2020-06-04LibWeb: Make the new HTML parser parse input as UTF-8Andreas Kling
2020-06-04AK: Allow default-constructing Utf8View and Utf8CodepointIteratorAndreas Kling
2020-06-04AK: Add StringBuilder::append_codepoint(u32)Andreas Kling
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-06-04AK: Add atomic free functionsTom
2020-06-04Kernel: Add mechanism to identity map the lowest 2MBTom
2020-06-04LibWeb: Fix incorrectly consumed characters after reference tokensAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-04LibWeb: Fix <body> and <img> elements not parsing their class attributeAndreas Kling
2020-06-04LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 portAndreas Kling
2020-06-04LibTLS: Simplify record padding logic and ASSERT more assumptionsAnotherTest
2020-06-04LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSizeAnotherTest
2020-06-04test-crypto: Add a test for #2488AnotherTest
2020-06-04LibM: Add exp2() and exp2f()Linus Groh
2020-06-04LibM: Add INFINITY macroLinus Groh
2020-06-04LibM: Add NAN macroLinus Groh
2020-06-04PixelPaint: Use new app-pixel-paint.png for app iconHüseyin ASLITÜRK
2020-06-04Base: Use new app-pixel-paint.png for app icon in system menuHüseyin ASLITÜRK
2020-06-04Base: Rename app-paintbrush.png to app-pixel-paint.pngHüseyin ASLITÜRK
2020-06-04LibWeb: Fix tokenization of attributes with empty attributesAndreas Kling
2020-06-04LibWeb: Handle "html" end tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "xmp" start tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "nobr" start tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "form" end tag during "in body" if stack of open elements does...Kyle McLean
2020-06-04LibWeb: Handle NULL character during "in body"Kyle McLean
2020-06-04LibWeb: Parse "body" end tags during "in body"Kyle McLean
2020-06-04LibWeb: Parse "br" end tags during "in body"Kyle McLean
2020-06-04LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"Kyle McLean
2020-06-04LibJS: Fix Parser.parse_template_literal looping foreverMatthew Olsson
2020-06-03LibC: Make sure that ioctl() requests are #defined as macrosAndreas Kling
2020-06-03LibWeb: Call children_changed() on text nodes when flushing charactersAndreas Kling
2020-06-03LibWeb: Special-case initialization of HTML::AttributeNames::class_Andreas Kling
2020-06-03KeyboardMapper: Add missing #pragma onceAndreas Kling
2020-06-03LibWeb: Buffer text node character insertions in the new parserAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-06-03Base: Fix incorrect json value for escape characterHüseyin ASLITÜRK
2020-06-03Applications: Add new KeyboardMapper applicationHüseyin ASLITÜRK
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-06-03LibKeyboard: Add new library for keyboard applicationsHüseyin ASLITÜRK
2020-06-03WindowsServer: Add scancode value to KeyEventHüseyin ASLITÜRK