summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-05LibWeb: Assert that we don't reuse cached resources with wrong typeAndreas Kling
2020-06-05LibWeb: Fix mismatching Resource subclass typesAndreas Kling
2020-06-05LibWeb: Parse param/source/track start tags during "in body" insertionAndreas Kling
2020-06-05LibWeb: Simplify LayoutWidget layoutAndreas Kling
2020-06-05LibWeb: Don't assign style to LayoutWidgetsAndreas Kling
2020-06-05LibWeb: Make <canvas> use the generic replaced layout algorithmAndreas Kling
2020-06-05LibWeb: Start implementing proper layout of replaced elementsAndreas Kling
2020-06-05LibWeb: Improve computation of a layout node's containing blockAndreas Kling
2020-06-05LibWeb: Don't create a layout node for <noscript> when scripting enabledAndreas Kling
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