-
Notifications
You must be signed in to change notification settings - Fork 146
Comparing changes
Open a pull request
base repository: servo/rust-cssparser
base: v0.34.0
head repository: servo/rust-cssparser
compare: v0.36.0
- 19 commits
- 16 files changed
- 10 contributors
Commits on Apr 23, 2024
-
parser: Implement recent syntax spec change to avoid parsing custom p…
…roperties that look like selectors. This implements the: > If the first two non-<whitespace-token> values of rule’s prelude are > an <ident-token> whose value starts with "--" followed by a > <colon-token>, then... From https://drafts.csswg.org/css-syntax/#consume-qualified-rule Mozilla Bug: 1884879 Differential Revision: https://phabricator.services.mozilla.com/D207796
Configuration menu - View commit details
-
Copy full SHA for b75ce6a - Browse repository at this point
Copy the full SHA b75ce6aView commit details
Commits on Nov 7, 2024
-
[unicode-range] Avoid integer overflow (panic in debug builds)
If a long string of hex digits are passed to unicode-range, the code tries to parse them into a number before checking whether there are more than the 6 digits allowed by the syntax, and this may lead to integer overflow. To avoid this, check the number of digits and error out earlier if there are too many to possibly be valid. (See https://bugzilla.mozilla.org/show_bug.cgi?id=1900403)
Configuration menu - View commit details
-
Copy full SHA for 4765111 - Browse repository at this point
Copy the full SHA 4765111View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb07131 - Browse repository at this point
Copy the full SHA bb07131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb149b - Browse repository at this point
Copy the full SHA 6fb149bView commit details
Commits on Dec 3, 2024
-
Minor optimization of Delimiters::from_byte to avoid an extra branch. (…
…#397) Co-authored-by: AlaskanEmily <emcdonough@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for fa6f5eb - Browse repository at this point
Copy the full SHA fa6f5ebView commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 008a91c - Browse repository at this point
Copy the full SHA 008a91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e477ab - Browse repository at this point
Copy the full SHA 5e477abView commit details -
Implement
MallocSizeOffor cssparser types (#399)* Implement MallocSizeOf for cssparser types * Fix clippy lints Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
Configuration menu - View commit details
-
Copy full SHA for 0d80021 - Browse repository at this point
Copy the full SHA 0d80021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958a3f0 - Browse repository at this point
Copy the full SHA 958a3f0View commit details
Commits on Mar 20, 2025
-
Signed-off-by: Nico Burns <nico@nicoburns.com>
Configuration menu - View commit details
-
Copy full SHA for 3dd4f63 - Browse repository at this point
Copy the full SHA 3dd4f63View commit details
Commits on Aug 27, 2025
-
chore(deps): update phf to 0.13 (#406)
* fix: fix clippy warnings * fix: fix invalid rustdoc code block attributes * chore(deps)!: update phf to 0.13 Also raises MSRV to 1.66, as it is required by phf 0.13.
Configuration menu - View commit details
-
Copy full SHA for 37fe2cd - Browse repository at this point
Copy the full SHA 37fe2cdView commit details
Commits on Oct 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 03f982e - Browse repository at this point
Copy the full SHA 03f982eView commit details
Commits on Oct 25, 2025
-
Bug 1996318 - Add display-p3-linear color-space to css color(). (#411)
* Bug 1996318 - Add display-p3-linear color-space to css color(). r=#style,tlouw It's display-p3 without gamma encoding. cssparser change will obviously go upstream. Differential Revision: https://phabricator.services.mozilla.com/D270012 * Bump MSRV to 1.68 to deal with syn.
Configuration menu - View commit details
-
Copy full SHA for 71b7cfe - Browse repository at this point
Copy the full SHA 71b7cfeView commit details
Commits on Oct 30, 2025
-
Fix outdated parser names in comments (#412)
* Correct outdated references from RuleListParser to StyleSheetParser in comments * Correct outdated references from DeclarationListParser to RuleBodyParser in comments
Configuration menu - View commit details
-
Copy full SHA for 11d2d01 - Browse repository at this point
Copy the full SHA 11d2d01View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88c9a12 - Browse repository at this point
Copy the full SHA 88c9a12View commit details
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60d05a5 - Browse repository at this point
Copy the full SHA 60d05a5View commit details
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1de9d4a - Browse repository at this point
Copy the full SHA 1de9d4aView commit details -
parser: Make list of arbitrary substitution functions configurable. (#…
…416) This prevents needing cssparser changes every time we add one, and makes them configurable at runtime.
Configuration menu - View commit details
-
Copy full SHA for ff98fbe - Browse repository at this point
Copy the full SHA ff98fbeView commit details -
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Configuration menu - View commit details
-
Copy full SHA for 9339ddd - Browse repository at this point
Copy the full SHA 9339dddView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.34.0...v0.36.0