1. c2d9956 CHECK() that content layout item lists do not get tangled. by Tom Sepez · 4 years, 9 months ago
  2. f5a0367 Import Chromium's base/no_destructor.h. by Lei Zhang · 4 years, 10 months ago
  3. 02a8254 Fix botched merge of https://crrev.com/688711 for PartitionAlloc. by Lei Zhang · 4 years, 11 months ago
  4. 97ba1b1 Update PartitionAlloc from Chromium at r721710. by Lei Zhang · 4 years, 11 months ago
  5. 2409316 Update PartitionAlloc from Chromium at r709322. by Lei Zhang · 4 years, 11 months ago
  6. 77d77be Take buffers from partition in faxmodule.cpp by Tom Sepez · 4 years, 11 months ago
  7. 5147270 Revert "Update third_party/base/numerics/ code." by Lei Zhang · 5 years ago
  8. b234025 Revert "Add a fix to base/numerics so that code compiles for asmjs." by Lei Zhang · 5 years ago
  9. fc45549 Add TransFormWithClipAndSaveWithLocale embedder test. by Lei Zhang · 5 years ago
  10. fd2e064 Add a fix to base/numerics so that code compiles for asmjs. by Andrew Weintraub · 5 years ago
  11. 74596ca Update third_party/base/numerics/ code. by Lei Zhang · 5 years ago
  12. 7e6baa8 Update third_party/base/numerics/safe_conversions code. by Lei Zhang · 5 years ago
  13. 8fd3d32 Update PDFium PartitionAlloc hooking by Vlad Tsyrklevich · 5 years ago
  14. f7296fa Update Git EOL policies for source files by Lei Zhang · 5 years ago
  15. bce6b1b Update IsGdiAvailable to check for Win32k lockdown by Cliff Smolinsky · 6 years ago
  16. 22bb8f1 Include <functional> in third_party/base/optional.h. by Lei Zhang · 6 years ago
  17. 6efac4b Make PartitionAlloc more like Chromium's. by Lei Zhang · 6 years ago
  18. 4059ea2 Update PartitionAlloc from Chromium at r629284. by Lei Zhang · 6 years ago
  19. 44af151 Another whitespace change to trigger bots. by Nico Weber · 6 years ago
  20. 992534a Remove unused sal.h include, pdfium doesn't use _Printf_format_string_. by Nico Weber · 6 years ago
  21. d2d1fa3 Remove a few semicolons. by Nico Weber · 6 years ago
  22. f8940af Make DCHECKs cheaper in release builds. by Lei Zhang · 6 years ago
  23. 31d9a3c Remove some extra semicolons. by Nico Weber · 6 years ago
  24. c4599b9 Cherrypick a PartitionAlloc fix. by Lei Zhang · 6 years ago
  25. 25bc9a9 Pick up Windows ARM64 support from base\logging.h by Tom Tan · 6 years ago
  26. 61fd012 Pull in current Chromium IMMEDIATE_CRASH() implementation. by Lei Zhang · 6 years ago
  27. 785a26d Do not do null pointer arithmetic by Takuto Ikuta · 6 years ago
  28. f1fae3c Update PartitionAlloc from Chromium at r599712. by Lei Zhang · 6 years ago
  29. ce34218 Update some third_party/base headers. by Lei Zhang · 6 years ago
  30. 158b571 Make header guards consistent in third_party/base/*.h. by Lei Zhang · 6 years ago
  31. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  32. 835d49d Add pdfium::span::as_bytes() and as_writable_bytes(). by Tom Sepez · 6 years ago
  33. c9297e8 Fix duplicate symbols in Chromium builds. by Lei Zhang · 6 years ago
  34. 43f6bc8 Prevent FX_OutOfMemoryTerminate() from being folded by the linker. by Lei Zhang · 6 years ago
  35. 319ef06 Add pdfium::Vector2D<>() by Tom Sepez · 6 years ago
  36. 3ab8fa9 Update third_party/base/template_util.h. by Lei Zhang · 6 years ago
  37. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  38. 98ec533 Add support for PartionRealloc to return nullptr by Ryan Harrison · 6 years ago
  39. cda8e00 Update third_party/base/bits.h. by Lei Zhang · 6 years ago
  40. c763970 Fix issues with PDFium third_party/base/span.h by Tom Sepez · 7 years ago
  41. 269963f Make pdfium::span<> be based off of UnownedPtr<>. by Tom Sepez · 7 years ago
  42. 6058efd Add span.h from chromium base. by Tom Sepez · 7 years ago
  43. 2e98874 Remove third_party/build/build_config.h. by Lei Zhang · 7 years ago
  44. f9f1a5d Support compiling pdfium with emscripten. by Henrique Nakashima · 7 years ago
  45. d342716 Add support for pdfium use partitionalloc on loongson platform. by Wang Qing · 7 years ago
  46. c560a8c Convert usages of pdfium::Optional to Optional by Ryan Harrison · 7 years ago
  47. a8548dc Run clang-tidy modernize-use-nullptr on //third_party/pdfium by Dan Sinclair · 7 years ago
  48. 393f899 Run clang-tidy modernize-use-bool-literals on //third_party/pdfium by Dan Sinclair · 7 years ago
  49. dddfdad Run clang-tidy modernize-use-auto on //third_party/pdfium by Dan Sinclair · 7 years ago
  50. 56569ac Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfium by Dan Sinclair · 7 years ago
  51. c9653fb Fix PartitionAlloc cookies for small in-place reallocs. by Lei Zhang · 7 years ago
  52. d4ef572 Only use the yield instruction on architectures that support it. by Andrew Weintraub · 7 years ago
  53. c065d88 Remove extraneous ;s by Dan Sinclair · 7 years ago
  54. c29c16f Enable PRINTF_FORMAT for clang by Dan Sinclair · 7 years ago
  55. ed2f276 Add pdfium::Optional to third_party/base by Ryan Harrison · 7 years ago
  56. d1e01de Fix a self-inclusion in third_party/base/stl_util.h. by Lei Zhang · 7 years ago
  57. 138cc10 Take ContainsValue() change from base stl_util.h by Tom Sepez · 7 years ago
  58. 661fcc0 Pull in the latest PartitionAlloc fixes from upstream. by Chris Palmer · 8 years ago
  59. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  60. 79e548e Import PartitionAlloc from Chromium. by Chris Palmer · 8 years ago
  61. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  62. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  63. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  64. 66bd670 Take more current safe_math_impl.h from upstream. by tsepez · 8 years ago
  65. a804fd4 Fix some div by 0s in safe_math_impl.h by tsepez · 8 years ago
  66. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  67. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  68. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  69. e91afba Re-enable MSVC warning 4702 by Wei Li · 9 years ago
  70. 9940619 Move ScopedSetInsertion to third_party/base/stl_util.h by Tom Sepez · 9 years ago
  71. ddf2f33 Remove CFX_PtrArray from xfa/include/fwl by Tom Sepez · 9 years ago
  72. 52bb443 Merge to XFA: Remove CFX_SegmentedArray use from master. by Tom Sepez · 9 years ago
  73. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  74. 9ba6a14 Merge to XFA: Start using allowed C++11 features. by Lei Zhang · 9 years ago
  75. cd2bb30 Merge to XFA: Add ContainsKey() and ContainsValue() and use them where appropriate. by Lei Zhang · 9 years ago
  76. 465ed87 XFA: Fix win8 gn build under chromium checkout (non-xfa) by Tom Sepez · 9 years ago
  77. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  78. 5428555 Merge to XFA: Sanitize CJBig2_SymbolDict's memory usage. by Lei Zhang · 9 years ago
  79. 13fe8c9 Merge to XFA: Change nonstd::unique_ptr to take a custom deleter. by Lei Zhang · 9 years ago
  80. 7cfadd9 Merge to XFA: Add nonstd::unique_ptr move assigment operator. by Tom Sepez · 9 years ago
  81. b2ed5de Merge to XFA: Fix a #include in fpdf_page_func.cpp. by Lei Zhang · 9 years ago
  82. 5eb8ba2 Merge to XFA: Add move ctor to nonstd::unique_ptr. by Tom Sepez · 9 years ago
  83. 721780d Merge to XFA: Update copy of safe_math_impl.h to take a fix from upstream. by Tom Sepez · 9 years ago
  84. d50b172 Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. by Tom Sepez · 9 years ago
  85. 9c55287 Merge to XFA: Support arrays in nonstd::unique_ptr<>. by Tom Sepez · 9 years ago
  86. a07aa98 Merge to XFA: add nonstd::unique_ptr by Tom Sepez · 10 years ago
  87. 3542589 Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. by Tom Sepez · 10 years ago