summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-11-28LibJS: Make RegExp.prototype.source spec-compliantLinus Groh
2020-11-28LibJS: Make RegExp.prototype.toString() spec-compliantLinus Groh
2020-11-28LibJS: Make RegExp.prototype.flags spec-compliantLinus Groh
2020-11-28LibJS: Make RegExp() constructor spec-compliantLinus Groh
2020-11-28LibWeb: Don't generate layout nodes for DOM inside replaced elementsAndreas Kling
2020-11-27LibWeb: Two more edge cases for TreeNode::insert_before.asynts
2020-11-27LibJS: Implement `RegExpPrototype::exec()'AnotherTest
2020-11-27LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'AnotherTest
2020-11-27LibRegex: Fix reported compare-against value in debugAnotherTest
2020-11-27LibRegex: Implement an ECMA262-compatible parserAnotherTest
2020-11-27LibJS+js: Rename RegExp.{content => pattern}AnotherTest
2020-11-27LibRegex: Change bytecode value type to a 64-bit valueAnotherTest
2020-11-27LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParserAnotherTest
2020-11-27LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-formatEmanuel Sprung
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-27LibRegex: Add RegexStringView wrapper to support utf8 and utf32 viewsEmanuel Sprung
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-11-27LibWeb: Update m_previous_sibling in TreeNode::insert_before.asynts
2020-11-27LibWeb: Don't generate a wrap() function for the Event IDL interfaceAndreas Kling
2020-11-26LibWeb: Don't put block boxes inside inlinesAndreas Kling
2020-11-26LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()Andreas Kling
2020-11-26Lagom: Make BMP fuzzer look like the other image loader fuzzersNico Weber
2020-11-25LibJS: Fix possible OOB read during Lexer constructionLinus Groh
2020-11-25LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilderAndreas Kling
2020-11-25LibWeb: Keep track of the parent of each formatting contextAndreas Kling
2020-11-25LibIPC: Fix 'unused private member' error when building with clangLinus Groh
2020-11-24LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV filesAnotherTest
2020-11-24LibThread: Add API to join a threadSergey Bugaev
2020-11-24LibPthread: Implement pthread_once()Sergey Bugaev
2020-11-24LibJS: Support receiver in ProxyObject::get/put()Linus Groh
2020-11-24LibGUI: Remove redundant set_title() call in FilePicker (#4153)Zac
2020-11-23LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)Jakub Berkop
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-11-23LibGUI: Set FilePicker window icon based on mode (#4148)Zac
2020-11-22LibJS: Forward receiver value to native property getters/settersLinus Groh
2020-11-22LibJS: Make call_native_property_{g,s}etter() take a NativeProperty&Linus Groh
2020-11-22LibWeb: Add the submit event to HTMLFormElementLuke
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAMEAndreas Kling
2020-11-22LibGUI: Fix undo stackBenJilks
2020-11-22LibGfx: Add BMPWriterBenJilks
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22LibWeb: Run clang-format on FormattingContext.hAndreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-11-22LibWeb: Avoid some heap churn during text splittingAndreas Kling
2020-11-22LibJS: Fix build with VM_DEBUG definedLuke