aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2023-04-19Avoid passing nullptr to vswprintf() inside WideString::FormatV()Lei Zhang
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/pdfiumandroid-s-preview-1Bob Badour
2020-10-09Use the new shim libicu available for NDKVictor Chang
2020-05-04export libandroidicu headers instead of libandroidicu_headersVictor Chang
2020-04-30Updates Android.bp for new pdfiumHaibo Huang
2020-01-30Remove |offsets| parameter from CJPX_Decoder::Decode().Lei Zhang
2020-01-30Remove unused CPDF_PageObjectHolder::Transform().Tom Sepez
2020-01-30Remove unused CPDF_TextObject::SetPosition() variant.Tom Sepez
2020-01-30Remove |CPDF_DIB::m_pMaskStream|.Lei Zhang
2020-01-30Remove unused CFX_Matrix::Shear()Tom Sepez
2020-01-30Consolidate code into CPDF_Image::CreateXObjectImageDict().Lei Zhang
2020-01-30Remove unused CPDF_TextState::GetShearAngle(), GetFontSizeV()Tom Sepez
2020-01-30Change JpegModule::LoadInfo() to return an optional struct.Lei Zhang
2020-01-30Merge ICC components validation code into CPDF_ColorSpace.Lei Zhang
2020-01-30Avoid raw c-style strings in CPDF_FormField.Tom Sepez
2020-01-30Avoid passing raw c strings in CBA_FontMap.Tom Sepez
2020-01-30Remove unused CPDF_NameTree::GetIndex()Tom Sepez
2020-01-29Change CJPX_Decoder::GetInfo() to return a struct.Lei Zhang
2020-01-29Use FX_SAFE_FILESIZE and FX_SAFE_UINT32 in more places.Lei Zhang
2020-01-29Remove class CPDF_DocJSActions.Tom Sepez
2020-01-29Refactor code into GetJpxDecodeAction().Lei Zhang
2020-01-29Use FX_SAFE_INT32 in more places.Lei Zhang
2020-01-29Updated libtiff from 4.0.10 to 4.1.0.Lei Zhang
2020-01-28Avoid including string_view_template.h directly.Tom Sepez
2020-01-28Remove CPDF_Dest::GetRemoteName().Tom Sepez
2020-01-28Change various CMap code to take a ByteStringView.Lei Zhang
2020-01-28Rename functions in core/ that starts with "FPDF_".Lei Zhang
2020-01-28Assert a cast inside cpdf_imagecacheentry.cpp is safe.Lei Zhang
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Remove CPDF_ActionFields.Tom Sepez
2020-01-28Rename cmap_int.h to fpdf_cmaps.h.Lei Zhang
2020-01-28Use FXARGB_[ARGB]() macros in more places.Lei Zhang
2020-01-28Change CFX_DIBBase::GetPaletteSize() to return size_t.Lei Zhang
2020-01-27Use str.IsEmpty() instead of str.GetLength() == 0.Lei Zhang
2020-01-27Move CPDF_ProgressiveRenderer::ToFPDFStatus() to fpdfsdk/.Lei Zhang
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-24Encapsulate SystemFontInfoIface operations behind CFX_FontMapper.Tom Sepez
2020-01-24Replace str[str.GetLength() - 1] with str.Last().Lei Zhang
2020-01-24Remove #defines in cpdf_textpage.h.Lei Zhang
2020-01-24Give a couple CPDF_TextPage members better names.Lei Zhang
2020-01-24Reformat PDFium GN files.Lei Zhang
2020-01-23Avoid duplicate implicit ByteStringView creation in CFX_FolderFontInfo.Tom Sepez
2020-01-23Replace FPDFTEXT_CHAR_* #defines with enum CPDF_TextPage::CharType.Lei Zhang
2020-01-23Replace CPDF_TextPage::CharInfo class with PAGECHAR_INFO.Lei Zhang
2020-01-23[FXCRT] Fix overflow for CFX_FloatRect::GetInnerRect()Alan Screen
2020-01-23[FXCRT] Add unit tests for CFX_FloatRect::GetInnerRect()Alan Screen
2020-01-23Remove |CPDF_TextPage::m_bIsParsed|.Lei Zhang