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
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-06-01
LibWeb: Use correct percent encode set for form submissions
Luke
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
2021-06-01
LibWeb: Remove usage of URL::set_path() in FrameLoader
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-05-31
LibWeb/WrapperGenerator: Replace a fprintf() with warnln()
Linus Groh
2021-05-31
LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"
Luke
2021-05-31
LibWeb: Return null in Window.{top,parent} if browsing context is null
Luke
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Linus Groh
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-29
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
Tobias Christiansen
2021-05-28
LibWeb: Resolve custom properties
Tobias Christiansen
2021-05-28
LibWeb: StyleResolver: Keep track of specificity of matched selector
Tobias Christiansen
2021-05-28
LibWeb: Add parsing for custom properties
Tobias Christiansen
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
2021-05-28
LibWeb: Add CustomStyleValue
Tobias Christiansen
2021-05-28
LibWeb: Add PropertyID::Custom to code generator
Tobias Christiansen
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Partially resolve memory exports
Ali Mohammad Pur
2021-05-26
LibWasm+LibWeb: Implement (a very basic version of) the JS link/import
Ali Mohammad Pur
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur
2021-05-24
LibWeb: Match the :not pseudoclass
Tobias Christiansen
2021-05-24
LibWeb: Add :not pseudoclass to the CSS parser
Tobias Christiansen
2021-05-24
LibWeb: Don't try to load anything if src is empty in <img>
Tobias Christiansen
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-24
LibWeb: Add support for more pseudoclasses
Tobias Christiansen
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
WebContent: Remove unnecessary greet() message
Andreas Kling
2021-05-21
LibWeb: Improve Unicode compatibility of HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Frame/Position: Implement cursor increment/decrement methods
Max Wipfli
2021-05-21
LibWeb: Improving cursor behavior in editable DOM nodes
Max Wipfli
2021-05-21
LibWeb: Do nothing when pressing modifier keys in HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Replace some TODO() calls with FIXME comments in EventHandler
Max Wipfli
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-21
LibWeb: Ignore vendor-specific CSS properties
Tobias Christiansen
2021-05-21
LibWeb: Make tag names bold in syntax-highlighted HTML :^)
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-21
LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()
Ali Mohammad Pur
2021-05-20
LibWeb: Deal with Boxes that have a background, border and -radius
Tobias Christiansen
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
2021-05-20
LibWeb: Introduce struct to hold border radii and normalize once
Tobias Christiansen
2021-05-20
LibWeb: Draw rounded corners for the backgrounds of Boxes
Tobias Christiansen
2021-05-20
LibWeb: Basic rendering of border-radius
Tobias Christiansen
2021-05-20
LibWeb: Resolve shorthand for border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
[next]