Age | Commit message (Expand) | Author |
2020-06-04 | LibWeb: Handle NULL character during "in body" | Kyle McLean |
2020-06-04 | LibWeb: Parse "body" end tags during "in body" | Kyle McLean |
2020-06-04 | LibWeb: Parse "br" end tags during "in body" | Kyle McLean |
2020-06-04 | LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body" | Kyle McLean |
2020-06-04 | LibJS: Fix Parser.parse_template_literal looping forever | Matthew Olsson |
2020-06-03 | LibC: Make sure that ioctl() requests are #defined as macros | Andreas Kling |
2020-06-03 | LibWeb: Call children_changed() on text nodes when flushing characters | Andreas Kling |
2020-06-03 | LibWeb: Special-case initialization of HTML::AttributeNames::class_ | Andreas Kling |
2020-06-03 | LibWeb: Buffer text node character insertions in the new parser | Andreas Kling |
2020-06-03 | LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") | Andreas Kling |
2020-06-03 | LibKeyboard: Add new library for keyboard applications | Hüseyin ASLITÜRK |
2020-06-03 | LibGUI: Add scancode value to KeyEvent | Hüseyin ASLITÜRK |
2020-06-03 | LibGUI: Add save action to CommonActions list | Hüseyin ASLITÜRK |
2020-06-03 | LibJS: Make typeof return undefined for undefined variables | Marcin Gasperowicz |
2020-06-03 | LibJS: Allow null or undefined as a bound |this| value in strict mode | Jack Karamanian |
2020-06-03 | LibDebug: Add all Dwarf v5 attributes, tags, and form enum values | FalseHonesty |
2020-06-03 | LibDebug: Add support for enum value types | FalseHonesty |
2020-06-02 | LibWeb: Remove assertion in HTMLImageElement::resource_did_load() | Andreas Kling |
2020-06-02 | LibGfx: Fix debug-printing colors | Sergey Bugaev |
2020-06-02 | LibWeb: Share decoded images at the Resource level :^) | Andreas Kling |
2020-06-02 | LibGfx: Templatize some of the scanline unpacking code | Andreas Kling |
2020-06-02 | LibGfx: Consolidate some types in the PNG decoder | Andreas Kling |
2020-06-02 | LibJS: Store basic traceback in Exception | Linus Groh |
2020-06-02 | LibJS: Move Interpreter::get_trace() to ConsoleClient | Linus Groh |
2020-06-02 | LibJS: Remove dummy implementations from Console methods | Linus Groh |
2020-06-02 | LibWeb: Fix tokenizing scripts with '<' in them | Andreas Kling |
2020-06-02 | LibWeb: Port ImageStyleValue to the ResourceClient interface | Andreas Kling |
2020-06-02 | LibWeb: Avoid an unnecessary temporary variable in HTMLImageElement | Andreas Kling |
2020-06-02 | LibWeb: Port HTMLLinkElement to the ResourceClient interface | Andreas Kling |
2020-06-02 | LibJS: Consider non-extensible objects in Reflect.setPrototypeOf() | Linus Groh |
2020-06-02 | LibJS: Implement Reflect.{isExtensible,preventExtensions}() | Linus Groh |
2020-06-02 | LibJS: Disallow changing the prototype of non-extensible objects | Linus Groh |
2020-06-02 | LibJS: Don't assume Object.setPrototypeOf() prototype value is an object | Linus Groh |
2020-06-02 | LibJS: Return specified object from Object.setPrototypeOf() | Linus Groh |
2020-06-02 | LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG | Andreas Kling |
2020-06-02 | LibWeb: Parse barebones document without doctype, <html>, etc. | Andreas Kling |
2020-06-02 | LibJS: Add Object.{isExtensible,preventExtensions}() | Matthew Olsson |
2020-06-01 | LibWeb: Protect ourselves during ResourceClient iteration | Andreas Kling |
2020-06-01 | LibWeb: Support "td" and "th" start tags during "in table body" | Andreas Kling |
2020-06-01 | LibWeb: Add a naive Resource cache | Andreas Kling |
2020-06-01 | LibWeb: Start building a new Resource class to share more resources | Andreas Kling |
2020-06-01 | LibGfx: Add ImageDecoder factory overload for ByteBuffers | Andreas Kling |
2020-06-01 | LibWeb: Move ResourceLoader into a new Loader/ directory | Andreas Kling |
2020-06-01 | LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash | Andreas Kling |
2020-06-01 | LibTLS: Put a little more debug spam behind TLS_DEBUG | Andreas Kling |
2020-06-01 | LibWeb: Make input widget (buttons, text boxes, etc) scroll with page | Andreas Kling |
2020-06-01 | LibLine: Handle interrupts again | AnotherTest |
2020-06-01 | LibWeb+Browser: Use the new HTML parser by default | Andreas Kling |
2020-06-01 | LibGUI: Tweak AboutDialog a bit, remove big Buggie from system variant | Andreas Kling |
2020-06-01 | LibWeb: Put whining about tokenizer errors behind an #ifdef | Andreas Kling |