Age | Commit message (Expand) | Author |
2015-09-21 | Merge to XFA: Remove CJS_RuntimeFactory | Tom Sepez |
2015-09-21 | Merge to XFA:More tidy of CJS_Object, kill implicit cast operator | Tom Sepez |
2015-09-17 | Merge to XFA: Fix a #include in fpdf_page_func.cpp. | Lei Zhang |
2015-09-17 | Merge to XFA: Add a missing #include that's needed for call to FXSYS_tolower. | Lei Zhang |
2015-09-17 | Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. | Tom Sepez |
2015-09-17 | Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. | Tom Sepez |
2015-09-17 | Merge to XFA: Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-17 | Merge to XFA: Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Merge to XFA: gyp_pdfium should use ninja by default. | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-15 | Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. | Tom Sepez |
2015-09-15 | Merge to XFA: Add move ctor to nonstd::unique_ptr. | Tom Sepez |
2015-09-14 | Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management. | Tom Sepez |
2015-09-11 | Merge to XFA: Fix strings, ..., void return types for Consts.h. | Tom Sepez |
2015-09-11 | Merge to XFA: Rename Init methods to more accurately describe purpose | Tom Sepez |
2015-09-10 | Merge to XFA: Guard against null image data in CJBig2_GRRDProc. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove some abstractions in fxjs_v8.h. | Tom Sepez |
2015-09-10 | Merge to XFA: Fix JS_GetArrayElement to not return an empty handle on success | Jochen Eisinger |
2015-09-10 | Merge to XFA: Resolve bad cast to CJS_EventHandler | foxit |
2015-09-09 | Merge to XFA: Remove existing generated images before running a test. | Lei Zhang |
2015-09-09 | Merge to XFA:Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. | Tom Sepez |
2015-09-08 | Merge to XFA: Beef up app_props.in and tidy app.cpp. | Tom Sepez |
2015-09-08 | Merge to XFA: Change the JS app.viewerType() return value to "pdfium" | Lei Zhang |
2015-09-08 | Merge to XFA: Remove unneeded checks for CPDF_Object::GetDict() return values. | Lei Zhang |
2015-09-03 | XFA: Move configs out of targets in GN build files. | Lei Zhang |
2015-09-03 | Merge to XFA: Turn a failing assert into an actual check. | Lei Zhang |
2015-09-03 | Merge to XFA: Change fixup_pdf_template.py to open files in binary mode. | Lei Zhang |
2015-09-03 | Merge to XFA: Remove dead JBig2 code. | Lei Zhang |
2015-09-03 | Merge to XFA: Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-03 | Merge to XFA: Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-09-01 | Merge to XFA: CPDFSDK_MediaActionHandler is unused. | Tom Sepez |
2015-09-01 | Merge to XFA: CJS_Context::compile unused | Tom Sepez |
2015-08-31 | Merge to XFA: Fix two issues shown by bug 489995 | Tom Sepez |
2015-08-30 | Merge to XFA: Fix infinite loop for objects that reference themselves. | Lei Zhang |
2015-08-28 | Merge to XFA: Replace signed char with int8_t. Fix Linux ARM build after r783... | Lei Zhang |
2015-08-28 | Merge to XFA: Check array bounds for opj_dwt_decode_1() and friends. | Lei Zhang |
2015-08-20 | Merge to XFA: Remove a bunch of dead JBIG2 code. | Lei Zhang |
2015-08-20 | Merge to XFA: Remove unused code warnings found by clang. | Lei Zhang |
2015-08-20 | Merge to XFA: Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-19 | Merge to XFA: Remove more dead code from fx_basic.h | Tom Sepez |
2015-08-19 | Merge to XFA: FX_CMapDwordToDword considered harmful. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-17 | Merge to XFA: Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |