Age | Commit message (Expand) | Author |
2015-06-02 | Replace XFA_HWIDGET with IXFA_Widget* | Tom Sepez |
2015-06-01 | Get test running scripts to detect and report common error, XFA. | Bruce Dawson |
2015-06-01 | Add missing comma to third_party.gyp, integrated to XFA | Bruce Dawson |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-27 | Replace XFA_HDOC with IXFA_Doc* | Tom Sepez |
2015-05-27 | Merge to XFA: Remove rendundant ../include from paths. | Tom Sepez |
2015-05-27 | Make CPDFXFA_App / IXFA_AppProvider saner | Tom Sepez |
2015-05-26 | Merge to XFA: Upgrade openjpeg to r3002 | JUN FANG |
2015-05-21 | Merge to XFA: Update copy of safe_math_impl.h to take a fix from upstream. | Tom Sepez |
2015-05-21 | Merge to XFA: Fix four annoying warnings. | Tom Sepez |
2015-05-21 | Merge to XFA: Fix an endless loop in CJBig2_HuffmanTable::parseFromCodedBuffer | JUN FANG |
2015-05-20 | Merge to XFA: Integer overflow in CJBig2_Image::expand | JUN FANG |
2015-05-20 | Merge to XFA: Tidy public fpdfview.h and fpdf_flatten.h. | Tom Sepez |
2015-05-20 | Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-20 | Fix compilation on xfa branch and turn on v8 deprecation warnings | Jochen Eisinger |
2015-05-19 | Merge to XFA: Fix Heap Overflow in CJBig2_Image::expand | JUN FANG |
2015-05-18 | Merge to XFA: Cleanup if early return from opj_j2k_copy_default_tcp_and_creat... | Tom Sepez |
2015-05-19 | Merge V8 API updates to xfa branch | Jochen Eisinger |
2015-05-18 | Merge to XFA: Change FX_Alloc to FX_Try_Alloc in _JpegEncode | JUN FANG |
2015-05-18 | Merge to XFA: Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Merge to XFA: Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-15 | Merge to XFA: Fix leaks in embedder test's FlateEncode() usage and in FlateEn... | Lei Zhang |
2015-05-15 | Merge to XFA: Initialize members of CPDF_TextPageFind class. | Lei Zhang |
2015-05-15 | Merge to XFA: Fix leaks in the embedder tests themselves. | Lei Zhang |
2015-05-15 | Merge to XFA: Remove FX_NEW_VECTOR() macros. | Tom Sepez |
2015-05-15 | Merge to XFA: Fix potential UAF in ConcatInPlace. | Tom Sepez |
2015-05-14 | Merge to XFA: Make CFX_StringData be scoped by CFX_Bytestring and add methods. | Tom Sepez |
2015-05-13 | Code alignment in issue 471991 | JUN FANG |
2015-05-13 | Fix integer overflow in conversion from float to integer. | JUN FANG |
2015-05-13 | Merge to XFA: Tidy public/ directory. | Tom Sepez |
2015-05-13 | Fix a global buffer overflow issue in CXFA_ItemLayoutProcessor::CalculatePosi... | JUN FANG |
2015-05-13 | Merge to XFA: Fix comparison of CFX_ByteString and CFX_WideString. | Tom Sepez |
2015-05-12 | Merge to XFA: Make (and verify) public/ files compile under C. | Tom Sepez |
2015-05-12 | Merge to XFA: Describe required properties of public/ files with a README. | Tom Sepez |
2015-05-12 | Merge to XFA: Restore checked strlen conversions. | Tom Sepez |
2015-05-12 | Merge to XFA: NEW public API for pdfwindow font manipulation. | Tom Sepez |
2015-05-11 | Merge to XFA: Add owners file for PDFium. | Tom Sepez |
2015-05-11 | Merge to XFA: Create top-level public/ header directory. | Tom Sepez |
2015-05-08 | Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-08 | Merge to XFA: Move function prototypes to new doc_utils.h file | Tom Sepez |
2015-05-08 | Merge to XFA: Fix compilation under chromium checkouts. | Tom Sepez |
2015-05-08 | Merge to XFA: Better error from pdfium_test when page too big to render. | Tom Sepez |
2015-05-07 | Merge to XFA: Make CFX_StockFontArray more robust. | Lei Zhang |
2015-05-06 | Merge to XFA: Support arrays in nonstd::unique_ptr<>. | Tom Sepez |
2015-05-06 | Merge to XFA:Remove FX_STRSIZE casts, use safe conversions | Tom Sepez |
2015-05-06 | Merge to XFA: Fix a couple of divide by zero crashes in PNG/TIFF predictors. | Lei Zhang |
2015-05-06 | Merge to XFA: Replace FX_NEW with new, remote tests from fxcodec | Lei Zhang |
2015-05-06 | Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapi | Lei Zhang |
2015-05-06 | Merge to XFA: Fix a regression with cut off images. | Lei Zhang |
2015-05-06 | Merge to XFA: Fix fx_string.h compile error under chromium checkouts. | Tom Sepez |