-
Notifications
You must be signed in to change notification settings - Fork 364
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
Clean up user agents and usages of user agents #18
Labels
Comments
danfickle
added a commit
that referenced
this issue
Apr 2, 2016
…e naive user agent used by the pdf renderer. Note: The Java2D renderer used by the browser example uses its own user agent so will not be covered by this commit.
It is not practical to override the entire user agent so closing this for now. |
burka
pushed a commit
to burka/openhtmltopdf
that referenced
this issue
Apr 26, 2024
* add .DS_Store to .gitignore Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * add comment and warning message Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * change level to FINE and add comment Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * dont overwrite StylesheetInfo URI with null for inline stylesheet Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * reduce "media = {}" log to FINE Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * set uri on default StylesheetInfo to classpath uri Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * formatting + multiplicative array capacity Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * tail recursion comment Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * fix typo in log message Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * consolidate parse call to getStylesheet(StylesheetInfo) Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: push -> save Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: t -> token Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * rename: la -> nextWithSave Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * remove confusing and useless prio() method Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * add comments for top-of-file at-rules Signed-off-by: Zachary Siegel <siegelzc@gmail.com> * run the intellij formatter * remove unused labels * add myself to developer list --------- Signed-off-by: Zachary Siegel <siegelzc@gmail.com> Co-authored-by: Zachary Siegel <zachary@foreflight.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comprises the following tasks:
The text was updated successfully, but these errors were encountered: