Age | Commit message (Expand) | Author |
2018-07-02 | Comment some raw pointers that cant become UnownedPtr<>. | Tom Sepez |
2018-06-14 | [formcalc] Calculate length of string when calling FXSYS_wcstof | Dan Sinclair |
2018-06-12 | [fm2js] Convert formcalc tests to use raw literals | Dan Sinclair |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-05-16 | Convert Formcalc ToJavascript to a pointer WideTextBuf | Dan Sinclair |
2018-05-14 | Use internal wcstof instead of system wcstod in formcalc lexer | Dan Sinclair |
2018-05-10 | Cleanup formcalc method generationchromium/3427 | Dan Sinclair |
2018-05-10 | Change formcalc javascript method output | Dan Sinclair |
2018-05-08 | [fm2js] Create fewer CFX_WideTextBuf classes | Dan Sinclair |
2018-05-08 | [fm2js] Fail transpiling if lexer has left over data | Dan Sinclair |
2018-04-27 | Add DEPS include_rules for xfa/fwl. | Lei Zhang |
2018-04-11 | Make cxfa_fmlexer.cpp resilient to null strings | Tom Sepez |
2018-04-06 | Fix typos in CXFA_FMParser.chromium/3391 | Lei Zhang |
2018-03-28 | Smaller post expression set | Dan Sinclair |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-03-07 | [formcalc] Consider width along with depth of tree | Dan Sinclair |
2018-03-07 | [formcalc] Handle bad elseif conditionalschromium/3365 | Dan Sinclair |
2018-03-06 | [formcalc] Allow empty declaration bodies | Dan Sinclair |
2018-03-05 | [formcalc] Simplify function signature parsingchromium/3363 | Dan Sinclair |
2018-03-05 | [formcalc] Cleanup m_error handling | Dan Sinclair |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-22 | [formcalc] Cleanup function handling | Dan Sinclair |
2018-02-22 | Jumbo fixes | Dan Sinclair |
2018-02-21 | [formcalc] Cleanup if expression parsing. | Dan Sinclair |
2018-02-21 | [formcalc] Add elseif expression to parser test | Dan Sinclair |
2018-02-21 | [formcalc] Minor parser cleanupschromium/3352 | Dan Sinclair |
2018-02-21 | [formcalc] Use default destructors | Dan Sinclair |
2018-02-21 | [formcalc] Remove the ParseBlockExpression method | Dan Sinclair |
2018-02-20 | [formcalc] Remove unused expression type | Dan Sinclair |
2018-02-20 | [formcalc] Treat elseif and else the same during output | Dan Sinclair |
2018-02-20 | [formcalc] Do not convert if to an identifier | Dan Sinclair |
2018-02-20 | [formcalc] Remove unused line parameter | Dan Sinclair |
2018-02-20 | [formcalc] Split literal parsing to its own method | Dan Sinclair |
2018-02-20 | [formcalc] The if token is a keyword and should not be made an identifier | Dan Sinclair |
2018-02-20 | Tighten up assignment instructions in formcalc. | Dan Sinclair |
2018-02-19 | Remove extraneous HasError checks | dan sinclair |
2018-02-19 | FormCalc Assignment is not a SimpleExpression | dan sinclair |
2018-02-19 | Cleanup FormCalc inheritance | dan sinclair |
2018-02-19 | Remove base class ToJavaScript methods in FormCalc | dan sinclair |
2018-02-19 | Cleanup JS generation in formcalc. | dan sinclair |
2018-02-19 | Inline FormCalc method names | dan sinclair |
2018-02-19 | Inline some formcalc identifiers | dan sinclair |
2018-02-19 | Merge FormCalc to JavaScript methods | dan sinclair |
2018-02-19 | Simplify CXFA_FMToken creation | dan sinclair |
2018-02-19 | Simplify formcalc token list | dan sinclair |
2018-02-15 | Add limit to number of formcalc expressions | Dan Sinclair |
2017-11-01 | Move some XFA JS code into fxjs/ | Dan Sinclair |
2017-10-26 | Consistently apply JS size check | Ryan Harrison |
2017-10-25 | Fixing the prefix on IsTooBig | Ryan Harrison |