summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffapp.cpp
AgeCommit message (Expand)Author
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-05-18Fix issues with XFA font loadingRyan Harrison
2018-04-25Use local for return value in factory methodRyan Harrison
2018-04-25Allow failing to build CFXA_FWLTheme if unable to load fontsRyan Harrison
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-03-27Simplify some XFA font manager creationchromium/3382Dan Sinclair
2018-02-20Remove extra static qualifier.Dan Sinclair
2018-02-19Skip font loading in formcalc embedder testsdan sinclair
2017-11-06Remove CXFA_FFDocHandlerDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-08-16Remove CFWL_WidgetMgrDelegateDan Sinclair
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-04-18Use unique_ptr in CFWL_NoteDriver::m_eventTargets mapTom Sepez
2017-04-12Remove MakeSeekableReadStreamDan Sinclair
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair