summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2021-05-26LibJS+LibWeb: Make Uint8ClampedArray use TypedArrayAli Mohammad Pur
2021-05-26LibWasm+LibWeb: Partially resolve memory exportsAli Mohammad Pur
2021-05-26LibWasm+LibWeb: Implement (a very basic version of) the JS link/importAli Mohammad Pur
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
2021-05-24LibWeb: Match the :not pseudoclassTobias Christiansen
2021-05-24LibWeb: Add :not pseudoclass to the CSS parserTobias Christiansen
2021-05-24LibWeb: Don't try to load anything if src is empty in <img>Tobias Christiansen
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-24LibWeb: Add support for more pseudoclassesTobias Christiansen
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23WebContent: Remove unnecessary greet() messageAndreas Kling
2021-05-21LibWeb: Improve Unicode compatibility of HTML contenteditableMax Wipfli
2021-05-21LibWeb: Frame/Position: Implement cursor increment/decrement methodsMax Wipfli
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-05-21LibWeb: Do nothing when pressing modifier keys in HTML contenteditableMax Wipfli
2021-05-21LibWeb: Replace some TODO() calls with FIXME comments in EventHandlerMax Wipfli
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-21LibWeb: Ignore vendor-specific CSS propertiesTobias Christiansen
2021-05-21LibWeb: Make tag names bold in syntax-highlighted HTML :^)Andreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()Ali Mohammad Pur
2021-05-20LibWeb: Deal with Boxes that have a background, border and -radiusTobias Christiansen
2021-05-20LibWeb: Take border-radius into account when painting bordersTobias Christiansen
2021-05-20LibWeb: Introduce struct to hold border radii and normalize onceTobias Christiansen
2021-05-20LibWeb: Draw rounded corners for the backgrounds of BoxesTobias Christiansen
2021-05-20LibWeb: Basic rendering of border-radiusTobias Christiansen
2021-05-20LibWeb: Resolve shorthand for border-radiusTobias Christiansen
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen