summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser
AgeCommit message (Expand)Author
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-03Kill unused IPDF_ classes.Tom Sepez
2015-06-02kill IPDF_DocParser().Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-21Fix four annoying warnings:Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Fix leaks in embedder test's FlateEncode() usage and in FlateEncode().Lei Zhang
2015-05-15Fix leaks in the embedder tests themselves.Lei Zhang
2015-05-14Fix another batch of compiler warnings.Lei Zhang
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-04-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.Tom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Fix segmentation fault 'denial of service condition'JUN FANG
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-15Fix offset outside bounds of constant string warningsJUN FANG
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-10Fix a stack overflow in CPDF_Parser::LoadCrossRefV5JUN FANG
2015-04-10Don't call FPDF_InitLibrary() in individual unit_tests.Tom Sepez
2015-04-03Update the path of header file to avoid a compiling error in chromechromium/2363chromium/2362chromium/2361chromium/2360chromium/2359chromium/2358JUN FANG
2015-04-03No-op change to poke the bots after being out of sequence.Tom Sepez
2015-04-03Fix a compiling error in fpdf_parser_parser_embeddertest.cppJun Fang
2015-04-03Add embedder test comparing with the last patch.JUN FANG
2015-02-24Add small flate decode unit test.Tom Sepez
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-05Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-02-03Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-17Fix a bug that occurs when an object has the same object number with the root...JUN FANG
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-09Trailer should be a dictionary objectBo Xu