Age | Commit message (Expand) | Author |
2017-07-18 | Correct lexer handling of FormCalc identifiers | Ryan Harrison |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Rename cfx_color to cxfa_color | Dan Sinclair |
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-30 | Fix nits in a bunch of random XFA files. | Lei Zhang |
2017-06-29 | Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145 | Nicolas Pena |
2017-06-29 | Cleaning up SomMethod handling in fm2js | Ryan Harrison |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-29 | Cleanup call expression handling in fm2js | Ryan Harrison |
2017-06-28 | XFA: Add test to show Oneof() works correctly. | Lei Zhang |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-06-14 | Fix bad format string in CXFA_FM2JSContext. | Lei Zhang |
2017-06-06 | Convert CFGAS_FormatString to pointer out parameterschromium/3123 | Dan Sinclair |
2017-06-05 | More CFGAS_FormatString tests | Dan Sinclair |
2017-06-05 | Cleaning up some XFA locale related code | Dan Sinclair |
2017-06-02 | Prevent OOB access in CXFA_FM2JSContext::IsIsoTimeFormat(). | Lei Zhang |
2017-06-01 | Tag CFXJSE_HostObject sub-classes. | Tom Sepez |
2017-06-01 | Remove unused Locale code | Dan Sinclair |
2017-05-25 | Split apart remaining xfa/fxfa/app files | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Fix FM2JSContext Round return type | Dan Sinclair |
2017-05-25 | Enable remaining boolean FM2JSContext tests | dan sinclair |
2017-05-25 | Enable the FM2JSContext Exists test | dan sinclair |
2017-05-25 | Enable FM2JSContext Choose tests | dan sinclair |
2017-05-25 | Enable most FM2JSContext boolean tests | dan sinclair |
2017-05-24 | Convert to CFX_UnownedPtr, part 10 | Tom Sepez |
2017-05-24 | More FM2JSContext tests | Dan Sinclair |
2017-05-23 | Cleanup default values and methods in CXFA_Widgetdata | Dan Sinclair |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-20 | Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106 | Tom Sepez |
2017-05-20 | Use unowned ptr from CXFA_FFDocView to CXFA_FFDoc | Tom Sepez |
2017-05-19 | ASAN flags zero-length StringC in GetMapModuleString()chromium/3105 | Tom Sepez |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-18 | Adding fm2js embedder tests | Dan Sinclair |
2017-05-18 | Remove CXFA_FMErrorInfo | dan sinclair |
2017-05-17 | Shorten internal JS prefixes. | Dan Sinclair |
2017-05-17 | Adding CXFA_Parse unittests | Dan Sinclair |
2017-05-17 | Rename formcalc files to better match contents | Dan Sinclair |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-16 | Handle when XFA parser error handlers cannot format error messages. | Lei Zhang |
2017-05-16 | Add formcalc lexer tests. | Dan Sinclair |
2017-05-16 | Update formcalc return types | Dan Sinclair |
2017-05-16 | Do not walk off end of formcalc string | Dan Sinclair |