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-05-23
LibWeb: Teach HTMLTokenizer how to tokenize attributes
Andreas Kling
2020-05-23
LibJS: Add missing exception check to ArrayPrototype's for_each_item()
Linus Groh
2020-05-23
LibJS: Fix Array.prototype.lastIndexOf() implementation
Linus Groh
2020-05-23
LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefined
Linus Groh
2020-05-22
LibC: Add (empty) netinet/tcp.h back
Linus Groh
2020-05-22
LibWeb: Minor tweaks to HTMLToken declaration
Andreas Kling
2020-05-22
LibWeb: Begin work on a spec-compliant HTML parser
Andreas Kling
2020-05-22
LibWeb: Move Attribute to its own header file
Andreas Kling
2020-05-22
LibC: Sync file position when dropping read ahead buffer
Sergey Bugaev
2020-05-22
LibGUI: Add hook when a context menu is requested on a button
FalseHonesty
2020-05-22
LibJS: Make Array.prototype.{join,toString}() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.pop() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.push() generic
Linus Groh
2020-05-22
LibJS: Let Array.prototype.join() ignore additional arguments
Linus Groh
2020-05-22
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-22
LibJS: Disallow multiple parameters in paren-less arrow function
Linus Groh
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-05-21
LibJS: Refactor Array.prototype callback functions and make them generic
Linus Groh
2020-05-21
LibJS: Treat missing arg in Array.prototype.includes() as undefined
Linus Groh
2020-05-21
LibLine: Hide debug output behind SUGGESTIONS_DEBUG define
Linus Groh
2020-05-21
LibGUI: Add hook when a context menu is requested on a tab
FalseHonesty
2020-05-21
LibGUI: Fix view column auto-sizing of icon-only columns
Andreas Kling
2020-05-21
LibGUI: Remove Model::row_name() since nothing used it
Andreas Kling
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-21
LibJS: Add Array.prototype.every
Luke
2020-05-21
LibGUI: Always paint the cursor visible when focusing a TextEditor
Andreas Kling
2020-05-21
LibGUI: Focus the first focusable widget added to a window
Andreas Kling
2020-05-21
LibJS: Make Interpreter::call() this_value a required argument
Linus Groh
2020-05-21
LibWeb: Set window object as this value in set{Interval,Timeout}()
Linus Groh
2020-05-21
LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()
Linus Groh
2020-05-21
LibWeb: Enforce set{Interval,Timeout}() min interval of 0
Linus Groh
2020-05-21
LibWeb: Allow setInterval() with no interval
Linus Groh
2020-05-21
LibWeb: Let various functions throw if not enough arguments
Linus Groh
2020-05-21
LibWeb: Embrace Interpreter::{argument_count(), argument(index)}
Linus Groh
2020-05-21
LibWeb: Update the CSS prefix to -libweb
Sergey Bugaev
2020-05-21
LibGUI: Move AbstractTableView::keydown_event() down to TableView
Andreas Kling
2020-05-21
LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right
Andreas Kling
2020-05-21
LibWeb: Send User-Agent in HTTP requests
Andreas Kling
2020-05-21
ProtocolServer: Support request headers
Andreas Kling
2020-05-21
LibWeb: Parse " into '"'
Andreas Kling
2020-05-21
LibLine: Correctly track the completion start and end
AnotherTest
2020-05-21
LibLine: Support applying styles to suggestions
AnotherTest
2020-05-21
LibWeb: Add CanvasRenderingContext2D.canvas
Linus Groh
2020-05-21
LibWeb: Let HTMLCanvasElement.getContext() return null for unknown types
Linus Groh
2020-05-21
LibHTTP: Handle chunk sizes that start with zeros correctly
AnotherTest
2020-05-21
LibTLS: Do not call on_tls_finished until the client has read app data
AnotherTest
[next]