summaryrefslogtreecommitdiff
path: root/core/src/fpdfdoc
AgeCommit message (Expand)Author
2015-04-27Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Fix windows-specific usage of CFX_WideStr::operator LPCWSTR().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-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-16Replace FX_NEW with new, remove tests in fpdfdoc.Tom Sepez
2015-04-14Land on Master: Fix two new / free mismatchesTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-03-06Make conversions for CPDF_Link explicit.Tom Sepez
2015-03-06Make conversion between CPDF_Dest and its object explicit.Tom Sepez
2015-03-05Make conversion between CPDF_Action and its dictionary explicit.Tom Sepez
2015-02-27Do hit tests against Annots in reverse order.Lei Zhang
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-08Land: Protect against a seg fault in CPDF_StructElementImpl constructor.Tom Sepez
2015-01-05Clean up bookmark related codes.Bo Xu
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-08-18Add a null check before getting unicode text in CPDF_FormField::GetValueJun Fang
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-05Fix the problem that memory is accessed after released due to invalid type-castJun Fang
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-28Remove 'inline' from two methods.Nico Weber
2014-07-21Adjust null object checkchromium/2103chromium/2102Bo Xu
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-14Add support to extract viewer preferenceBo Xu
2014-07-09Fix a null object checkBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek