Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins dc7a52957e LibWeb: Parse and compute CSS `quotes` property hace 1 año
  Sam Atkins 6476dea898 LibWeb: Implement the `math-depth` CSS property hace 1 año
  Sam Atkins 07039af982 LibWeb: Implement attr() types :^) hace 1 año
  Sam Atkins 9735f474a2 LibWeb: Extract attr() substitution into its own method hace 1 año
  Sam Atkins 7d10484660 LibWeb: Move UnresolvedStyleValue resolution into the CSS Parser hace 1 año
  Sam Atkins e9b58ff096 LibWeb: Move check for CSS-wide keywords to ValueID.h hace 1 año
  Andreas Kling 703c2bb06e LibWeb: Add support for parsing `grid-auto-flow` CSS property hace 1 año
  Sam Atkins e177cef8ff LibWeb: Make parse_css_value_for_properties() return Optional hace 1 año
  Sam Atkins 2038cb3c81 LibWeb: Make CSS math function parsing infallible hace 1 año
  Sam Atkins 28c2836c24 LibWeb: Make external StyleValue-parsing methods infallible hace 1 año
  Sam Atkins 9e1bbfbd37 LibWeb: Make internal StyleValue-parsing methods infallible hace 1 año
  Sam Atkins c40e441894 LibWeb: Move CSS ParsingContext to its own header hace 1 año
  Sam Atkins f176e04323 LibWeb: Move CSS::Parser::Dimension class to a separate file hace 1 año
  Sam Atkins 1d6c2cb287 LibWeb: Move media-query parsing code to separate file hace 1 año
  Sam Atkins 68dae8ab46 LibWeb: Deduplicate calc-parsing code hace 1 año
  Sam Atkins 5042c903be LibWeb: Add SimpleSelector::QualifiedName, with parsing hace 2 años
  Aliaksandr Kalenik da2cd73bcf LibWeb: Add place-self css property support hace 2 años
  Karol Kosek 16836e7e62 LibWeb: Remove checking for AllowedDataUrlType hace 2 años
  Andreas Kling 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute hace 2 años
  Aliaksandr Kalenik a8587fe54e LibWeb: Add support for "place-items" CSS property hace 2 años
  Sam Atkins 8fc545992d LibWeb: Use generated math-function-parsing code hace 2 años
  Sam Atkins 618c0402a7 LibWeb: Generate parsing code for CSS math functions hace 2 años
  Ali Mohammad Pur dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions hace 2 años
  Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster hace 2 años
  stelar7 d6db924d47 LibWeb: Implement CSS `rem()` hace 2 años
  stelar7 dc042662d1 LibWeb: Implement CSS `mod()` hace 2 años
  stelar7 b2230c826b LibWeb: Implement CSS `round()` hace 2 años
  stelar7 5727e276ea LibWeb: Implement CSS `exp()` hace 2 años
  stelar7 6dde49404a LibWeb: Implement CSS `log()` hace 2 años
  stelar7 fa37bb8b76 LibWeb: Implement CSS `hypot()` hace 2 años