summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-05-20LibWeb: Deal with Boxes that have a background, border and -radiusTobias Christiansen
2021-05-20LibWeb: Take border-radius into account when painting bordersTobias Christiansen
2021-05-20LibWeb: Introduce struct to hold border radii and normalize onceTobias Christiansen
2021-05-20LibWeb: Draw rounded corners for the backgrounds of BoxesTobias Christiansen
2021-05-20LibWeb: Basic rendering of border-radiusTobias Christiansen
2021-05-20LibWeb: Resolve shorthand for border-radiusTobias Christiansen
2021-05-20LibWeb: Make border-radius attibutes accessibleTobias Christiansen
2021-05-20LibWeb: Add border-radius to the CSS-parserTobias Christiansen
2021-05-20LibWeb: Handle background-painting of Box in seperate functionTobias Christiansen
2021-05-20LibWeb: Move the painting of the border out of paint()Tobias Christiansen
2021-05-20LibWeb: Add a super basic HTML syntax highlighterAli Mohammad Pur
2021-05-20LibWeb: Add position tracking information to HTML tokensAli Mohammad Pur
2021-05-20LibWeb: Sort CMakeLists SOURCES entriesAli Mohammad Pur
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19LibWeb: Use -libweb-palette-base-text for text color in default CSSLinus Groh
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffingBrendan Coles
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Change Resource's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Use Optional<String> for encoding_from_content_typeMax Wipfli
2021-05-18LibTextCodec: Use Optional<String> for get_standardized_encodingMax Wipfli
2021-05-18LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunnerAli Mohammad Pur
2021-05-17LibWeb: Resolve 2-part and 3-part border-color valuesTimothy Flynn
2021-05-17LibWeb: Resolve 3-part and 4-part border-width valuesTimothy Flynn
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-16LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptionsLuke
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-13LibWeb: Propagate body background properties to root HTML elementTimothy Flynn
2021-05-13LibWeb: Fix off-by-one for alphabetical markers in <ol>sTobias Christiansen
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-12LibWeb: Position the ListItemMarkers according to their widthTobias Christiansen
2021-05-12LibWeb: Remove unused alphabet constants from ListItemMarkerBoxTobias Christiansen
2021-05-12LibWeb: Move clearing boxes below preceding floating boxesTimothy Flynn
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-11LibWeb: Paint an element's foreground before painting its childrenTimothy Flynn
2021-05-11LibWeb: Make Element::tag_name return the HTML uppercased qualified nameLuke
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-05-09LibWeb: Add tests for HTMLTableElement attributesAdam Hodgen
2021-05-09LibWeb: Fix nodeName attribute in testsAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tbody attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement tfoot attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement thead attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement caption attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement row attributesAdam Hodgen
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-05-09LibWeb: Allow white space inside pseudo-class argumentsmiere43