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
Age
Commit message (
Expand
)
Author
2022-02-15
LibWeb: Support implicit <label> targets
Andreas Kling
2022-02-15
LibCore: Exit get_next_timer_expiration() sooner if possible
Andreas Kling
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Add stubs for document.write and document.writeln
Maciej
2022-02-15
LibArchive: Default initialize member variables
Lenny Maiorani
2022-02-15
LibArchive: Use constexpr variables where possible
Lenny Maiorani
2022-02-15
LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)
Lenny Maiorani
2022-02-15
Demos: Use default constructors/destructors
Lenny Maiorani
2022-02-15
Applications: Run gml-format
Idan Horowitz
2022-02-15
FontEditor: Add a ListView to sort glyphs by their Unicode block
thankyouverycool
2022-02-15
CharacterMap: Add a ListView to sort glyphs by their Unicode block
thankyouverycool
2022-02-15
LibGUI: Allow GlyphMapWidget to filter by code point ranges
thankyouverycool
2022-02-15
Meta+LibUnicode: Download and parse Unicode block properties
thankyouverycool
2022-02-15
LibWeb: Don't delay document load event forever with cached style sheets
Andreas Kling
2022-02-15
LibWeb: Don't delay document load event forever with cached CSS imports
Andreas Kling
2022-02-15
LibWeb: Force a relayout when scrolling to anchor
Andreas Kling
2022-02-15
LibWeb: Don't trigger page load for fragment navigation within same URL
Andreas Kling
2022-02-15
LibWeb: Repaint entire viewport after document layout
Andreas Kling
2022-02-15
LibIPC: Always shutdown() the Connection if reached EOF
Vitaly Dyachkov
2022-02-15
Spreadsheet: Improve 'Functions Help' button
electrikmilk
2022-02-15
Spreadsheet: Insert missing icons
electrikmilk
2022-02-15
Base+Piano: Insert missing icons into menubar
electrikmilk
2022-02-15
LibJS: Fix cases where we incorrectly allowed 'in' in for loops
Anonymous
2022-02-15
DisplaySettings: Include aspect ratio in resolution list text
ForLoveOfCats
2022-02-15
LibWeb: Compute some height of BlockFormattingContexts earlier
michiell1
2022-02-15
Base+PixelPaint: Use Merge Active Layer Up/Down Icons
electrikmilk
2022-02-15
PixelPaint: Implement Merge Active Layer Up
electrikmilk
2022-02-15
Playground: Add editor actions to the window menu
Karol Kosek
2022-02-15
LibWeb: Make IFC register absolutely positioned descendants with BFC
Andreas Kling
2022-02-15
LibWeb: Make InlineLevelIterator skip over positioned elements
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to the StackOfOpenElements class
Andreas Kling
2022-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-15
LibJS: Correct an include in PrimitiveString
davidot
2022-02-15
LibJS: Use CopyDataProperties when spreading in object expressions
davidot
2022-02-15
LibJS: Use entire array of SimpleIndexedPropertyStorage before growing
davidot
2022-02-15
LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attribute
Linus Groh
2022-02-15
LibWeb: Implement BCC's "content document" concept according to spec
Linus Groh
2022-02-15
LibWeb: Implement Origin's "same origin-domain" concept
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_null() to Origin::is_opaque()
Linus Groh
2022-02-14
LibJS: Add missing include for 'u32' to CanonicalIndex.h
Linus Groh
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-14
LibWeb: Add stacking contexts to Node::for_each_child_in_paint_order
Steven Schmoll
[next]