summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_basic_imp.cpp
AgeCommit message (Expand)Author
2016-06-30Convert some methods to std::lower_bound and std::find_if.dsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-23Change XFA_GetElementByName to XFA_GetElementTypeForNamedsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-16Remove unused XFA_GetElementChildren.dsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-14Add fuzzer for FDE CSS syntax parser.dsinclair
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-20Clean up XFA code which causes warningsweili
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-20Cleanups from prior CLs.dsinclair
2016-04-19XFA unused function cleanupdsinclair
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair