Age | Commit message (Expand) | Author |
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 |
2017-10-25 | Add in depth check for ToJavascript and related methods | Ryan Harrison |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-20 | Add in missed parse recursion depth checks | Ryan Harrison |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-06 | GUID cleanup | Dan Sinclair |
2017-09-05 | Split fx_guid from fx_extension | Dan Sinclair |
2017-09-01 | Fix integer overflow in Buffer_itoa when passing INT_MIN. | Henrique Nakashima |
2017-08-31 | Clean up of typing in lexer code | Ryan Harrison |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-29 | Fix incorrectly guarded lexer advancement in FormCalc parser | Ryan Harrison |
2017-08-23 | Reduce FM2JS parser depth limit to avoid memory exhaustion | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-16 | Add parse depth limit to FormCalc parser | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-31 | Remove null derefence case caught by fuzzers | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Move CXFA_FMParse to CFXA_FMParser | Ryan Harrison |
2017-07-27 | Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp | Henrique Nakashima |
2017-07-27 | Remove 0 from the valid FormCalc characters | Ryan Harrison |
2017-07-27 | Refactor whitespace lexing to be explicit | Ryan Harrison |
2017-07-27 | Rewrite FMLexer to use nullptr for errors | Ryan Harrison |
2017-07-27 | Add conversion from FMTokens to strings | Ryan Harrison |
2017-07-27 | Removed unused helper function | Ryan Harrison |
2017-07-25 | Clean up data passing in FormCalc Lexerchromium/3167 | Ryan Harrison |
2017-07-24 | Rename FMLexer methods to be more descriptive | Ryan Harrison |
2017-07-24 | Remove extracting characters from input | Ryan Harrison |
2017-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-18 | Correct lexer handling of FormCalc identifiers | Ryan Harrison |
2017-07-07 | Remove a static initializer introduced in commit 573b10a. | Lei Zhang |
2017-07-05 | Extract comparison functions from std::lower_bound args | Ryan Harrison |
2017-07-04 | Removed hand rolled bsearch from IsKeyword method | Ryan Harrison |
2017-06-30 | Remove hand rolled bsearch from HTMLSTR2Code | Ryan Harrison |
2017-06-30 | Remove hand rolled bsearch from HTMLCode2STR | Ryan Harrison |
2017-06-29 | Cleaning up SomMethod handling in fm2js | Ryan Harrison |
2017-06-29 | Cleanup call expression handling in fm2js | Ryan Harrison |
2017-06-28 | XFA: Add test to show Oneof() works correctly. | Lei Zhang |