summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-21Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517Tom Sepez
2015-09-21More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-17Don't pass null isolates to FXJS_ when we have a real isolate.Tom Sepez
2015-09-18Fix a #include in fpdf_page_func.cpp.David Lattimore
2015-09-16Remove several dead functions from fxjs_v8.{cpp,h}.Tom Sepez
2015-09-16Make pdfium_embeddertests link in debug component builds.chromium/2516chromium/2515chromium/2514chromium/2513chromium/2512chromium/2511Nico Weber
2015-09-16Fix build broken at 506df426d5d6.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-15Check for empty embedder data before using it in PDFium JS bindings.chromium/2510Tom Sepez
2015-09-15gyp_pdfium should use ninja by default.Lei Zhang
2015-09-15Fix typo from commit a9d4bc5. (Autocomplete fail)Lei Zhang
2015-09-15Fix build on Windows after commit 0b3c8f7.Lei Zhang
2015-09-15Implement FPDFAction_GetFilePath().Lei Zhang
2015-09-15Fix build broken at 09ed30750282Tom Sepez
2015-09-15Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-15Fix build broken at ac8fda05418b on windowsTom Sepez
2015-09-15Add move ctor to nonstd::unique_ptr.Tom Sepez
2015-09-15Cleanup JBig2_GeneralDecoder.cpp.Lei Zhang
2015-09-15Cleanup: Fix a typo. s/Processive/Processing/Lei Zhang
2015-09-15Add a missing #include that's needed for call to FXSYS_tolower.David Lattimore
2015-09-14Get CJS_RuntimeFactory out of the CJS_GlobalData management business.Tom Sepez
2015-09-11Convert some unneeded gotos into returns.Lei Zhang
2015-09-11Cleanup casting of FX_Alloc() return values.Lei Zhang
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-11Rename Init methods to more accurately describe purposeTom Sepez
2015-09-10Guard against null image data in CJBig2_GRRDProc.chromium/2509chromium/2508Lei Zhang
2015-09-10Remove CJBig2_Object, CJBig2_Module, and friends.Lei Zhang
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-10Fix JS_GetArrayElement to not return an empty handle on successchromium/2507Jochen Eisinger
2015-09-10Resolve bad cast to CJS_EventHandlerfoxit
2015-09-09Remove existing generated images before running a test.Lei Zhang
2015-09-09Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot.Tom Sepez
2015-09-09Test files for issue 507316Tom Sepez
2015-09-08Beef up app_props.in and tidy app.cpp.Tom Sepez
2015-09-08Change the JS app.viewerType() return value to "pdfium"Lei Zhang
2015-09-08Remove unneeded checks for CPDF_Object::GetDict() return values.Lei Zhang
2015-09-04Fix typos, nits and remove dead code in fpdf_text_int.cpp.Lei Zhang
2015-09-03Remove CJBig2_Module::JBig2_Error and friends.Lei Zhang
2015-09-03Make a bunch of JBig2 classes independent of CJBig2_Object.Lei Zhang
2015-09-03Turn a failing assert into an actual check.chromium/2506chromium/2505chromium/2504chromium/2503chromium/2502chromium/2501Lei Zhang
2015-09-02Change fixup_pdf_template.py to open files in binary mode.Lei Zhang
2015-09-02Remove dead JBig2 code.Lei Zhang
2015-09-02Reapply Foxit's libopenjpeg modifications.Lei Zhang
2015-09-01Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends.Lei Zhang
2015-09-01Remove IPDFSDK_AnnotHandler interface.Tom Sepez
2015-09-01CPDFSDK_MediaActionHandler is unused.Tom Sepez
2015-08-31CJS_Context::compile unusedTom Sepez
2015-08-31Fix two issues shown by bug 489995Tom Sepez
2015-08-31Move configs out of targets in GN build files.chromium/2500chromium/2499chromium/2498Brett Wilson
2015-08-30Fix infinite loop for objects that reference themselves.Lei Zhang