summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-06Merge to XFA: Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Merge to XFA: Disable JBIG2 cache; prevent data corruption - try 2.Lei Zhang
2015-10-05Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_Emb...Lei Zhang
2015-10-05Merge to XFA: CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-05Merge to XFA: Remove JavaScript.hTom Sepez
2015-10-05Merge to XFA: Added a fallback Win32 font information class for win32k lockdown.Tom Sepez
2015-10-03Merge to XFA: Fix NULL pointer dereference in CPDF_InterForm.Lei Zhang
2015-10-03Merge to XFA: Do not call into formfiller code with a NULL PageView.Lei Zhang
2015-10-02Merge to XFA: Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Merge to XFA: Turn a couple functions that always return true to return void.Lei Zhang
2015-10-02Merge to XFA: Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR().Lei Zhang
2015-10-02Merge to XFA: Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-10-02Merge to XFA: Fix PNG decoding divide by zero error due to zero row count.Lei Zhang
2015-10-02XFA: Remove tests for new in fxge and fpdfsdk.Lei Zhang
2015-10-02XFA: Remove test for new.Lei Zhang
2015-10-02XFA: Remove more checks for new returning NULL.Lei Zhang
2015-10-02XFA: Remove checks for new returning NULL in fpdfsdk.Lei Zhang
2015-10-02Merge to XFA: Refactor some common code for bounding boxes.Lei Zhang
2015-10-02Merge to XFA: Add test case for parsing endobj keywords.Tom Sepez
2015-10-02Merge to XFA: Correct mistakes in test case for 507316Tom Sepez
2015-10-02Merge to XFA: Fix static initializer in fxjs_v8.cppTom Sepez
2015-10-01XFA: remove new tests from fpdftextLei Zhang
2015-10-01XFA: Remove checks in fxcrt now that new can't return 0.Lei Zhang
2015-10-01Merge to XFA: Disable JBIG2 cache; prevent data corruptionLei Zhang
2015-10-01XFA: Remove tests for failures after new statements.Lei Zhang
2015-10-01Merge to XFA: Clean up some image decoder classes:Lei Zhang
2015-10-01Merge to XFA: Cleanup JBig2_ArithIntDecoder.Lei Zhang
2015-09-30Merge to XFA: Add signatures to FXJS_V8.Tom Sepez
2015-09-29Merge to XFA: Cleanup CJBig2_ArithDecoder.Lei Zhang
2015-09-29Merge to XFA: Fix blank page issue caused by too strict correction on bpcJun Fang
2015-09-28Merge to XFA: Cleanup some fx_codec_fax.cpp code.Lei Zhang
2015-09-28Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.hTom Sepez
2015-09-28XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolatesTom Sepez
2015-09-25Merge to XFA: Add Mac-specific pixel test expectations.Lei Zhang
2015-09-25Merge to XFA: Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf filesLei Zhang
2015-09-24Merge to XFA: Fix a leak in CJBig2_Context.Lei Zhang
2015-09-24Merge to XFA: Split up JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-23Merge to XFA: Fix a leak in CJBig2_CachePair.Lei Zhang
2015-09-23Merge to XFA: Flip conditionals to positive logic in pdfium_test.Lei Zhang
2015-09-23Merge to XFA: Allow external font-path configuration from pdfium_test.Lei Zhang
2015-09-23Merge to XFA: Fix a couple potential file handle leaks in pdfium_test.Lei Zhang
2015-09-22Merge to XFA: Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-09-22Merge to XFA: Add missing 'return' keyword.Lei Zhang
2015-09-22Merge to XFA: Use std::set<> to track active event handlers.Tom Sepez
2015-09-22Merge to XFA: Add nonstd::unique_ptr move assigment operator.Tom Sepez
2015-09-22Merge to XFA: [Docs] Add wiki content to Markdown docsTom Sepez
2015-09-22XFA: contention between FXJSE and FXJS over isolate data slotsTom Sepez
2015-09-21Merge to XFA: Remove CJS_RuntimeFactoryTom Sepez
2015-09-21Merge to XFA:More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-17Merge to XFA: Fix a #include in fpdf_page_func.cpp.Lei Zhang