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-03-10
WebContent: Return empty JSON object if element has no box model
Sam Atkins
2022-03-10
WebContent: Show box-model metrics for (some) pseudo-elements
Sam Atkins
2022-03-10
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
Sam Atkins
2022-03-10
Browser: Replace inspector's dom_node_id with a Selection struct
Sam Atkins
2022-03-10
LibWeb: Display pseudo-elements in the DOM inspector
Sam Atkins
2022-03-10
LibWeb: Move pseudo-element-from-string code into Selector
Sam Atkins
2022-03-10
LibWeb: Move pseudo-class/element names into the header
Sam Atkins
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-10
LibWebSocket: Add to the total read in bytes instead of subtracting
Luke Wilde
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-03-10
LibJS: Update RoundDuration after DRY refactor in spec
Linus Groh
2022-03-09
LibWeb: Only try parsing valid types of media-feature values
Sam Atkins
2022-03-09
LibWeb: Use ValueID for media-query identifiers
Sam Atkins
2022-03-09
LibWeb+Meta: Stop discrete media-features from parsing as ranges
Sam Atkins
2022-03-09
LibWeb: Use MediaFeatureIDs instead of Strings :^)
Sam Atkins
2022-03-09
Meta: Generate CSS::MediaFeatureID enum
Sam Atkins
2022-03-09
LibWeb: Add MediaFeatures.json file, and associated identifiers
Sam Atkins
2022-03-09
LibGL: Merge GLContext and SoftwareGLContext
Stephan Unverwerth
2022-03-09
LibJS/Tests: Add tests for '−000000' (U+2212) DateExtendedYear
Linus Groh
2022-03-09
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
Andreas Kling
2022-03-09
LibWeb: Add the StyleSheet.href attribute
Andreas Kling
2022-03-09
LibWeb: Respect inline-axis margins between line box fragments :^)
Andreas Kling
2022-03-09
LibJS: Keep PrivateEnvironment through NativeFunction calls
davidot
2022-03-09
LibWeb: Establish parent/child relationship between BrowsingContexts
Andreas Kling
2022-03-09
LibWeb: Always relayout document on element style change
Andreas Kling
2022-03-09
LibWeb: Always call update_style() in update_layout()
Andreas Kling
2022-03-09
LibWeb: Invalidate document style when a node is removed
Andreas Kling
2022-03-09
LibWeb: Flush pending layouts when accessing element resolved style
Andreas Kling
2022-03-09
LibWeb: Add StyleValue::equals() override for PositionStyleValue
Andreas Kling
2022-03-09
LibWeb: Use reverse iterator for reverse loop into NonnullRefPtrVector
Federico Guerinoni
2022-03-09
PixelPaint: Support saving/loading masks to project file
Tobias Christiansen
2022-03-09
PixelPaint: Rename typo'ed BMPWriter in serialize_as_json()
Tobias Christiansen
2022-03-09
PixelPaint: Fix saving project
Tobias Christiansen
2022-03-09
LibWeb: Implement "NodeIterator pre-removing steps"
Andreas Kling
2022-03-09
LibWeb: Add support for DOM's TreeWalker
Andreas Kling
2022-03-09
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
Andreas Kling
2022-03-09
LibWeb: Allow returning JS::ThrowCompletionOr<T> from wrapped functions
Andreas Kling
2022-03-09
LibWeb: Fail resource loads on HTTP 4xx or 5xx error
Andreas Kling
2022-03-09
LibJS: Be more lenient when parsing milliseconds for Date
davidot
2022-03-09
Demos: Create demo for VirGL gpu device
Sahan Fernando
2022-03-09
SystemServer: Create device files for gpus on startup
Sahan Fernando
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-09
LibTLS: Add support for curve x448
stelar7
2022-03-09
LibCrypto: Add curve X448
stelar7
2022-03-09
Spreadsheet: Add CommonRange#unique()
u9g
2022-03-09
Spreadsheet: Add SplitRange class and CommonRange#filter
u9g
2022-03-08
Help: Remove redundant selection update when opening page
kimlintu
2022-03-08
LibC: Set `saved_str` to null in strtok_r if no tokens were found
Daniel Bertalan
2022-03-08
LibDiff: Generate hunks for new/deleted files
Daniel Bertalan
2022-03-08
date: Allow using a custom format string
Daniel Bertalan
[next]