Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CSS parsing freeze #236

Merged
merged 44 commits into from Aug 12, 2021
Merged

Fix CSS parsing freeze #236

merged 44 commits into from Aug 12, 2021

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    e41263e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    4912be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568124a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c8129 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    107c9bf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    f90d76f View commit details
    Browse the repository at this point in the history
  2. parseRules: improve debug log

    macbre committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    549ae97 View commit details
    Browse the repository at this point in the history
  3. Add slickParse debug log

    macbre committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    778ae75 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    4a356b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44880fa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    1198ce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    273d86e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    025759b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    4f732a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    c11fa70 View commit details
    Browse the repository at this point in the history
  2. Fix a b0rken merge

    macbre committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c348d93 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    bebefa3 View commit details
    Browse the repository at this point in the history
  2. Remove slick, install postcss

    macbre committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    d0b614d View commit details
    Browse the repository at this point in the history
  3. Get rid of slick

    macbre committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    2a4d8f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee3455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1410c31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba87f9e View commit details
    Browse the repository at this point in the history
  7. bodySelectors: use css-what parsed selectors data

      analyze-css:bodySelectors selector: html.modal-popup-mode body {"firstTag":"html","firstHasClass":true,"isDescendantCombinator":false,"isShortExpression":false} +0ms
      analyze-css:bodySelectors selector html.modal-popup-mode body - is redundant +0ms
    macbre committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    9452211 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9afe5c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a49404 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6d5713 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91926af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00ae015 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f36a49d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d598603 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    cc2b7bf View commit details
    Browse the repository at this point in the history
  2. test/rules.test.js now passes

    macbre committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    abe320c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c1a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4877493 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    cd07176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b9a6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d2ee9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1018d5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2f247a View commit details
    Browse the repository at this point in the history
  6. npm t now passes

    macbre committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    0a6d21e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d543dc View commit details
    Browse the repository at this point in the history
  8. Require Node.js 14.x

    Node.js 12.x is in Maintenance LTS
    macbre committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    13311f1 View commit details
    Browse the repository at this point in the history
  9. errors.test.js refactored

    macbre committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    303c2f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6163fd2 View commit details
    Browse the repository at this point in the history