index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-02
Browser: Display style properties in DOM Inspector
Sam Atkins
2021-09-02
LibWeb+WebContent: Add inspect_dom_node() IPC call
Sam Atkins
2021-09-02
LibWeb: Implement DOMTreeModel::index_for_node()
Sam Atkins
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
LibWeb: Modify StylePropertiesModel to work with JSON
Sam Atkins
2021-09-02
Browser: Remove residual InProcessWebView code from DOM Inspector
Sam Atkins
2021-09-02
LibWeb: Include DOM Node ID in serialized JSON
Sam Atkins
2021-09-02
Browser: Prevent opening multiple DOM Inspectors for the same Tab
Sam Atkins
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-09-02
LibWeb: Remove commented-out dbgln
Sam Atkins
2021-09-02
LibJS: Account for negative numbers in ToTemporalDurationRecord
Linus Groh
2021-09-02
LibJS: Throw RangeError for non-integral values in ToPartialDuration
Linus Groh
2021-09-02
LibJS: Reflect normative changes in ParseTemporalInstantString
Linus Groh
2021-09-02
LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator
Luke Wilde
2021-09-02
LibJS: Implement Intl.Locale.prototype.region
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.script
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.language
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.numeric
Timothy Flynn
2021-09-02
LibJS: Implement most Intl.Locale.Prototype.<<keyword>> properties
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.baseName
Timothy Flynn
2021-09-02
LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList
Timothy Flynn
2021-09-02
LibJS: Add test cases for Intl.Locale.prototype.toString
Timothy Flynn
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.toString()
Timothy Flynn
2021-09-02
LibJS: Compare Unicode locale variants using case-insensitive matching
Timothy Flynn
2021-09-02
LibJS: Remove duplicated error message from ErrorTypes.h
Timothy Flynn
2021-09-02
LibUnicode: Add helper methods to LocaleID and LanguageID for LibJS
Timothy Flynn
2021-09-02
LibUnicode: Add lexer to test if a string matches the "type" production
Timothy Flynn
2021-09-02
LibUnicode: Add missing structures to forwarding header
Timothy Flynn
2021-09-02
js: Implement pretty-printing of Intl.Locale
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-09-02
LibGL: Implement glTexSubImage2D
Stephan Unverwerth
2021-09-02
LibGL: Add GL_TETXURE*_ARB aliases
Stephan Unverwerth
2021-09-02
LibGL: Support additional enums in glGetIntegerv
Stephan Unverwerth
2021-09-02
LibGL: Fix glTexImage2D texture dimension validation
Stephan Unverwerth
2021-09-02
LibGL: Allow numerical internal formats in glTexImage2D
Stephan Unverwerth
2021-09-02
LibGL: Implement glPolygonOffset
Stephan Unverwerth
2021-09-02
LibGL: Implement glDrawBuffer
Stephan Unverwerth
2021-09-02
About: Display the full version
Mahmoud Mandour
2021-09-02
AboutDialog: Accept a version string
Mahmoud Mandour
2021-09-02
LibCore: Refactor a version-reading utility
Mahmoud Mandour
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-09-02
TextEditor: Stop calling window->set_modified(false) on file save
Karol Kosek
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-09-02
LibWeb: Add missing shadow including ancestor checks in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Add shadow including ancestor/descendant checks
Luke Wilde
2021-09-02
PixelPaint: Ctrl+click on palette colors now sets primary/secondary
Mustafa Quraish
2021-09-02
PixelPaint: Allow changing colors temporarily without palette
Mustafa Quraish
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-09-02
Tests: Add tests for Core::deferred_invoke
sin-ack
[next]