index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-07-17
LibWeb: Update flex container intrinsic size algorithm to draft spec
Andreas Kling
2022-07-17
LibWeb: Paper over a VERIFY() crash in ResourceLoader for now
Andreas Kling
2022-07-17
LibLine: Ignore empty spans when stylizing
sin-ack
2022-07-17
LibWeb: Avoid needless copies during Blob construction
Linus Groh
2022-07-17
LibWeb: Add support for XHR response type Blob
Kenneth Myhra
2022-07-17
LibWeb: Introduce Blob
Kenneth Myhra
2022-07-16
LibWeb: Add definitions from '2.2.6. Responses' in the Fetch spec
Linus Groh
2022-07-15
LibJS: Update spec numbers from the array-find-from-last proposal merge
Timothy Flynn
2022-07-15
LibJS: Sort TypedArray.prototype methods in spec order
Timothy Flynn
2022-07-15
LibJS: Sort Array.prototype methods in spec order
Timothy Flynn
2022-07-15
LibWeb: Add definitions from '2.2.5 Requests' in the Fetch spec
Linus Groh
2022-07-15
LibWeb: Add a couple of missing includes to Fetch's Headers.h
Linus Groh
2022-07-15
LibWeb: Mark Origin::serialize() as const
Linus Groh
2022-07-15
LibWeb: Remove weird is_undefined_or_auto() helper in FFC
Andreas Kling
2022-07-15
LibWeb: Update flex line "remaining free space" when finished
Andreas Kling
2022-07-15
LibGUI: Apply more padding to text on tabs
networkException
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-15
LibIPC: Retry post_message write on EAGAIN and yield
FrHun
2022-07-15
LibCore: InspectorServerConnection send responses with multiple writes
FrHun
2022-07-15
LibGUI: Sync ColorPicker's color slider with other color widgets
CodeforEvolution
2022-07-15
LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditor
Lucas CHOLLET
2022-07-15
LibGUI: Add a helper for VerticalDirection
Lucas CHOLLET
2022-07-15
LibGUI: Explicitly default initialize class members
Lucas CHOLLET
2022-07-15
LibJS: Allow specifying keyword values not directly defined for a locale
Timothy Flynn
2022-07-15
LibUnicode: Remove obsolete Unicode::get_default_number_system
Timothy Flynn
2022-07-15
LibJS: Remove hard-coded lists of collation types
Timothy Flynn
2022-07-15
LibUnicode: Generate a method to lookup locale-preferred keyword values
Timothy Flynn
2022-07-15
LibUnicode: Generate a method to lookup available keyword values
Timothy Flynn
2022-07-15
LibUnicode: Generate available values for the keywords co, kf, kn, hc
Timothy Flynn
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-07-14
LibGUI: Allow specifying the mouse buttons able to press down a button
networkException
2022-07-14
LibVT: Remove Vector<Kernel::KString> title stack
Liav A
2022-07-14
LibVT: Show application display name when hovered over, if available
Wuzado
2022-07-14
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.1. Methods' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]
Linus Groh
2022-07-14
LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional
Linus Groh
2022-07-14
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.1. URL' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add a stub PolicyContainer struct
Linus Groh
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-14
LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec
Linus Groh
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
[next]