1. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  2. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  3. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  4. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  5. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  6. 0c6b07d Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() by Jane Liu · 7 years ago
  7. b35dbad Added testing flag --save-images that saves embedded images by Jane Liu · 7 years ago
  8. 834ebec Implement read validator. by Artem Strygin · 7 years ago
  9. bfa2a97 Observe Annot destruction in CPDFSDK_PageView::DeleteAnnot by Tom Sepez · 7 years ago
  10. d2be646 Clean up pdfium_test.cc by Lei Zhang · 7 years ago
  11. 4442d45 Added testing flag --save-attachments that saves embedded attachments by Jane Liu · 7 years ago
  12. aeadad1 Make progressive renderer default for pdfium_test. by Dan Sinclair · 7 years ago
  13. 57f228d Updated pdfium_test's WriteAnnot() by Jane Liu · 7 years ago
  14. 95ea778 Added Callgrind instrumentation delimiters to pdfium_test. by Henrique Nakashima · 7 years ago
  15. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 7 years ago
  16. 2e1a32b Added APIs for getting/setting string pairs in annotation dictionaries by Jane Liu · 7 years ago
  17. d60e9ad Changed the return type for annotation APIs by Jane Liu · 7 years ago
  18. 143959d Move image_diff code into testing/image_diff/ by Lei Zhang · 7 years ago
  19. 9a25ede Clean up includes in testing/test_support.h by Lei Zhang · 7 years ago
  20. b73ce7b Fixing metadata not read from linearized file. by Henrique Nakashima · 7 years ago
  21. 54d91ec Consistently pass FPDF handles by value. by Lei Zhang · 7 years ago
  22. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  23. e30f07a Add pixel test for bug 113910 by Nicolas Pena · 8 years ago
  24. d1c9b45 Add raw PostScript output to pdfium_test on Windows. by Lei Zhang · 8 years ago
  25. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  26. 3c67fbd Update to make show structure clearer by Dan Sinclair · 8 years ago
  27. ddcb6e7 Add option to pdfium_test to dump structure elements by Dan Sinclair · 8 years ago
  28. 1d17a04 Introduce unique_ptr compatible deleters for FPDF types by Tom Sepez · 8 years ago
  29. 00d4064 Fixup test harness by dan sinclair · 8 years ago
  30. fa05e97 Gold support in PDFium by stephana · 8 years ago
  31. fa20cd5 Fix some nits in pdfium_test by npm · 8 years ago
  32. e3c7315 Add --pages option in pdfium_test so it renders only some of the pages. by npm · 8 years ago
  33. f2b940c Reduce missing evt file spam in pdfium_test. by thestig · 8 years ago
  34. 2116105 Remove ownership of CPDFSDK_Document from CPDFXFA_Document by dsinclair · 8 years ago
  35. b97e07e Fix leaks in pdfium_test. by thestig · 8 years ago
  36. 81d92f8 Avoid static initializers and global variables in 'pdfium_test'. by tonikitoo · 8 years ago
  37. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  38. 3e98158 Extend pdfium_test capability so that more Javascript can be executed by tonikitoo · 8 years ago
  39. 514e8c9 Clean up some nits in pdfium_test.cc. by thestig · 8 years ago
  40. c08cd7a Fix memory leaks with V8 startup data. by thestig · 8 years ago
  41. b63068f Add text dump to pdfium_test. by dsinclair · 8 years ago
  42. 9e077d2 Roll V8 and its deps and update ICU initialization call by jochen · 8 years ago
  43. e97ea03 Fix memory leaks in pdfium_test. by thestig · 9 years ago
  44. 3173543 fix skia build by caryclark · 9 years ago
  45. 10b01bf Fix event sending in pdfium_test. by tsepez · 9 years ago
  46. f09bdfa Allow pdfium_test to send simple events to each page. by tsepez · 9 years ago
  47. 399be5b Add bitmaps and skp output to Skia port by Cary Clark · 9 years ago
  48. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  49. 50cce60 Fixing whitespace lint errors. by Dan Sinclair · 9 years ago
  50. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  51. 58fb36a Merge to XFA: Use JS_ExpandKeywordParams() in app.response() by Tom Sepez · 9 years ago
  52. e5fbd7a Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm(). by Tom Sepez · 9 years ago
  53. bd93257 Merge to XFA: Fix behaviour of app.alert() with a single object argument. by Tom Sepez · 9 years ago
  54. 2991d8d Merge to XFA: Make pdfium_test report build options. by Tom Sepez · 9 years ago
  55. 0aa3531 Merge to XFA: Return unique_ptrs from test_support functions by Tom Sepez · 9 years ago
  56. 8ab45ea Merge to XFA: Make FPDF_WIDESTRING work regardless of endianness. by Tom Sepez · 9 years ago
  57. 453d96b Merge to XFA: Reapply "Fix a partial rendering problem" by Lei Zhang · 9 years ago
  58. c46d000 Allow building non-XFA (master) on the XFA branch. by Tom Sepez · 9 years ago
  59. c98895c Make xfa samples/ look more like master by Tom Sepez · 9 years ago
  60. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  61. b553bcb Merge to XFA: Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_test by Jun Fang · 9 years ago
  62. df7f366 Merge to XFA: Support linearized loading by Jun Fang · 9 years ago
  63. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  64. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  65. 79e893a Merge to XFA: Make JS app.setTimeOut() work again. by Lei Zhang · 9 years ago
  66. d3fca80 Merge to XFA: Remove linearized path print statements by Dan Sinclair · 9 years ago
  67. eb815bf Merge to XFA: Add context to file load failures in pdfium_test. by Dan Sinclair · 9 years ago
  68. 0522497 Fix pdfium-i#236: memory leaks from RenderPdf by Qin Zhao · 9 years ago
  69. d831dc7 Merge to XFA: Consolidate test support code. by Tom Sepez · 9 years ago
  70. 452b4f3 Merge to XFA: Allow compiling PDFium without V8. by Tom Sepez · 9 years ago
  71. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  72. 600d407 Merge to XFA: Flip conditionals to positive logic in pdfium_test. by Lei Zhang · 9 years ago
  73. 6f62d53 Merge to XFA: Allow external font-path configuration from pdfium_test. by Lei Zhang · 9 years ago
  74. 5377ebf Merge to XFA: Fix a couple potential file handle leaks in pdfium_test. by Lei Zhang · 9 years ago
  75. e00660b Merge to XFA: Remove if checks after new. by Lei Zhang · 9 years ago
  76. 06b6002 Merge to XFA: Plumb in an externally created v8::Isolate by Jochen Eisinger · 9 years ago
  77. ba02691 XFA: Add a comment regarding the shut down order. by Lei Zhang · 9 years ago
  78. 2827bdd Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium. by Nico Weber · 9 years ago
  79. cf22eb8 Merge to XFA: Make (and verify) public/ files compile under C. by Tom Sepez · 10 years ago
  80. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  81. bad79b3 Merge to XFA: Better error from pdfium_test when page too big to render. by Tom Sepez · 10 years ago
  82. 827a172 Check whether a pdf has XFA fields before loading XFA fields by JUN FANG · 10 years ago
  83. 8a7b669 Merge https://codereview.chromium.org/935663003/ to XFA branch. by John Abd-El-Malek · 10 years ago
  84. b7cb36a Merge to XFA: Run javascript/pixel tests via automated script. by Tom Sepez · 10 years ago
  85. b045ed2 Merge https://codereview.chromium.org/897973002/ and https://codereview.chromium.org/902753002/ to XFA branch by John Abd-El-Malek · 10 years ago
  86. 23b4e3f Merge to XFA: First JavaScript testing implementation. by Tom Sepez · 10 years ago
  87. af18cb3 XFA: Support PNG format in pdfium_test and add image diffing by Tom Sepez · 10 years ago
  88. daa2e84 Add output scale factor command line parameter to pdfium_test. by Tom Sepez · 10 years ago
  89. d44e392 XFA: merge patch from CL 817753002 by Bo Xu · 10 years ago
  90. c151fbb Fix obvious compilation breakage on win32 in previous version. by Tom Sepez · 10 years ago
  91. 5ee12d7 Initialize V8 external data (XFA version). by Tom Sepez · 10 years ago
  92. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  93. fb94728 Make app.alert() actually print its message under pdfium_test. by Tom Sepez · 10 years ago
  94. 5645138 Log message when XFA load fails by Tom Sepez · 10 years ago
  95. ed63138 Update form fill version to 2 for pdfium_test.cc on XFA branch (only). by Tom Sepez · 10 years ago
  96. ddc2062 Merge to XFA: patch from CL 738433003 by Bruce Dawson · 10 years ago
  97. 2b7a49d Merge to XFA: patch from CL 700373006 and 727243002 by Bo Xu · 10 years ago
  98. 4e0dc7a Update CloseDocument and ExitForm by xiaoxia_yu · 10 years ago
  99. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  100. 02e6ca4 Fix compile on mac: format string mismatch error. by Tom Sepez · 10 years ago