Age | Commit message (Expand) | Author |
2017-01-19 | Split fde/css files into individual class files. | Dan Sinclair |
2017-01-18 | Remove unused codePage and URL code. | Dan Sinclair |
2017-01-18 | Remove GetDeclImp methods in favour of GetDeclaration | Dan Sinclair |
2017-01-17 | More css parser tests; more memory fixes. | Dan Sinclair |
2017-01-17 | Start CSS parser unit tests | Dan Sinclair |
2017-01-16 | Replace remaining CSS interfaces with concrete classes | Dan Sinclair |
2017-01-16 | Remove IFDE_CSS interfaces which are only implemented once. | Dan Sinclair |
2017-01-12 | Remove used items from the CSS code.chromium/2980 | Dan Sinclair |
2017-01-11 | Convert FDE CSS enums to enum classes. | Dan Sinclair |
2017-01-10 | Strip out custom allocator code | Dan Sinclair |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fde. | tsepez |
2016-12-07 | Refcount IFGAS_ streams all the time, too | tsepez |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-08-04 | Use smart pointers for class owned pointers under xfa/fde | weili |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-18 | Make code compile with clang_use_chrome_plugin (final) | weili |
2016-06-10 | Get rid of NULLs in xfa/fde/ | thestig |
2016-06-09 | Remove C-style casts in xfa/fde. | tsepez |
2016-05-23 | Rename IFX_Unknown to IFX_Retainable. | tsepez |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-19 | Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache | tsepez |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-05-04 | Replace IFX_MemoryAllocator::Release() with delete. | tsepez |
2016-05-03 | Cleanup XFA-Specific memory allocators. | tsepez |
2016-04-28 | Cleanup IFDE_CSS interfaces. | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-06 | Make static FX_WCHAR arrays more const. | thestig |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |