Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 0c14103025 LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} il y a 2 ans
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes il y a 2 ans
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
  Sam Atkins a0b1eddc56 LibWeb: Port CSS::MediaQuery to new Strings il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  martinfalisse ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Aliaksandr Kalenik 2675b9390b LibWeb: Parse unknown media type in media queries il y a 2 ans
  Sam Atkins 28278efafb LibWeb: Extract MediaType to/from_string() logic into functions il y a 3 ans
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
  Sam Atkins 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Sam Atkins fd47460141 LibWeb: Use ValueID for media-query identifiers il y a 3 ans
  Sam Atkins 12561327d6 LibWeb: Use MediaFeatureIDs instead of Strings :^) il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Sam Atkins deea129b8c LibWeb: Add Ratio type to MediaFeatureValue il y a 3 ans
  Sam Atkins fd2ef43cb4 LibWeb: Implement `<resolution>` as a media feature type il y a 3 ans
  Sam Atkins d2ade9800f LibWeb: Implement relative lengths in media queries :^) il y a 3 ans
  Sam Atkins 148efd7de7 LibWeb: Remove unused MediaFeatureValue::equals() and friends il y a 3 ans
  Sam Atkins 416033a660 LibWeb: Support range syntax for media queries il y a 3 ans
  Sam Atkins c3bf9e5b79 LibWeb: Rewrite media-query parsing to match spec grammar il y a 3 ans
  Sam Atkins b6fe7cc324 LibWeb: Make MediaCondition a top-level type and add factory methods il y a 3 ans
  Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods il y a 3 ans
  Sam Atkins 6299d68e45 LibWeb: Introduce MediaFeatureValue type for use in media queries il y a 3 ans
  Sam Atkins 7d5c626276 LibWeb: Add <general-enclosed> support to Media Queries il y a 3 ans
  Sam Atkins b03dac99a5 LibWeb: Use MatchResults for MediaQuery evaluation il y a 3 ans
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> il y a 3 ans
  Sam Atkins 46bba44f8b LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp} il y a 3 ans