summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebAssembly classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-09-30LibWeb: Apply :enabled pseudo class to only certain elementsLuke Wilde
2022-09-30LibWeb: Implement :enabled and :disabled pseudo classes to specLuke Wilde
2022-09-30LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabledLuke Wilde
2022-09-29LibWeb: Never claim that flex containers create a BFCAndreas Kling
2022-09-29LibWeb: Fix bogus comparison when measuring if a float can fitAndreas Kling
2022-09-29LibWeb: Don't draw only-translated stacking contexts via bitmapAndreas Kling
2022-09-29LibWeb: Don't round fragment widths while accumulating in LineBuilderAndreas Kling
2022-09-29LibWeb: Resolve cross-axis flex item margins in the common caseAndreas Kling
2022-09-29LibWeb: Create flex items for empty generated boxesAndreas Kling
2022-09-29LibWeb: Make PercentageOr<T>::contains_percentage() handle more casesAndreas Kling
2022-09-29LibWeb: Add AvailableSpace.cpp to CMakeLists.txtAndreas Kling
2022-09-29LibWeb: Fix crash in get_response_mime_type()Andreas Kling
2022-09-29LibWeb: Add missing null checks in Layout::Node::set_needs_display()Andreas Kling
2022-09-29LibWeb: Add a helper for calculating the stretch-fit width of a boxAndreas Kling
2022-09-29LibWeb: Add CSS::Size::to_string() and an AK::Formatter for itAndreas Kling
2022-09-29LibWeb: Don't force layout when scrolling to non-existent anchorAndreas Kling
2022-09-29LibWeb: Make FormattingContext::run() take available space as inputAndreas Kling
2022-09-29LibWeb: Add CSS::Size::make_px(float) convenience helperAndreas Kling
2022-09-29LibWeb: Rename an origin's protocol to origin schemenetworkException
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28LibWeb: Make Markdown images shrink-to-fit by defaultSam Atkins
2022-09-28LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursorsSam Atkins
2022-09-27LibWeb: Use TokenStreams when expanding unresolved CSS valuesSam Atkins
2022-09-27LibWeb: Expose token counts from CSS TokenStreamSam Atkins
2022-09-27LibWeb: Move CSS TokenStream to its own fileSam Atkins
2022-09-27LibWeb: In MimeType serialization, put just one \ in front of each "Nico Weber
2022-09-27LibWeb: Implement '5.5. Response class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Make HeaderList ref-countedLinus Groh
2022-09-27LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::clone()Linus Groh
2022-09-27LibWeb: Implement Fetch::Infrastructure::Response::clone()Linus Groh
2022-09-27LibWeb: Support ReadonlyBytes as argument for extract_body()Linus Groh
2022-09-27LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueTypeLinus Groh
2022-09-27LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOrLinus Groh