summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-06-11LibJS: Use an enum class instead of 'bool is_generator'Ali Mohammad Pur
2021-06-11LibWeb: Set a detach key for ArrayBuffers returned from WASMIdan Horowitz
2021-06-11LibJS: Implement generator functions (only in bytecode mode)Ali Mohammad Pur
2021-06-09LibWeb: Fix logic issue when parsing CSS custom propertiesTobias Christiansen
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-07LibWeb+LibSyntax: Implement nested syntax highlightersAli Mohammad Pur
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-06LibWeb: Resolve flex: shorthand correctlyTobias Christiansen
2021-06-06LibWeb: Implement FlexBox Layout AlgorithmTobias Christiansen
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Add parsing for NumericStyleValueTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-06-05LibWeb: Change BlockBox to not want mouse eventsdylanbobb
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05LibWeb: Change a few source end positions in HTMLTokenizerMax Wipfli
2021-06-05LibWeb: Fix off-by-one error in SyntaxHighlighterMax Wipfli
2021-06-05LibWeb: Be more forgiving when adding source positions in HTMLTokenizerMax Wipfli
2021-06-05LibWeb: Add debugging statements in SyntaxHighlighterMax Wipfli
2021-06-04LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNodeMax Wipfli
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-02LibWasm: Implement reference instructions (ref.{null,func,is_null})Ali Mohammad Pur
2021-06-01LibWeb: Use correct percent encode set for form submissionsLuke
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01LibWeb: Remove usage of URL::set_path() in FrameLoaderMax Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-31LibWeb/WrapperGenerator: Replace a fprintf() with warnln()Linus Groh
2021-05-31LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"Luke
2021-05-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29LibWeb: Also call page_did_start_loading() for FrameLoader::Type::ReloadLinus Groh
2021-05-29LibWeb: Call page_did_start_loading() before load_resource()Linus Groh
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-29LibWeb: Avoid unnecessary String copy in parsing CSS custom propertiesTobias Christiansen
2021-05-28LibWeb: Resolve custom propertiesTobias Christiansen
2021-05-28LibWeb: StyleResolver: Keep track of specificity of matched selectorTobias Christiansen
2021-05-28LibWeb: Add parsing for custom propertiesTobias Christiansen
2021-05-28LibWeb: Store custom properties in CSSStyleDeclarationTobias Christiansen
2021-05-28LibWeb: Add CustomStyleValueTobias Christiansen
2021-05-28LibWeb: Add PropertyID::Custom to code generatorTobias Christiansen