summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-25Replace various *_MAX_VALUE macros with numeric_limits.Dan Sinclair
2016-02-25Fix mac build, part 2.dan sinclair
2016-02-25Fix Mac Build, missing include.Dan Sinclair
2016-02-25Remove include only fwl.h and IWYU.Dan Sinclair
2016-02-24Get rid of CBC_AutoPtr and use std::unique_ptr instead.Lei Zhang
2016-02-24Build PDFium with -std=c++11 instead of g++11.Lei Zhang
2016-02-24Remove foo != NULL checks in xfa/src/fxfa.Lei Zhang
2016-02-24Remove foo != NULL checks in xfa/src/fxbarcode.Lei Zhang
2016-02-24Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-02-24Fix windows build broken at ea208f2.Tom Sepez
2016-02-24Moar _CAPS work, part 5Tom Sepez
2016-02-24Enforce compilation with sdk newer than or same as minimal sdk version on mac...Wei Li
2016-02-24Remove include only barcode.h and IWYU.Dan Sinclair
2016-02-24Moar _CAPS naming, part 4Tom Sepez
2016-02-24Silence shift-negative-value warnings in third_partyDan Sinclair
2016-02-24_FXPLUS is never defined.Tom Sepez
2016-02-24Remove fxv8.hDan Sinclair
2016-02-24Use stdint types for FX_WORD and FX_DWORD.Dan Sinclair
2016-02-24Remove xfa_common.h and IWYU.Dan Sinclair
2016-02-24Rename fxge .c files to .cppDan Sinclair
2016-02-24Fix android build broken at e238549Tom Sepez
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Simplify CFDE_CSSStyleSelector::SortRulesTo().Lei Zhang
2016-02-23Moar _CAPS work, part 3.Tom Sepez
2016-02-23Allow compilation on mac with older sdk versionsWei Li
2016-02-23Store opcode function pointers in an unordered_mapLei Zhang
2016-02-23Support pdfium compilation with xcode 10.11 and higherchromium/2660chromium/2659chromium/2658Wei Li
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23openjpeg: Prevent bad cast in opj_j2k_update_image_dataOliver Chang
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove more _CAPS namesTom Sepez
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-23Remove _FDE_BLOCK_BUFFER as it's always defined.Dan Sinclair
2016-02-23Remove _FDEPLUS define.Dan Sinclair
2016-02-23XFA build fix.Dan Sinclair
2016-02-23Sort includes in xfa/.Dan Sinclair
2016-02-22FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages.Lei Zhang
2016-02-22Remove foo != NULL outside of xfa/Lei Zhang
2016-02-22Change presubmit lint check to a blacklist.dan sinclair
2016-02-23Resolve heap-use-after-free in CFX_WideString::~CFX_WideString()Jun Fang
2016-02-22refactor CPDF_PageObject and subclassesWei Li
2016-02-23Fix a crasher in CXFA_ItemLayoutProcessor::DoLayoutTableContainer()Jun Fang
2016-02-23Fix a crasher in CXFA_LayoutPageMgr::GetAvailHeight()Jun Fang
2016-02-23Fix a crasher in CFX_ArrayTemplate::GetAt()Jun Fang
2016-02-22Really apply git cl format to BUILD.gnTom Sepez
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-23Fix a crasher in ParsePostfixExpression()Jun Fang