summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442Tom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-25Move fuzzers to testing/fuzzers.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-25Remove CPDF_FormField::{Insert,Clear}OptionTom Sepez
2018-05-25Reserve space for code words when creating encoder contextRyan Harrison
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-25[xfa] Generate CXFA_EventParam.newText dynamicallyDan Sinclair
2018-05-25[xfa] Add missing xfa.event.cancelAction propertyDan Sinclair
2018-05-25[xfa] Clamp selStart, selEnd values in CJX_EventPseudoModelDan Sinclair
2018-05-25[xfa] Restrict the editable xfa.change propertiesDan Sinclair
2018-05-25[xfa] Rename pValue to pReturn for clarityDan Sinclair
2018-05-25[xfa] Allow accessing the event changed parameter from JS.Dan Sinclair
2018-05-25Add code to display XFA JS log messagesDan Sinclair
2018-05-24CPDF_HintTables should not try to read 0 bits.Lei Zhang
2018-05-24Do some variable cleanup in CJBig2_ContextNicolas Pena
2018-05-24Mark some pointers as non-const in CPDF_NameTree.Lei Zhang
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-23Remove GetBits32().Lei Zhang
2018-05-23Avoid repeated calculations in CFX_BitStream::GetBits().Lei Zhang
2018-05-23Add unit test for CFX_BitStream.Lei Zhang
2018-05-23[xfa] Skip text length check for empty text fieldschromium/3439Dan Sinclair
2018-05-23Fix linking errors in fuzzer targets.Lei Zhang
2018-05-23Move SkFloatToDecimal pow10 inside anonymous namespaceDan Sinclair
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Fix nits in fxjs.Lei Zhang
2018-05-22Simplify CPDF_ShadingPattern::Validate().Lei Zhang
2018-05-22Remove useless CPDFSDK_Widget::SetDefaultValue().chromium/3438Lei Zhang
2018-05-22Fix a regression with missing text.Lei Zhang
2018-05-22Add test case for a font substitution regression.Lei Zhang
2018-05-22Order CHKs in alphabetical order within each fileNicolas Pena
2018-05-22Remove JBIG2_memcpy() and JBIG2_memset().Lei Zhang
2018-05-22Remove return value from CJBig2_Image::SetPixel().Lei Zhang
2018-05-22Fix method style in JBig2_Image.Lei Zhang
2018-05-22Add FPDFPageObj_GetStrokeWidth() APIMiklos Vajna
2018-05-22Remove useless CPWL_ListBox::KillFocus().Lei Zhang
2018-05-22Fix spaces too wide in XFA Dropdown.Henrique Nakashima
2018-05-22Declare some variables closer to when used in CFX_FontMapper.Lei Zhang
2018-05-21Avoid indexing into std::vector inside a tight loop.chromium/3437Lei Zhang
2018-05-18Fix small typo in common.pychromium/3436chromium/3435Ryan Harrison
2018-05-18Fix issues with XFA font loadingRyan Harrison
2018-05-17Add check that --font-dir is actually a directorychromium/3434Ryan Harrison