1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Soy: Implement builtin functions css() and xid() More... about 8 years ago
Rewrite the MsgHtmlTagnodeTest to use the parser instead of manually constructing ast nodes. More... about 8 years ago
Soy: Implement xid for pysrc More... about 8 years ago
Update pom.xml since I have released a new version in maven central. https://oss.sonatype.org/#nexus-search;gav~com.google.template~soy~~~~kw,versionexpand More... about 8 years ago
Soy: BaseTofu always sets xid / css renaming maps More... about 8 years ago
Soy: Built-in functions css() and xid() More... about 8 years ago
Fix a bug where we failed to validate the contents of {param nodes inside of {msg tags. More... about 8 years ago
Soy: @Nullable annotations for xid and css renaming maps More... about 8 years ago
Minor cleanup: rename StrictHtmlMode to TriState and use it everywhere. More... about 8 years ago
Soy parser: Parse negative number as Integer/FloatNode, not NegativeOpNode More... about 8 years ago
Move the escaping sanity visitor from contextautoesc->passes More... about 8 years ago
Rewrite the csp nonce injection pass in terms of the html nodes More... about 8 years ago
Delete the VoidElementVerifyingVisitor More... about 8 years ago
Soy cleanup: Remove redundant copy More... about 8 years ago
Soy cleanup: Remove TofuEvalVisitor, TofuRenderVisitor and factories More... about 8 years ago
Fix a bug in the autoescaper. More... about 8 years ago
Soy parser: Remove CallNode.DataAttribute, inline contents More... about 8 years ago
Rollforward [] which was rolled back because it surprisingly fixed two bugs that were hiding violations. The rollforward whitelists these violations. More... about 8 years ago
Fixes a bug in StrictHtmlValidationPass. More... about 8 years ago
Soy parser: Parse {foreach} node using javacc More... about 8 years ago
Automated [] rollback of changelist 153743050. More... about 8 years ago
Soy parser: Remove ALIAS lexical state, enable comments in EXPR More... about 8 years ago
Rewrite soy conformance to run as a normal compiler pass instead of a plugin More... about 8 years ago
Add type checking for comparisons. More... about 8 years ago
Recursively remove optional tags from conditional branches. More... about 8 years ago
Instead of assertion, we should report an error if both branches are non-empty. More... about 8 years ago
Soy parser: Parse {for} node using javacc More... about 8 years ago
Run the HtmlRewritePass on deprecated-contextual and deprecated-noncontextual templates More... about 8 years ago
Soy parser: Split VarRef() into $ij and var reference More... about 8 years ago
Soy parser: Update comments on productions More... about 8 years ago