summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-10-01M70: Avoid CHECK in fpdf_parser_decode.cpp (memcpy empty span)chromium/3538Lei Zhang
2018-09-21M70: Validate decoder pipelines.Lei Zhang
2018-09-18M70: Fix a regression in CJBig2_Context::HuffmanAssignCode().Lei Zhang
2018-08-30Fix lifetime issue in CCodec_ProgressiveDecoder.Tom Sepez
2018-08-29Use pdfium::span<>/UnownedPtr in CFX_Font.Tom Sepez
2018-08-29Fix radial shading when center of start point is on the border of an end circle.Henrique Nakashima
2018-08-29Remove FPDFDOC_ prefix from non-public functionsTom Sepez
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-29Remove FPDFAPI_ prefix from internal cid/encoder functionsTom Sepez
2018-08-28Use pdfium::span<> in more image modulesTom Sepez
2018-08-28Rename remaining fx_codec*.cpp to match class and .h file nameTom Sepez
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
2018-08-28Handle non-printing characters at beginning of extraction regionRyan Harrison
2018-08-28Let CCodec_ProgressiveDecoder::m_pSrcBuf outlive contextsTom Sepez
2018-08-27Rework CCODEC_ProgressiveDecoder.Tom Sepez
2018-08-27Use pdfium::span<> in CCodec_RLScanlineDecoderTom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-27Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535Lei Zhang
2018-08-25More cleanup in CPDF_TextPagechromium/3534chromium/3533Nicolas Pena
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-24Use span<uint8_t> in more fxcodec code.Tom Sepez
2018-08-24Cleanup CalculateBaseSpace in CPDF_TextPageNicolas Pena
2018-08-24Change CPDF_MetadataTest test data to static const char data[].Lei Zhang
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-23Pass unique_ptr<> to CFX_MemoryStream constructorTom Sepez
2018-08-23Fix GCC build with V8 disabled.Lei Zhang
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-23Remove deprecated FPDFDest_GetPageIndex() API.Lei Zhang
2018-08-23Cleanup CPDF_TextPage::GetRectArrayNicolas Pena
2018-08-23Remove bool bPromptCJK argument (several places)Tom Sepez
2018-08-23Fold CPDF_Document::LoadDocInternal() into caller.Tom Sepez
2018-08-22Properly handle language markers in decoded textRyan Harrison
2018-08-22Use UnownedPtr<> in JBig2_TrdProc, part 2.Tom Sepez
2018-08-22Mark CFX_XMLNode pointers as const in various places.Lei Zhang
2018-08-22Fix integer overflow in CPDF_CIDFont::GetCharBBoxNicolas Pena
2018-08-22Simplify GetEmbeddedObj() methods.Lei Zhang
2018-08-21Use UnownedPtr in CPDF_VariableTextTom Sepez
2018-08-21Use UnownedPtr<> in JBIG2_SDDProc.Tom Sepez
2018-08-21Use UnownedPtr<> in JBig2_GrrdProc.h.Tom Sepez
2018-08-21Use UnownedPtr<> in CJBig2_TRDProc.Tom Sepez
2018-08-21Avoid copying some big vectors in JBIG2_SymbolDictTom Sepez
2018-08-21Fix lifetime issue in CJBig2_GRDProc::ProgressiveArithDecodeStateTom Sepez
2018-08-21Allow creation of a MaybeOwned<T> from UnownedPtr<T>.Tom Sepez
2018-08-20Use UnownedPtr<> in JBig2_GrdProc.hTom Sepez
2018-08-20Use UnownedPtr<> in CPDF_ObjectWalker.Tom Sepez
2018-08-20Fix reversed arguments to GenerateResourceDict().Lei Zhang
2018-08-20Simplify CPDF_InterForm::GenerateNewResourceName().Lei Zhang
2018-08-20Remove refcounting from CFPF_SkiaFont.chromium/3529Lei Zhang
2018-08-17Ger rid of some #defines in Android font code.chromium/3528chromium/3527Lei Zhang
2018-08-17Get rid of CFPF_SkiaFont::InitFont().Lei Zhang