summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576Lei Zhang
2018-10-09Remove some string comparisons in CPDF_Action.Tom Sepez
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Beef up FPDFTransformEmbedderTest.Tom Sepez
2018-10-09Copy some fuzzer code from Chromium into PDFium.Lei Zhang
2018-10-09Add some comments about pointer ownership in fpdf_transformpage.h.Lei Zhang
2018-10-09Clean up CPDF_FormControl.Lei Zhang
2018-10-09Add two NULL argument FPDFDest_* test casesTom Sepez
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Add more FPDFLink_* public API coverageTom Sepez
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Cover some more NULL-arg FPDFBookmark_* test casesTom Sepez
2018-10-09Remove small unreachable path in GetLinkList().Tom Sepez
2018-10-09Add some helper methods to get InterForm objects in CJS_Document.Lei Zhang
2018-10-09Pass CFX_CodecMemory in place of spans to codecs.Tom Sepez
2018-10-09Clean up CJS_Document.Lei Zhang
2018-10-09Mark more bits const in CPDFSDK_XFAWidget.Lei Zhang
2018-10-09Use CPDFSDK_BAAnnot::GetAnnotDict() in more places.Lei Zhang
2018-10-09Pass CFX_Matrix by const-ref in various OnDraw() methods.Lei Zhang
2018-10-09Switch to std::vector in ccodec_flatemodule.cpp.Tom Sepez
2018-10-09Kill off some memset()s following FX_Alloc()Tom Sepez
2018-10-09Make more CPDFSDK_AnnotIterator members const.Lei Zhang
2018-10-09Roll testing/corpus/ 19feefee4..502691e08 (1 commit)Lei Zhang
2018-10-09Fix a C-style cast in FPDFPage_TransFormWithClip().Lei Zhang
2018-10-09Remove unused CPDF_Dictionary::IsSignatureDict().Lei Zhang
2018-10-06Roll tools/clang/ 9bd40b25b..7792d28b0 (10 commits)chromium/3575chromium/3574chromium/3573chromium/3572Lei Zhang
2018-10-06Roll third_party/depot_tools/ 02d534031..71e3be7a5 (141 commits; 44 trivial r...Lei Zhang
2018-10-06Roll tools/code_coverage/ 64186cbaf..4191ea067 (6 commits)Lei Zhang
2018-10-06Roll build/ dfca77bb0..eb7ca761a (27 commits)Lei Zhang
2018-10-06Simplify CFX_FloatRect::Inflate() and Deflate().Lei Zhang
2018-10-06Move CFX_FloatRect method impls out of the header.Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-05Remove optional matrix parameter from CPDF_PageObject::GetBBox().Lei Zhang
2018-10-05Remove one CSection::m_pVT null checkTom Sepez
2018-10-05Tidy CPVT_WordRangeTom Sepez
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-05Make CPDF_RenderStatus matrix params const-ref.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-10-05Add methods to read specific field flags in CPDF_FormField.Lei Zhang
2018-10-05Remove unreachable null checks in CPDF_ActionFieldsTom Sepez
2018-10-05Tidy PWL_FLOATRANGETom Sepez
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Remove some unused code in fxcrt strings.Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-04Remove unreachable code in CPDFXFA_Page.Lei Zhang
2018-10-04Remove null m_page checks from CPDFSDK_PageView.Tom Sepez
2018-10-04Make some CPWL_FontMap methods pure virtual.Tom Sepez
2018-10-04Remove CPDFSDK_DateTime entirely.Tom Sepez
2018-10-04CPDF_VariableText::m_nHorzScale is always 100Tom Sepez
2018-10-04CPDFSDK_AnnotHandlerMgr::Annot_OnCreate() is not called.Tom Sepez