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
2021-09-28
LibCpp: Remove redundant comparison to Token::Type::PipePipe
Brian Gianforcaro
2021-09-28
LibDSP: Remove unused Effects::Delay::m_old_delay_size member
Brian Gianforcaro
2021-09-28
SystemMonitor: Unveil /usr/local/lib
Rodrigo Tobar
2021-09-28
LibSymbolication: Look for libraries under /usr/local/lib
Rodrigo Tobar
2021-09-28
LibSymbolication: Return empty value on error
Rodrigo Tobar
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Add some missing events in EventWrapperFactory
Luke Wilde
2021-09-27
LibWeb: Make SVG <path> tolerate relative first path coordinates
Andreas Kling
2021-09-27
LibWeb: Implement the Document.activeElement attribute
Andreas Kling
2021-09-27
LibWeb: Support window.devicePixelRatio
Andreas Kling
2021-09-27
LibWeb: Support Document.hidden and Document.visibilityState
Andreas Kling
2021-09-27
LibCore: Buffer small byte reads
Karol Kosek
2021-09-27
LibCore: Add optional custom read size argument in populate_read_buffer
Karol Kosek
2021-09-27
LibGUI: Refine AbstractButton pressing behaviour
FrHun
2021-09-27
LibWeb: Don't try to ad-block data: urls
Sam Atkins
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-27
LibWeb: Preload resources hinted by <link rel="preload">
Andreas Kling
2021-09-27
LibWeb: Allow passing a (String) body to XMLHttpRequest.send()
Andreas Kling
2021-09-27
HackStudio: Support renaming files from the tree view
Marco Cutecchia
2021-09-27
LibGUI: Add 'on_rename_successful' callback to FileSystemModel
Marco Cutecchia
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-26
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
Andreas Kling
2021-09-26
LibWeb: Make navigator.onLine always true for now
Andreas Kling
2021-09-26
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
Andreas Kling
2021-09-26
LibWeb: Make WindowObject's prototype immutable
Luke Wilde
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-26
LibWeb: Convert HTMLCollection to use IDL special operations
Luke Wilde
2021-09-26
LibWeb: Add support for IDL legacy platform objects
Luke Wilde
2021-09-26
LibJS: Make Object::ordinary_set_with_own_descriptor non-static
Luke Wilde
2021-09-26
LibWeb: Implement Document.importNode
Luke Wilde
2021-09-26
LibJS: Allow statements to have multiple labels
Andreas Kling
2021-09-26
LibJS: Defer execution of switch default clause until after case clauses
Linus Groh
2021-09-26
LibWeb: Implement window.queueMicrotask(callback)
Andreas Kling
2021-09-26
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
Andreas Kling
2021-09-26
LibWeb: Add a "page showing" flag to documents
Andreas Kling
2021-09-26
LibWeb: Implement "update the current document readiness" from spec
Andreas Kling
2021-09-26
LibWeb: Store HTML document ready state as an enum
Andreas Kling
2021-09-26
LibWeb: Make unhandled JS exception stand out more in debug log
Andreas Kling
2021-09-26
LibELF: Indicate value of unimplemented dtag
Rodrigo Tobar
2021-09-26
LibC+LibELF: Add definitions for extra dtags
Rodrigo Tobar
2021-09-26
LibELF+readelf: Remove duplicated dtag->string map
Rodrigo Tobar
2021-09-26
ThemeEditor: Show currently opened theme path in the window title
Karol Kosek
2021-09-26
LibWeb: Mark event listeners generated by event handler attributes
Andreas Kling
2021-09-26
LibWeb: Implement more of "completely finish loading the document"
Andreas Kling
2021-09-26
LibWeb: Remove nonsensical assignment in script-became-ready callback
Andreas Kling
2021-09-26
LibWeb: Make parser <script> elements delay the document load event
Andreas Kling
2021-09-26
LibWeb: Make <link> style sheets delay the document load event
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-26
LibWeb: Remove some unused includes and a member in HTMLScriptElement
Andreas Kling
2021-09-26
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
Andreas Kling
[next]