index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-11-28
LibJS: Make RegExp.prototype.source spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.toString() spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp.prototype.flags spec-compliant
Linus Groh
2020-11-28
LibJS: Make RegExp() constructor spec-compliant
Linus Groh
2020-11-28
LibWeb: Don't generate layout nodes for DOM inside replaced elements
Andreas Kling
2020-11-27
LibWeb: Two more edge cases for TreeNode::insert_before.
asynts
2020-11-27
LibJS: Implement `RegExpPrototype::exec()'
AnotherTest
2020-11-27
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
AnotherTest
2020-11-27
LibRegex: Fix reported compare-against value in debug
AnotherTest
2020-11-27
LibRegex: Implement an ECMA262-compatible parser
AnotherTest
2020-11-27
LibJS+js: Rename RegExp.{content => pattern}
AnotherTest
2020-11-27
LibRegex: Change bytecode value type to a 64-bit value
AnotherTest
2020-11-27
LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParser
AnotherTest
2020-11-27
LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format
Emanuel Sprung
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-27
LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views
Emanuel Sprung
2020-11-27
LibRegex: Add a regular expression library
Emanuel Sprung
2020-11-27
LibWeb: Update m_previous_sibling in TreeNode::insert_before.
asynts
2020-11-27
LibWeb: Don't generate a wrap() function for the Event IDL interface
Andreas Kling
2020-11-26
LibWeb: Don't put block boxes inside inlines
Andreas Kling
2020-11-26
LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()
Andreas Kling
2020-11-26
Lagom: Make BMP fuzzer look like the other image loader fuzzers
Nico Weber
2020-11-25
LibJS: Fix possible OOB read during Lexer construction
Linus Groh
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-25
LibWeb: Keep track of the parent of each formatting context
Andreas Kling
2020-11-25
LibIPC: Fix 'unused private member' error when building with clang
Linus Groh
2020-11-24
LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV files
AnotherTest
2020-11-24
LibThread: Add API to join a thread
Sergey Bugaev
2020-11-24
LibPthread: Implement pthread_once()
Sergey Bugaev
2020-11-24
LibJS: Support receiver in ProxyObject::get/put()
Linus Groh
2020-11-24
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
Zac
2020-11-23
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
Jakub Berkop
2020-11-23
LibIPC: Support sending file descriptors :^)
Sergey Bugaev
2020-11-23
LibIPC: Prepend each message with its size
Sergey Bugaev
2020-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-11-22
LibJS: Forward receiver value to native property getters/setters
Linus Groh
2020-11-22
LibJS: Make call_native_property_{g,s}etter() take a NativeProperty&
Linus Groh
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Expose ParentNode.{first,last}ElementChild
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAME
Andreas Kling
2020-11-22
LibGUI: Fix undo stack
BenJilks
2020-11-22
LibGfx: Add BMPWriter
BenJilks
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-22
LibWeb: Run clang-format on FormattingContext.h
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-22
LibWeb: Avoid some heap churn during text splitting
Andreas Kling
2020-11-22
LibJS: Fix build with VM_DEBUG defined
Luke
[next]