summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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-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-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-04LibM: Add exp2() and exp2f()Linus Groh
2020-06-04LibM: Add INFINITY macroLinus Groh
2020-06-04LibM: Add NAN macroLinus Groh
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-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-03LibKeyboard: Add new library for keyboard applicationsHüseyin ASLITÜRK
2020-06-03LibGUI: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-03LibGUI: Add save action to CommonActions listHüseyin ASLITÜRK
2020-06-03LibJS: Make typeof return undefined for undefined variablesMarcin Gasperowicz
2020-06-03LibJS: Allow null or undefined as a bound |this| value in strict modeJack Karamanian
2020-06-03LibDebug: Add all Dwarf v5 attributes, tags, and form enum valuesFalseHonesty
2020-06-03LibDebug: Add support for enum value typesFalseHonesty
2020-06-02LibWeb: Remove assertion in HTMLImageElement::resource_did_load()Andreas Kling
2020-06-02LibGfx: Fix debug-printing colorsSergey Bugaev
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-02LibGfx: Templatize some of the scanline unpacking codeAndreas Kling
2020-06-02LibGfx: Consolidate some types in the PNG decoderAndreas Kling
2020-06-02LibJS: Store basic traceback in ExceptionLinus Groh
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh