Age | Commit message (Expand) | Author |
2017-09-29 | Extract test subclasses of IFX_SeekableReadStream | Ryan Harrison |
2017-09-28 | Implement FakeFileAccess. | Artem Strygin |
2017-09-27 | Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_T | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-26 | Move font source into CFGAS_FontMgr | Dan Sinclair |
2017-09-22 | Fix crash when rendering invalid GIF | Ryan Harrison |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-20 | Isolate lcms2 usage to a few files. | Lei Zhang |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-15 | OnBeforeKeystroke may invalidate the widget's window. | Tom Sepez |
2017-09-14 | Move test/ to testing/resources/xfa/ | Lei Zhang |
2017-09-13 | Change behaviour of FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-09-08 | Store raw json with run results when running safetynet_job.py. | Henrique Nakashima |
2017-09-06 | Convert FX_STRSIZE int->size_t | Ryan Harrison |
2017-09-05 | Remove isDevice parameter from barcode Render(). | Henrique Nakashima |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-31 | Implement FORM_OnFocus() API. | Lei Zhang |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_BitStream to its own file | Dan Sinclair |
2017-08-28 | Move replaced indirect objects to the orphans list. | Lei Zhang |
2017-08-28 | Limit pdf_codec_jbig2_fuzzer memory usage. | Lei Zhang |
2017-08-28 | Limit pdf_jpx_fuzzer memory usage. | Lei Zhang |
2017-08-28 | Add a global font loader in XFA tests | Dan Sinclair |
2017-08-24 | Fix some nits in XFACodecFuzzer.chromium/3196 | Lei Zhang |
2017-08-22 | Prepare safetynet_job.py to have its output sent in emails | Henrique Nakashima |
2017-08-15 | Make errors in called processes more evident and easier to debug. | Henrique Nakashima |
2017-08-11 | Add 'testing' to a path that got missed | Ryan Harrison |
2017-08-10 | Add safetynet_job.py to run safetynet_compare.py periodically.chromium/3182 | Henrique Nakashima |
2017-08-10 | Fixing utf-8 safetynet_conclusions problem when writing the json. | Henrique Nakashima |
2017-08-10 | Extracting GetBooleanGnArg from coverage_report.py | Henrique Nakashima |
2017-08-09 | Fixing PrintConclusionsDictHumanReadable for dicts loaded from string. | Henrique Nakashima |
2017-08-09 | Move tools/coverage to testing/tools/coverage | Henrique Nakashima |
2017-08-09 | API and test for retrieving image filters from image objects | Jane Liu |
2017-08-08 | Move CSS code to core | Dan Sinclair |
2017-08-03 | Add script to compare performance of two versions of pdfium. | Henrique Nakashima |
2017-08-03 | Added testing flag --save-images that saves embedded images | Jane Liu |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-08-01 | Add a regression test for FPDF_ImportPages(). | Lei Zhang |
2017-07-31 | Add FORM_ReplaceSelection() and embedder tests. | Diana Gage |
2017-07-26 | Fix FPDF_RenderPageBitmapWithMatrix | Nicolas Pena |
2017-07-24 | Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot | Tom Sepez |
2017-07-21 | Clean up pdfium_test.cc | Lei Zhang |
2017-07-21 | Clarify --build-dir help info in safetynet_measure.py. | Lei Zhang |
2017-07-21 | Add safetynet_measure.py to measure pdfium performance. | Henrique Nakashima |
2017-07-20 | Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. | Diana Gage |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-19 | Added testing flag --save-attachments that saves embedded attachments | Jane Liu |
2017-07-18 | Make progressive renderer default for pdfium_test. | Dan Sinclair |
2017-07-17 | More tightly validate format strings in util.cpp.chromium/3160 | Tom Sepez |