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

[cleanup] remove main methods #418

Merged
merged 18 commits into from
Oct 15, 2024
Merged

Commits on Oct 12, 2024

  1. #409 remove utility class MakeTokens.java

    It seems it was used to generate class `org.xhtmlrenderer.css.parser.Token` from text file `tokens.txt`.
    Not needed anymore.
    asolntsev committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4215ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4448ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77feaf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af75193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a45117a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    142b92a View commit details
    Browse the repository at this point in the history
  7. #409 remove more unused code

    asolntsev committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    511efb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d61d0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    020da2e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d304b89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c000f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40d091d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5238ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3281f13 View commit details
    Browse the repository at this point in the history
  15. #409 convert unused "main" method in QuotingExample to QuotingExample…

    …Test
    
    this test still doesn't verify anything, but at least it's a working sample of html with quotes.
    asolntsev committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9846e47 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. make most fields in SharedContext non-nullable

    I wish them to be final as well, but `SharedContext` has many setters, and we need to keep them for backward compatibility. :(
    asolntsev committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b521bd9 View commit details
    Browse the repository at this point in the history
  2. #409 simplify Swing-related code used by BrowserStartup

    * make fields non-nullable (when possible)
    * make fields final (when possible)
    * fix usages of deprecated Swing apis
    asolntsev committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    739fb9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388b43f View commit details
    Browse the repository at this point in the history