Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 94bc46ee70 LibHTML: Improve CSS parser's handling of values somewhat hace 5 años
  Andreas Kling 61ba19f031 LibHTML: Handle stand-alone attribute selectors hace 5 años
  Andreas Kling 8946e50986 LibHTML: Implement some attribute selector support hace 5 años
  Andreas Kling 1fd5869490 LibHTML: Tolerate empty CSS rules hace 5 años
  Andreas Kling 56dad2272c LibHTML: Implement the universal selector ("*") hace 5 años
  Andreas Kling a14cc573b0 LibHTML: Implement some basic floating point CSS value parsing hace 5 años
  Andreas Kling c628ebda0f LibHTML: Use floating point numbers throughout the layout tree hace 5 años
  Andreas Kling df16c9676b LibHTML: Tolerate "px" suffix on CSS lengths hace 5 años
  Andreas Kling e6e41e4fb8 LibHTML: Start building a simple code generator for CSS properties hace 5 años
  Andreas Kling 56764a2db8 LibHTML: Don't swallow '}' as part of CSS property values hace 5 años
  Andreas Kling b88ff97537 LibHTML: Make the CSS parser return RefPtr's hace 5 años
  Andreas Kling ea5da0f9b5 LibHTML: The CSS parser should tolerate whitespace-only stylesheets hace 5 años
  Andreas Kling fed668f20f LibHTML: Skip over CSS @media rules for now hace 5 años
  Andreas Kling 39546303da LibHTML: CSS parser should trim whitespace from values hace 5 años
  Andreas Kling 605a225b53 LibHTML: Parse the :link and :hover CSS pseudo-classes hace 5 años
  Andreas Kling 08209cc665 LibHTML: Handle comments in the CSS parser hace 5 años
  Andreas Kling 59795aab41 LibHTML: Handle CSS declarations that don't end in ';' hace 5 años
  Andreas Kling 31ac19543a LibHTML: Use an enum for CSS property ID's hace 5 años
  Andreas Kling edbf09ea29 LibHTML: Make the CSS and HTML parsers take StringViews hace 5 años
  Andreas Kling bedb00603c LibHTML: Add adjacent (+) and general (~) sibling combinators hace 5 años
  Andreas Kling ef0613ea4c LibHTML: Unbreak parsing of standalone declarations hace 5 años
  Andreas Kling 2a266db05b LibHTML: Parse descendant relations in CSS selectors hace 5 años
  Andreas Kling 847072c2b1 LibHTML: Respect the link color set via <body link> hace 5 años
  Andreas Kling 306b9dfb51 LibHTML: Various little improvements to the CSS parser hace 5 años
  Andreas Kling b2a0d20580 LibHTML: Refactor the CSS parser into a class hace 5 años
  Andreas Kling 8d797fc62e LibHTML: Fix incorrect CSS object model hace 5 años
  Andreas Kling 830e18e486 LibHTML: Fix broken parsing of ID and class selectors hace 5 años
  Andreas Kling 62cbaa74f3 LibHTML: Respect the CSS "color" property for text hace 5 años
  Andreas Kling 9526b0e13a LibHTML: Add InheritStyleValue and InitialStyleValue. hace 6 años
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. hace 6 años