summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-29LibWeb: Add CSSConditionRuleSam Atkins
2021-09-29LibWeb: Add CSSGroupingRuleSam Atkins
2021-09-29LibWeb: Use a CSSRuleList inside CSSStyleSheetSam Atkins
2021-09-29LibWeb: Add CSSRuleListSam Atkins
2021-09-29LibRegex: Flatten bytecode before performing optimizationsAndreas Kling
2021-09-29LibWeb: Implement ChildNode.removeLuke Wilde
2021-09-29LibWeb: Flexbox: Wrap inline Nodes if their parent is display: flexTobias Christiansen
2021-09-29LibWeb: Make StyleSheetList.item an IDL getterLuke Wilde
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-29LibWeb: Add the missing EventInit property to Event constructorIdan Horowitz
2021-09-29LibJS: Drop the Temporal prefix from TemporalMissingRequiredPropertyIdan Horowitz
2021-09-29RequestServer: Correctly start preconnected TLS socketsAli Mohammad Pur
2021-09-29LibWeb: Support window.screen{X,Y,Left,Top}Andreas Kling
2021-09-28LibWeb: Expose CSSStyleDeclaration on the window objectAndreas Kling
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in FunctionEnvironmentAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope()Andreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObjectAndreas Kling
2021-09-28LibTLS: Mark the connection as finished and disconnected on TLS errorAli Mohammad Pur
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-28LibWeb: Use Document::parse_url() for preload linksAli Mohammad Pur
2021-09-28RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpointAli Mohammad Pur
2021-09-28LibDebug: Add missing `break` in AddressRanges::for_each_range()Andreas Kling
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-28LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)Andreas Kling
2021-09-28LibDebug: Use DW_AT_ranges to get address ranges of DIEsItamar
2021-09-28LibDebug: Support parsing non-contiguous DWARF address rangesItamar
2021-09-28LibDebug: Add Dwarf::CompilationUnit::base_address()Itamar
2021-09-28LibWeb: Make URLSearchParams iterableIdan Horowitz
2021-09-28LibJS: Change create_iterator_result_object's return type to Object*Idan Horowitz
2021-09-28LibWeb: Add partial support for IDL Iterable declarationsIdan Horowitz
2021-09-28LibPthread: Correct nonsensical loop exit condition in RWLock unlockAli Mohammad Pur
2021-09-28LibPthread: Calculate the correct lock value in RWLock {rd,un}lockAli Mohammad Pur
2021-09-28Assistant: Zero initialize fuzzy match arrayBrian Gianforcaro
2021-09-28LibCpp: Remove redundant comparison to Token::Type::PipePipeBrian Gianforcaro
2021-09-28LibDSP: Remove unused Effects::Delay::m_old_delay_size memberBrian Gianforcaro
2021-09-28SystemMonitor: Unveil /usr/local/libRodrigo Tobar
2021-09-28LibSymbolication: Look for libraries under /usr/local/libRodrigo Tobar
2021-09-28LibSymbolication: Return empty value on errorRodrigo Tobar
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde
2021-09-27LibWeb: Add some missing events in EventWrapperFactoryLuke Wilde
2021-09-27LibWeb: Make SVG <path> tolerate relative first path coordinatesAndreas Kling
2021-09-27LibWeb: Implement the Document.activeElement attributeAndreas Kling
2021-09-27LibWeb: Support window.devicePixelRatioAndreas Kling
2021-09-27LibWeb: Support Document.hidden and Document.visibilityStateAndreas Kling
2021-09-27LibCore: Buffer small byte readsKarol Kosek
2021-09-27LibCore: Add optional custom read size argument in populate_read_bufferKarol Kosek
2021-09-27LibGUI: Refine AbstractButton pressing behaviourFrHun
2021-09-27LibWeb: Don't try to ad-block data: urlsSam Atkins
2021-09-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling