1
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jun 30, 2024 — Jun 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Automated [] rollback of changelist 158202149. More... about 8 years ago
Automated [] rollback of changelist 158212135. More... about 8 years ago
Automated [] rollback of changelist 158213918. More... about 8 years ago
Remove the genParamAlias method that was used to prevent soy from generating a local variable that conflicted with a js namespace or builtin function. More... about 8 years ago
Add a better variable management system to pysrc More... about 8 years ago
Rollforward [] which was rolled back in [] because it could generate local variables that conflict with JS builtin functions. The solution is to claim all js builtins, thus causing the name generator to generate disambiguated names. More... about 8 years ago
Rollforward [] which was rolled back in [] because it didn't correctly calculate deltemplate names for delvariant templates with globals as variant keys. More... about 8 years ago
Fully disable the optimizer for parseinfo generation. The 'ChangeCallsToPassAllData' pass can change the set of 'indirect' params which in turn can modify metadata in surprising ways. More... about 8 years ago
Automated [] rollback of changelist 158078930. More... about 8 years ago
Automated [] rollback of changelist 158085401. More... about 8 years ago
Remove 2 special uses of node ids More... about 8 years ago
Change the SoyToJsVariableMappings class to perform name mangling instead of relying on callers to do it. More... about 8 years ago
Remove some debugging code accidentally left in [] More... about 8 years ago
Move invocation of the autoescaper and optimizer into the PassManager More... about 8 years ago
Remove the ability to translate index() isFirst() and isLast() from v1Expression More... about 8 years ago
Prefactoring for reimplementing the autoescaper on top of the new html tags nodes More... about 8 years ago
Soy parser: Rename IN_CMD_TAG_STRUCTURED to IN_CMD_TAG More... about 8 years ago
Simplify lexical state interactions in the parser. More... about 8 years ago
Remove unused java pixelperfect analysis code More... about 8 years ago
Make TagName.getStaticTagNameAsLowerCase() return a String instead of an Optional More... about 8 years ago
Rollforward of 157517369, the original CL had no specific concerns but it was preventing a clean rollback of a previous, and most likely orthogonal, CL. More... about 8 years ago
Reenable testing the CSP Pass in both modes. this was accidentally left over from [] More... about 8 years ago
Roll forward [] with a fix for self closing tags. The previous implementation would output a synthetic close tag node for self closing tags. The new implementation relies on the 'isSelfClosing()' bit on HtmlOpenTagNode, but the previous attempt ignored that bit in the code generator. This is fixed in the rollforward. More... about 8 years ago
Add a test case for rendering a simple SVG element with a self-closing tag. More... about 8 years ago
Automated [] rollback of changelist 157497602. More... about 8 years ago
Automated [] rollback of changelist 157517369. More... about 8 years ago
minor cleanup of SoyFileSetParser. passManager can no longer be null and the fileset parsing passes should also be protected by the lock. More... about 8 years ago
Soy parser: Remove ExpressionParser and IN_CMD_TAG_UNSTRUCTURED More... about 8 years ago
Soy parser: Parse {css} node using javacc More... about 8 years ago
Migrate idom to use the new html parser and ast nodes More... about 8 years ago