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-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibWeb: Set a detach key for ArrayBuffers returned from WASM
Idan Horowitz
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-09
LibWeb: Fix logic issue when parsing CSS custom properties
Tobias Christiansen
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
LibWeb: Resolve flex: shorthand correctly
Tobias Christiansen
2021-06-06
LibWeb: Implement FlexBox Layout Algorithm
Tobias Christiansen
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex: shorthand
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for NumericStyleValue
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Add support for 'definite size' determination
Tobias Christiansen
2021-06-06
LibWeb: Parse and resolve flex-flow property
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-06-06
LibWeb: Flex-items aren't affected by float nor clear
Tobias Christiansen
2021-06-06
LibWeb: LayoutNodes know whether they are flex-items
Tobias Christiansen
2021-06-05
LibWeb: Change BlockBox to not want mouse events
dylanbobb
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
LibWeb: Change a few source end positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibWeb: Be more forgiving when adding source positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Add debugging statements in SyntaxHighlighter
Max Wipfli
2021-06-04
LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNode
Max Wipfli
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
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
[next]