summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-17Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495Andrew Weintraub
2018-07-17Limit recursion depth for CXFA_DocumentParser::NormalLoader().Henrique Nakashima
2018-07-17Cleanup SetSavedCalled APIRyan Harrison
2018-07-17Reserve space for result in ::FilterContentsRyan Harrison
2018-07-17Check for global flag on global proxy objects.Tom Sepez
2018-07-16Make JSGetObject<C>() return UnownedPtr<C>.Tom Sepez
2018-07-16Use UnownedPtr/Optional in cfxa_layoutcontext.cppTom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-07-16Fix crash when typing letters into an XFA datetime field.Henrique Nakashima
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-07-16Fix some nits in CPDF_Document.Lei Zhang
2018-07-16Add FPDFFormObj_GetObject() APIMiklos Vajna
2018-07-16Process data changes regardless if they can be formattedRyan Harrison
2018-07-16Use UnownedPtr in CXFA_LocaleMgrTom Sepez
2018-07-16Remove unused member from CPDF_DataAvail.Tom Sepez
2018-07-16Get rid of some loose allocs/free in CPDF_Document.chromium/3494Tom Sepez
2018-07-14Use more ternary operators in content mark code.chromium/3493chromium/3492Lei Zhang
2018-07-13Create API to remove a parameter from a content mark.chromium/3491Henrique Nakashima
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-13Validate out-parameters in FPDF_GetPageSizeByIndex().Lei Zhang
2018-07-13Fix FPDF_ImportNPagesToOne() documentation.Lei Zhang
2018-07-12Fix mark not saved if there are no other changes in the same object.Henrique Nakashima
2018-07-12Move CJS_Field private methods into an anonymous namespace.Lei Zhang
2018-07-12Remove parameter to CJS_Field::GetFormFields().Lei Zhang
2018-07-12Add CJS_Field::GetFirstFormField().Lei Zhang
2018-07-12Create API to set and get blob values from a mark dict.Henrique Nakashima
2018-07-12Add more helper functions to check field types in CJS_Field.Lei Zhang
2018-07-12Add a IsCheckBoxOrRadioButton() helper for CJS_Field.Lei Zhang
2018-07-12Use pdfium::Optional in CJS_Return.Lei Zhang
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang
2018-07-12Use JSGetObject() in even more places.Lei Zhang
2018-07-12Remove CPDF_HintTables::GetItemLength()Artem Strygin
2018-07-12Implement CPDF_HintsTable::SharedObjGroupInfo.Artem Strygin
2018-07-12Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()."Artem Strygin
2018-07-11Inline GetMarkParamPairAtIndex into FPDFPageObjMark_GetParamKey.Henrique Nakashima
2018-07-11Roll third_party/yasm/source/patched-yasm/ b98114e18..720b70524 (1 commit)Lei Zhang
2018-07-11Rename content mark parameter value getters.Henrique Nakashima
2018-07-11Remove clunky mark property value getters by index.Henrique Nakashima
2018-07-11Write marked content operators when generating a stream.Henrique Nakashima
2018-07-11Store property name for marked content with an indirect dict.Henrique Nakashima
2018-07-11Cleanup CPDF_ContentMark.Henrique Nakashima
2018-07-11Split CPDF_ContentMark::AddMark() into three versions.Henrique Nakashima
2018-07-11Use JSGetObject() in more places.chromium/3489Lei Zhang
2018-07-11Fix crash and memory leak.Artem Strygin
2018-07-11Do not store cross ref v5 obj within document.Artem Strygin
2018-07-11Add FPDFFormObj_CountObjects() APIMiklos Vajna
2018-07-11Check GetObjDefnID() in various JS functions.Lei Zhang
2018-07-11Fix some nits in fxjs code.Lei Zhang
2018-07-10Add test for reading marked content with an indirect dict.Henrique Nakashima