summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-18Fully populate JS platform callbacks in pdfium_testTom Sepez
2018-10-18Remove PrintParams object.Tom Sepez
2018-10-16Add pdfium_test --show-pageinfo to dump page bounding boxes.Lei Zhang
2018-10-12Split constants and testing build rules into their own BUILD.gn files.Lei Zhang
2018-10-11Add check_targets list to .gn.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Fix GCC build with V8 disabled.Lei Zhang
2018-08-10Add proxy for syscall timeRyan Harrison
2018-08-10Remove deprecated flags from fpdf_progressive.h.Lei Zhang
2018-07-04Remove gn arg 'use_coverage'chromium/3482Ryan Harrison
2018-06-26Write pixel .evt test for dynamic_list_box_allow_multiple_selection.Henrique Nakashima
2018-06-05Revert "Convert (void) to static_cast<void> in C++ code"Ryan Harrison
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-06-01Fix V8 guardsRyan Harrison
2018-05-31Add missing newlines in pdfium_test help text.Tom Sepez
2018-05-30Remove manual references to exe_and_shlib_depsTom Anderson
2018-05-17Add check that --font-dir is actually a directorychromium/3434Ryan Harrison
2018-05-15Test app.beep() in standalone PDFium.Tom Sepez
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-04-04Expand ~ when present in directory pathRyan Harrison
2018-03-29Fix use_custom_libcxx=false build on Linuxchromium/3386chromium/3385chromium/3384Tom Anderson
2018-03-23Fix IWYU errors in pdfium_test_write_helper.cc.chromium/3381Lei Zhang
2018-03-22Move helper methods out of pdfium_test.Dan Sinclair
2018-03-21Move declarations in pdfium_test closer to usageDan Sinclair
2018-02-08[v8-platform] Store the platform in a unique_ptr. (Try 2)Lei Zhang
2018-02-07Revert "[v8-platform] Store the platform in a unique_ptr"Dan Sinclair
2018-02-06Fix an infinite recursion in pdfium_test.Lei Zhang
2018-02-05Fix testing.cpp build with v8_use_external_startup_data=false.Lei Zhang
2018-02-05[v8-platform] Store the platform in a unique_ptrAndreas Haas
2018-02-05Add FPDFAnnotationDeleter for use with std::unique_ptr.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-12-19Fix some nits in build configs.Lei Zhang
2017-11-30Run clang-tidy modernize-use-auto on //third_party/pdfiumDan Sinclair
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-08-31Change APIs to use FPDF_BYTESTRING for keys.Lei Zhang
2017-08-31Implement FORM_OnFocus() API.Lei Zhang
2017-08-16Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}()Jane Liu
2017-08-03Added testing flag --save-images that saves embedded imagesJane Liu
2017-07-28Implement read validator.Artem Strygin
2017-07-24Observe Annot destruction in CPDFSDK_PageView::DeleteAnnotTom Sepez
2017-07-21Clean up pdfium_test.ccLei Zhang
2017-07-19Added testing flag --save-attachments that saves embedded attachmentsJane Liu
2017-07-18Make progressive renderer default for pdfium_test.Dan Sinclair
2017-07-14Updated pdfium_test's WriteAnnot()Jane Liu