summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_width()Andreas Kling
2021-01-18LibWeb: Parse "display: flex" and create BlockBox layout nodes for themAndreas Kling
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling
2021-01-18LibWeb: Add support for XMLHttpRequest request headersAndreas Kling
2021-01-18LibWeb: Make the Window object "inherit" from EventTarget :^)Andreas Kling
2021-01-18LibWeb: Move IDL attributes and functions to the prototypeAndreas Kling
2021-01-18LibWeb: Construct the IDL interface prototype chains automaticallyAndreas Kling
2021-01-18LibWeb: Actually instantiate all the web constructors/prototypesAndreas Kling
2021-01-18LibWeb: Generate constructor and prototype classes for IDL interfacesAndreas Kling
2021-01-18LibWeb: Move HTML::SubmitEvent functions out of lineAndreas Kling
2021-01-17LibWeb: Add fast_is<T>() for some DOM and layout node subclassesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibWeb+WebContent: Use anonymous files for OOPWV backing storesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling