Age | Commit message (Expand) | Author |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
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-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-17 | Shorten internal JS prefixes. | Dan Sinclair |
2017-05-17 | Rename formcalc files to better match contents | Dan Sinclair |
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 | Update formcalc return types | Dan Sinclair |
2017-05-10 | Check CXFA_FM2JSContext::Translate() return value. | Lei Zhang |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-09 | No-effect cast in cxfa_layoutitem.cpp | Tom Sepez |
2017-05-09 | Remove downcast in cxfa_layoutpagemgr.cpp | Tom Sepez |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-04-28 | Remove some more |new|s, part 4. | Tom Sepez |
2017-04-28 | Remove more |new|s, part 3 | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-25 | Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. | Tom Sepez |
2017-04-25 | Use fx_extension.h utilities in more places in xfa/ | Lei Zhang |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-24 | Cleanup the XFA Bacode widget | Dan Sinclair |
2017-04-20 | Remove hand-written bsearch from cxfa_dataexporter.cpp | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Do not insert null node if ParseAsXDPPacket_Config fails | Tom Sepez |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Cleanup the fgas_language defines | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-19 | Move CFGAS_Stream to CFX_SeekableStreamProxy | Dan Sinclair |
2017-04-18 | Remove hand-written bsearch from XFA_GetAttributeEnumByName() | Tom Sepez |
2017-04-18 | Remove hand-written bsearch from XFA_GetAttributeByName() | Tom Sepez |
2017-04-18 | Rename IFGAS_Stream to CFGAS_Stream | Dan Sinclair |
2017-04-18 | Remove IFGAS_Stream::CreateWideStringReadStream | Dan Sinclair |
2017-04-18 | Subclass the stream implementations from CFGAS_Stream | Dan Sinclair |
2017-04-18 | Update IFGAS_Stream::WriteString to take a string. | Dan Sinclair |
2017-04-12 | Fold CXFA_WideTextRead into IFGAS_Stream | Dan Sinclair |
2017-04-11 | Remove unneeded stream access flags | Dan Sinclair |
2017-04-11 | Disabiguate CreateStream calls | Dan Sinclair |
2017-04-10 | Remove unused CreateSharedStream | Dan Sinclair |
2017-04-06 | Fix unit tests to initialize PartitionAlloc. | Chris Palmer |
2017-04-05 | Check first then cast in XFA_FDEExtension_ResolveNamespaceQualifier | Tom Sepez |
2017-04-05 | Move XML attribute handling to a base class. | Dan Sinclair |
2017-04-04 | Cleanup CFDE_XMLCharData and CFDE_XMLText | Dan Sinclair |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Move CXFA_XMLParser to CFDE_XMLParser | Dan Sinclair |