summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2021-09-24LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"Andreas Kling
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins
2021-09-19LibWeb: Move box-shadow painting out of Box to its own fileSam Atkins
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-19LibWeb: Add event handler attributes to XMLHttpRequestEventTargetAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-18LibWeb: Add a bare-bones SVG <g> elementAndreas Kling
2021-09-18LibWeb: Add SVGFormattingContext to handle SVG box treesAndreas Kling
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster
2021-09-15LibWeb: Add SVG::ViewBox to represent SVG view boxesAndreas Kling
2021-09-15LibWeb: Add an SVG::AttributeNames namespaceAndreas Kling
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)Andreas Kling
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-09LibWeb: Start working on spec-aligned HTML scripting semanticsAndreas Kling
2021-09-09LibWeb: Add a bare-bones HTML event loop with a task queueAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-05LibWeb+LibWasm: Implement the WebAssembly.Table objectAli Mohammad Pur
2021-09-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam Atkins
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-08-30CMake: Add custom target to build only the generated sourcesBrian Gianforcaro
2021-08-28LibWeb: Use foreach to generate wrapper targets and tidy up CMakeListsAndrew Kaster
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-07-05LibWeb: Add DOMParserLuke
2021-07-02LibWeb: Add the WebAssembly.Module constructorAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Instance constructorAli Mohammad Pur
2021-07-02LibWeb: Split the WebAssemblyInstance object logic into multiple filesAli Mohammad Pur
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-22LibWeb: Implement the WebAssembly Memory object and Memory importsAli Mohammad Pur
2021-05-31LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"Luke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-26LibWasm+LibWeb: Partially resolve memory exportsAli Mohammad Pur
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
2021-05-20LibWeb: Add a super basic HTML syntax highlighterAli Mohammad Pur
2021-05-20LibWeb: Sort CMakeLists SOURCES entriesAli Mohammad Pur
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling
2021-04-15LibWeb: Helper for creating load requests with a Cookie headerTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-04LibWeb: Add "Label" to be the layout node for HTMLLabelElementTimothy Flynn
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: Add support for HTML input type=radioTimothy Flynn