-
Notifications
You must be signed in to change notification settings - Fork 564
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
Commits on Oct 12, 2024
-
#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.
Configuration menu - View commit details
-
Copy full SHA for 4215ebb - Browse repository at this point
Copy the full SHA 4215ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4448ebd - Browse repository at this point
Copy the full SHA 4448ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77feaf3 - Browse repository at this point
Copy the full SHA 77feaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af75193 - Browse repository at this point
Copy the full SHA af75193View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45117a - Browse repository at this point
Copy the full SHA a45117aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 142b92a - Browse repository at this point
Copy the full SHA 142b92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 511efb1 - Browse repository at this point
Copy the full SHA 511efb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d61d0f - Browse repository at this point
Copy the full SHA 6d61d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 020da2e - Browse repository at this point
Copy the full SHA 020da2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d304b89 - Browse repository at this point
Copy the full SHA d304b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c000f9 - Browse repository at this point
Copy the full SHA 8c000f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d091d - Browse repository at this point
Copy the full SHA 40d091dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5238ad - Browse repository at this point
Copy the full SHA b5238adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3281f13 - Browse repository at this point
Copy the full SHA 3281f13View commit details -
#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.
Configuration menu - View commit details
-
Copy full SHA for 9846e47 - Browse repository at this point
Copy the full SHA 9846e47View commit details
Commits on Oct 14, 2024
-
make most fields in
SharedContext
non-nullableI wish them to be final as well, but `SharedContext` has many setters, and we need to keep them for backward compatibility. :(
Configuration menu - View commit details
-
Copy full SHA for b521bd9 - Browse repository at this point
Copy the full SHA b521bd9View commit details -
#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
Configuration menu - View commit details
-
Copy full SHA for 739fb9d - Browse repository at this point
Copy the full SHA 739fb9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 388b43f - Browse repository at this point
Copy the full SHA 388b43fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.