1. 9a1b665 Reland of Use visual studio toolchain from depot_tools for PDFium compilation (patchset #1 id:1 of https://codereview.chromium.org/1922373003/ ) by weili · 8 years ago
  2. 33a747d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 by tsepez · 8 years ago
  3. 18713d2 Update Dr. memory tool to version 1.10.16880 by Wei Li · 8 years ago
  4. aef780d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 by tsepez · 8 years ago
  5. 8e957ba Fix stack overflow from nested arrays. by thestig · 8 years ago
  6. 01a8620 Make two compilation flags for Windows Clang build effective by weili · 8 years ago
  7. 224bc5a Change bool type to fix warnings. by dsinclair · 8 years ago
  8. 7322343 More FWL interface cleanup. by dsinclair · 8 years ago
  9. e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 8 years ago
  10. 3b5cb78 Remove output redirect from corpus test runner. by dsinclair · 8 years ago
  11. bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 8 years ago
  12. df96690 Revert of Use visual studio toolchain from depot_tools for PDFium compilation (patchset #3 id:40001 of https://codereview.chromium.org/1897523002/ ) by weili · 8 years ago
  13. 0e5f87a Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2 by tsepez · 8 years ago
  14. 15bfe1b Adding default_exe_manifest to two binaries by brucedawson · 8 years ago
  15. b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 8 years ago
  16. 590f2d9 Use visual studio toolchain from depot_tools for PDFium compilation by weili · 8 years ago
  17. cf83a51 Use the correct default goma directory on Windows by weili · 8 years ago
  18. 1ae572e Allow overriding GN build flags by dsinclair · 8 years ago
  19. 303e525 More IFX_ interface cleanup. by dsinclair · 8 years ago
  20. 43854a5 Standardize on ASSERT. by dsinclair · 8 years ago
  21. b2f6f91 Fix incorrect v8 TryCatch. by etienneb · 8 years ago
  22. b959010 Remove IFX_SystemHandler. by dsinclair · 8 years ago
  23. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 8 years ago
  24. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 8 years ago
  25. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 8 years ago
  26. 518fd4c CFX_ByteString::Reserve(), ReleaseBuffer() fixes. by tsepez · 8 years ago
  27. 5cc2465 Clean up CPDF_Page. by thestig · 8 years ago
  28. 76c5379 Fix Wvarargs warning in XFA error code. by dsinclair · 8 years ago
  29. 186a78e Remove no-op ShowFileDialog(s). by tsepez · 8 years ago
  30. ba9ee07 Skip GYP if GYP_PDFIUM_NO_ACTION set. by dsinclair · 8 years ago
  31. 7712c26 Fix unittest with embedded NUL character. by etienneb · 8 years ago
  32. 3081cc0 Roll v8 to 0ff89ea7 and update gyp references by machenbach · 8 years ago
  33. 860193b Continue documentation cleanup by dsinclair · 8 years ago
  34. 1f5f2ff Fixup page removal for XFA documents. by dsinclair · 8 years ago
  35. 084174a Use std::map in xfa_ffdoc.cpp by tsepez · 8 years ago
  36. 7c5f4b5 Fix incorrect offset computation. by etienneb · 8 years ago
  37. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 8 years ago
  38. 2a8a20c Combine the javascript and pixel test runners. by dsinclair · 8 years ago
  39. 39075a4 Standalone GN on mac by dsinclair · 8 years ago
  40. 14f5aeb Change the code to avoid three unit test failures on release build by weili · 8 years ago
  41. 90c964f Add a simple check for V4 cross reference table by weili · 8 years ago
  42. 16a2033 Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpp by tsepez · 8 years ago
  43. 6d8555d Fix standalone mac build by dsinclair · 8 years ago
  44. 2178e48 Remove #ifdef platform which is always true. by tsepez · 8 years ago
  45. b88b8dc Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp by tsepez · 8 years ago
  46. 00124c9 Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp by tsepez · 8 years ago
  47. 6f5325e Remove one warning from PDFium compilation in Cros by weili · 8 years ago
  48. 0d2dc68 Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream by tsepez · 8 years ago
  49. 3fea70c Remove unused CFX_IntArray. by tsepez · 8 years ago
  50. bc1cbab Remove IFDE_CSSTagProvider. by dsinclair · 8 years ago
  51. 5d9da0c Remove CFWL_Note. by dsinclair · 8 years ago
  52. 0f6425f Add a missing initialisation for CPDF_ContentMarkItem. by ochang · 8 years ago
  53. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 8 years ago
  54. d00a912 Make CFX_BasicArray non-copyable. by tsepez · 8 years ago
  55. ca612c1 Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp by tsepez · 8 years ago
  56. 3343194 Assert that CFX_ strings are pointer-size. by tsepez · 8 years ago
  57. acd0d59 Cleanup FDE interfaces. by dsinclair · 8 years ago
  58. 4f70b53 Only call shading code with streams. by dsinclair · 8 years ago
  59. 6914118 Remove CFX_ArrayTemplate from CPDF_LinkExtract by tsepez · 8 years ago
  60. fc397dc Pixel tests are all generated, not .pdf files by dsinclair · 8 years ago
  61. c104dfa Remove unused FWL flags by dsinclair · 8 years ago
  62. f87058d Convert some FWL defines to enums. by dsinclair · 8 years ago
  63. b4e8708 Remove duplication. by dsinclair · 8 years ago
  64. eca0f82 Inline CFX_WideString::c_str. by dsinclair · 8 years ago
  65. 6b2c4d7 Upgrade build and clang. by dsinclair · 8 years ago
  66. 685bb88 Standalone GN build. by dsinclair · 8 years ago
  67. f5a1ee8 Remove build/ directory. by dsinclair · 8 years ago
  68. fb0e3d7 Revert of Re-Reland Combined test runner. (patchset #4 id:80001 of https://codereview.chromium.org/1888673003/ ) by dsinclair · 8 years ago
  69. a553279 Cleanups from prior CLs. by dsinclair · 8 years ago
  70. 84b26ec Re-Reland Combined test runner. by dsinclair · 8 years ago
  71. b02012d fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChild by jinming_wang · 8 years ago
  72. b67e566 Re-enable warning 4701 for GN (re-land) by weili · 8 years ago
  73. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 8 years ago
  74. e3bbfa2 Fix path in BUILD.gn file. by pcc · 8 years ago
  75. d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 8 years ago
  76. c37b04e Move build/ to build_gyp/. by dsinclair · 8 years ago
  77. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 8 years ago
  78. 1117828 Remove fullscreen code. by dsinclair · 8 years ago
  79. 2fa0e13 Remove IPDF_CryptoHandler and IPDF_SecurityHandler. by dsinclair · 8 years ago
  80. 0582ad1 XFA unused function cleanup by dsinclair · 8 years ago
  81. 86d945b Exclude XFA-only corpus from non-xfa and roll corpus. by tsepez · 8 years ago
  82. f09bdfa Allow pdfium_test to send simple events to each page. by tsepez · 8 years ago
  83. 360caf6 Use the same Clang revision as v8 uses by weili · 8 years ago
  84. 7613355 Revert "Use the same Clang revision as v8 uses" by weili · 8 years ago
  85. 07af99b Use the same Clang revision as v8 uses by Wei Li · 8 years ago
  86. b34d72b Use lkgr revision of Clang for PDFium by weili · 8 years ago
  87. 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 8 years ago
  88. 9b3656b Remove unused FWL Panel code. by dsinclair · 8 years ago
  89. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 8 years ago
  90. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 8 years ago
  91. 2ba3dc7 Renable warning 4701 for GN (Windows). by Oliver Chang · 8 years ago
  92. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 8 years ago
  93. e0ad6a4 Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree by tsepez · 8 years ago
  94. 7cf5552 Prevent a potential OOB read in TranslateImageLine. by ochang · 8 years ago
  95. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 8 years ago
  96. c3b26b1 Use platform specific test results as fallback in difference tests by weili · 8 years ago
  97. 85fc26f Explicity use CFX_ByteStrings in a couple of places by tsepez · 8 years ago
  98. b1a5959 Simplify XFA event handling. by thestig · 8 years ago
  99. b1c80fb Avoid string allocs for CMap_GetString() return value. by tsepez · 8 years ago
  100. 80b103b Still more comments about strings by tsepez · 8 years ago