summaryrefslogtreecommitdiff
path: root/samples/pdfium_test.cc
AgeCommit message (Expand)Author
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
2017-07-13Added Callgrind instrumentation delimiters to pdfium_test.Henrique Nakashima
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-07-06Added APIs for getting/setting string pairs in annotation dictionariesJane Liu
2017-06-27Changed the return type for annotation APIsJane Liu
2017-06-22Move image_diff code into testing/image_diff/Lei Zhang
2017-06-22Clean up includes in testing/test_support.hLei Zhang
2017-06-19Fixing metadata not read from linearized file.chromium/3136Henrique Nakashima
2017-06-19Consistently pass FPDF handles by value.Lei Zhang
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-05-18Add pixel test for bug 113910Nicolas Pena
2017-05-08Add raw PostScript output to pdfium_test on Windows.Lei Zhang
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-05Update to make show structure clearerDan Sinclair
2017-04-05Add option to pdfium_test to dump structure elementsDan Sinclair
2017-03-16Introduce unique_ptr compatible deleters for FPDF typeschromium/3044Tom Sepez
2017-01-31Fixup test harnessdan sinclair
2017-01-02Gold support in PDFiumchromium/2970stephana
2016-11-14Fix some nits in pdfium_testnpm
2016-11-14Add --pages option in pdfium_test so it renders only some of the pages.chromium/2920npm
2016-10-13Reduce missing evt file spam in pdfium_test.thestig
2016-10-05Remove ownership of CPDFSDK_Document from CPDFXFA_Documentdsinclair
2016-09-28Fix leaks in pdfium_test.thestig
2016-09-21Avoid static initializers and global variables in 'pdfium_test'.tonikitoo
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-08-26Extend pdfium_test capability so that more Javascript can be executedchromium/2841tonikitoo
2016-07-15Clean up some nits in pdfium_test.cc.thestig
2016-06-27Fix memory leaks with V8 startup data.thestig
2016-06-16Add text dump to pdfium_test.dsinclair
2016-06-09Roll V8 and its deps and update ICU initialization callchromium/2764jochen
2016-05-19Fix memory leaks in pdfium_test.thestig
2016-05-11fix skia buildcaryclark
2016-05-04Fix event sending in pdfium_test.tsepez
2016-04-18Allow pdfium_test to send simple events to each page.tsepez
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-01Fix and enable lint checks.Dan Sinclair