Age | Commit message (Expand) | Author |
2018-07-04 | Remove gn arg 'use_coverage'chromium/3482 | Ryan Harrison |
2018-06-26 | Write pixel .evt test for dynamic_list_box_allow_multiple_selection. | Henrique Nakashima |
2018-06-05 | Revert "Convert (void) to static_cast<void> in C++ code" | Ryan Harrison |
2018-06-04 | Convert (void) to static_cast<void> in C++ codechromium/3450 | Ryan Harrison |
2018-06-01 | Fix V8 guards | Ryan Harrison |
2018-05-31 | Add missing newlines in pdfium_test help text. | Tom Sepez |
2018-05-30 | Remove manual references to exe_and_shlib_deps | Tom Anderson |
2018-05-17 | Add check that --font-dir is actually a directorychromium/3434 | Ryan Harrison |
2018-05-15 | Test app.beep() in standalone PDFium. | Tom Sepez |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-12 | Add index parameter to quadpoints getter and setter. | Ralf Sippl |
2018-04-04 | Expand ~ when present in directory path | Ryan Harrison |
2018-03-29 | Fix use_custom_libcxx=false build on Linuxchromium/3386chromium/3385chromium/3384 | Tom Anderson |
2018-03-23 | Fix IWYU errors in pdfium_test_write_helper.cc.chromium/3381 | Lei Zhang |
2018-03-22 | Move helper methods out of pdfium_test. | Dan Sinclair |
2018-03-21 | Move declarations in pdfium_test closer to usage | Dan Sinclair |
2018-02-08 | [v8-platform] Store the platform in a unique_ptr. (Try 2) | Lei Zhang |
2018-02-07 | Revert "[v8-platform] Store the platform in a unique_ptr" | Dan Sinclair |
2018-02-06 | Fix an infinite recursion in pdfium_test. | Lei Zhang |
2018-02-05 | Fix testing.cpp build with v8_use_external_startup_data=false. | Lei Zhang |
2018-02-05 | [v8-platform] Store the platform in a unique_ptr | Andreas Haas |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2017-12-19 | Fix some nits in build configs. | Lei Zhang |
2017-11-30 | Run clang-tidy modernize-use-auto on //third_party/pdfium | Dan Sinclair |
2017-11-22 | Remove some pointless assignments to "". | Lei Zhang |
2017-10-18 | Refactor HasXFAField into HasFormInfo | Ryan Harrison |
2017-10-17 | Convert XFA Doc Types to be more precise | Ryan Harrison |
2017-09-25 | API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() | Miklos Vajna |
2017-08-31 | Change APIs to use FPDF_BYTESTRING for keys. | Lei Zhang |
2017-08-31 | Implement FORM_OnFocus() API. | Lei Zhang |
2017-08-16 | Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() | Jane Liu |
2017-08-03 | Added testing flag --save-images that saves embedded images | Jane Liu |
2017-07-28 | Implement read validator. | Artem Strygin |
2017-07-24 | Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot | Tom Sepez |
2017-07-21 | Clean up pdfium_test.cc | Lei Zhang |
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-14 | Updated pdfium_test's WriteAnnot() | Jane Liu |
2017-07-13 | Added Callgrind instrumentation delimiters to pdfium_test. | Henrique Nakashima |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-07-06 | Added APIs for getting/setting string pairs in annotation dictionaries | Jane Liu |
2017-06-27 | Changed the return type for annotation APIs | Jane Liu |
2017-06-22 | Move image_diff code into testing/image_diff/ | Lei Zhang |
2017-06-22 | Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139 | Chris Palmer |
2017-06-22 | Clean up includes in testing/test_support.h | Lei Zhang |
2017-06-19 | Fixing metadata not read from linearized file.chromium/3136 | Henrique Nakashima |
2017-06-19 | Consistently pass FPDF handles by value. | Lei Zhang |
2017-06-01 | Basic APIs and tests for extracting annotations | Jane Liu |