summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
AgeCommit message (Expand)Author
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make xfa/ pass gn check.Lei Zhang
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split fxjs build rules into fxjs/BUILD.gn.Lei Zhang
2018-10-12Split xfa build rules into various BUILD.gn files in xfa/.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-10-01Initialize more CXFA_Node members in the header.Lei Zhang
2018-10-01Use size_t and FX_ArraySize() for some arrays.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-11Make flate decode functions' buffer out parameter unique_ptrs.Lei Zhang
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-29Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-21Fix some IWYU issues in xfa/fxfa/.Lei Zhang
2018-08-21Fix one-of property JS errors.Henrique Nakashima
2018-08-20Fix nits in CXFA_Node.Lei Zhang
2018-08-20Clean up CXFA_Graphics::SetLineDash().Lei Zhang
2018-08-17Remove optionals in CXFA_LayoutPageMgr methods.Tom Sepez
2018-08-17Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().Tom Sepez
2018-08-16Remove optional argument from CXFA_LayoutProcessor::StartLayout()Tom Sepez
2018-08-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Use wide string addition in place of some Format() calls.Tom Sepez
2018-08-01Replace more unchecked casts with type conversion funtions.Tom Sepez
2018-08-01Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet.chromium/3509Tom Sepez
2018-08-01Add a ScopedLocale for use within CXFA_LocaleValue.Lei Zhang
2018-08-01Fix a nullptr crash in CXFA_LocaleValue::ValidateValue().Lei Zhang
2018-07-31Remove CXFA_Corner downcasts from cxfa_rectangle.cppTom Sepez
2018-07-30Replace m_bIsContentLayoutItem with proper enum for type.Tom Sepez
2018-07-30Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508Tom Sepez
2018-07-30Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem()Tom Sepez
2018-07-30Type-safe iteration over CXFA_ContentLayoutItems.Tom Sepez