summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-04-07LibWeb: Fix logic mistake in CRC2D's default_source_size()Andreas Kling
2022-04-07LibWeb: Support CRC2D.drawImage() with affine transformAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when hit testingAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when building stacking contextsAndreas Kling
2022-04-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-04-06LibWeb+Browser: Remove Web::WebViewHooks classAndreas Kling
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-06LibWeb: Use FrameLoader::load_html() when loading error pagesAndreas Kling
2022-04-06LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()Andreas Kling
2022-04-06LibWeb: Remove incorrect comment from FFC flex item cross sizingAndreas Kling
2022-04-06LibWeb: Determine intrinsic flex container size from content-sizeAndreas Kling
2022-04-06LibWeb: Add basic constructor/prototype to exotic objectsIgor Pissolati
2022-04-06LibWeb: Implement basic intrinsic sizing algorithms for flex containersAndreas Kling
2022-04-05LibWeb: Add XMLHttpRequest::open() overloadKenneth Myhra
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-04LibWeb: Use correct global object in legacy factoriesIgor Pissolati
2022-04-04LibWeb: Add legacy Option factory functionIgor Pissolati
2022-04-04LibWeb: Add spec comments to ImageConstructor::construct()Igor Pissolati
2022-04-04AK: Return Optional<T&> from HashMap<..., T>::get()Ali Mohammad Pur
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-04-03LibWeb: Include all row-groups in column width calculationsSimon Wanner
2022-04-03LibWeb: Handle failed browsing context creation in HTMLObjectElementSimon Wanner
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-03LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()Simon Wanner
2022-04-03LibWeb: Don't break text lines if white-space: nowrapEnver Balalic
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-03LibWeb: Fix computing_width of a block when LayoutMode::MaxContentEnver Balalic
2022-04-03LibWeb: Not dispatching page_did_click_link event breaks page refreshRob Ryan
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner
2022-04-02LibWeb: Expose IdleDeadline on the window objectSimon Wanner
2022-04-02LibWeb: Implement flex reverse layoutsEnver Balalic
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02LibWeb: Use the specification defined types in IntersectionObserverInitIdan Horowitz
2022-04-02LibWeb: Add the ResizeObserverBoxOptions IDL enumIdan Horowitz
2022-04-02LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDLIdan Horowitz
2022-04-02LibWeb: Add the GlobalEventHandlers IDL mixinIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibWeb: Flex fix minimum main size in min/max violations calculationEnver Balalic
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-31LibWeb: Remove Document::is_scripting_enabled() and use Node'sLinus Groh
2022-03-31LibWeb: Add the HTMLOrSVGElement IDL interface mixinIdan Horowitz
2022-03-31LibWeb: Use a callback function in ResizeObserver IDLIdan Horowitz
2022-03-31LibWeb: Use a callback function in IntersectionObserver IDLIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz