1. d776c97 Refactor CFX_Palette by Nicolas Pena · 8 years ago
  2. 96e65ae Guard against negative shift in nVal calculation by Dan Sinclair · 8 years ago
  3. c6c71f1 Use checked_numeric to guard shift by Dan Sinclair · 8 years ago
  4. 76c9a1b Guard against negative shift in jbig2 huffman initialization by Dan Sinclair · 8 years ago
  5. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 8 years ago
  6. 84b596d Remove unreachable code in CFX_ScanlineCompositor by Nicolas Pena · 8 years ago
  7. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  8. 746c287 Create initializer-list ctor for strings. by Tom Sepez · 8 years ago
  9. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  10. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  11. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 8 years ago
  12. 1e8c39f Remove the "old way" of performing FlateUncompress. by Tom Sepez · 8 years ago
  13. 4bb4029 Use CFX_MaybeOwned on the buffer of CFX_DIBitmap by Nicolas Pena · 8 years ago
  14. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 8 years ago
  15. 8bf955c Cleanup CFX_BitmapComposer by Nicolas Pena · 8 years ago
  16. 93c086c Cleanup nits from previous XML Cl by dan sinclair · 8 years ago
  17. deff61f Cleanup tagged code. by dan sinclair · 8 years ago
  18. 7f38961 Cleanup the tagged code by dan sinclair · 8 years ago
  19. 25553aa Remove the length reference from XMLSyntaxParser by dan sinclair · 8 years ago
  20. 0b18e15 Use unique_ptr in the children of CFieldTree::Node by Nicolas Pena · 8 years ago
  21. c057abc use freetype if windows font decode fails by Cary Clark · 8 years ago
  22. 0fbb50c Fix assignment to len. by dan sinclair · 8 years ago
  23. abf16c0 Use correct length in guard check by dan sinclair · 8 years ago
  24. 20a909e Remove a couple checks for MakeUnique failures. by Lei Zhang · 8 years ago
  25. 236ce3b Remove dib_int.h by Nicolas Pena · 8 years ago
  26. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  27. d8be3cb Use some uint64_t constants in fx_crypt_sha.cpp. by Lei Zhang · 8 years ago
  28. ee62ba2 Cleanup CFX_BlockBuffer by Dan Sinclair · 8 years ago
  29. c3202a9 Let CPDF_ImageRenderer own the CFX_ImageRenderer by Nicolas Pena · 8 years ago
  30. 6088612 RefCount CPDF_IccProfile all the time by Tom Sepez · 8 years ago
  31. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  32. e115b2e Remove unneeded void* casts. by Lei Zhang · 8 years ago
  33. bb4a1bc Drop C linkage in fx_crypt code. by Lei Zhang · 8 years ago
  34. 7b9d823 Use unique_ptr in cpdf_type3cache.h. by Tom Sepez · 8 years ago
  35. 05e6a80 RefCount CPDF_Type3Cache all the time. by Tom Sepez · 8 years ago
  36. 3a1d9b4 RefCount CPDF_TransferFunc all the time. by Tom Sepez · 8 years ago
  37. ac35589 Split the FDE XML file into indiviual class files. by Dan Sinclair · 8 years ago
  38. 6da8ac5 Drop FXSYS_ from util methods by Dan Sinclair · 8 years ago
  39. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  40. 2ae80f5 Drop FXSYS_ from wide string methods by Dan Sinclair · 8 years ago
  41. ba8ac3f Drop FXSYS_ from file methods by Dan Sinclair · 8 years ago
  42. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  43. 8c5e924 Add test case for bug_707479 by Tom Sepez · 8 years ago
  44. 7e7c649 Drop FXSYS_ from string methods by Dan Sinclair · 8 years ago
  45. 044a70d Remove some used-only-once typedefs from CPDF_DocPageData by Tom Sepez · 8 years ago
  46. c3ddec3 Do not shrink buffer before examining last byte in TryVSWPrintF by Tom Sepez · 8 years ago
  47. 0c972eb Split fx_dib part 5 by Nicolas Pena · 8 years ago
  48. 72c6b18 Minor cleanups by Dan Sinclair · 8 years ago
  49. 192e4d9 Split fx_dib part 4 by Nicolas Pena · 8 years ago
  50. adca630 Fix Skia includes by Nicolas Pena · 8 years ago
  51. 7d4f6a8 Refcount CPDF_Image all the time. by Tom Sepez · 8 years ago
  52. 3cf9ec4 Use PartitionFreeGeneric for the strings partition, not PartitionFree. by Chris Palmer · 8 years ago
  53. a2af7de Move zlib to a DEPS-based checkout. by Lei Zhang · 8 years ago
  54. bdbb0bd Split fx_dib part 3 by Nicolas Pena · 8 years ago
  55. eb39cdb Pull in FreeType via DEPS instead. by Lei Zhang · 8 years ago
  56. 83fc223 Move FX_FILESIZE to fx_system.h by Tom Sepez · 8 years ago
  57. ac66da2 Split fx_dib.h part 2 by Nicolas Pena · 8 years ago
  58. fcdb2df Re-arrange fxcrt string files to match naming. by Tom Sepez · 8 years ago
  59. fc715c3 Split fx_dib part 1 by Nicolas Pena · 8 years ago
  60. 3efc067 vswprintf() part 2: retry when clearly out of space. by Tom Sepez · 8 years ago
  61. bf9104d vswprintf() part 1: move code, create helper function. by Tom Sepez · 8 years ago
  62. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  63. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  64. a69665d Avoid one more instance of the anti-pattern in 706346. by Tom Sepez · 8 years ago
  65. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 8 years ago
  66. 2283daa Protect against premature mask destruction in CFX_ClipRgn::IntersectRect by Tom Sepez · 8 years ago
  67. 213f012 Use more unique_ptr and std::vector in JBig2_SddProc by Nicolas Pena · 8 years ago
  68. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 8 years ago
  69. d40fea2 Account for character size in last CFX_WideString patch. by Tom Sepez · 8 years ago
  70. cbb02c0 Avoid guessing vsnprintf() buffer length. by Tom Sepez · 8 years ago
  71. b929ab0 Remove fgas/localization directory by Dan Sinclair · 8 years ago
  72. f761a3a Fix undefined shift in JBig2_SddProc by Nicolas Pena · 8 years ago
  73. ca825d3 Fix MSAN uninitialized value report. by Tom Sepez · 8 years ago
  74. 3bb5751 Ensure that CFX_RetainPtr move ctor is used by std::vector. by Tom Sepez · 8 years ago
  75. 022ded0 Remove unused CFX_ArrayTemplate and CFX_BasicArray. by Tom Sepez · 8 years ago
  76. eed6421 Add bounds check into JBIG2 Arith decoder. by Dan Sinclair · 8 years ago
  77. 0eb7476 Add JBig2_BitStream ReadNBits unittests by Dan Sinclair · 8 years ago
  78. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  79. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  80. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  81. 1ded376 Cleanup fx_dib_composite part 6 by Nicolas Pena · 8 years ago
  82. d59442b Convert new into MakeUnique by Dan Sinclair · 8 years ago
  83. 96169fc Verify available bits in bit stream by Dan Sinclair · 8 years ago
  84. 48a2fac Fix some ASAN issues in fx_skia_device by Nicolas Pena · 8 years ago
  85. 43c1950 Guard against lengths greater then input size by Dan Sinclair · 8 years ago
  86. 0d6d178 Remove old test expectations after the Mac 10.12 upgrade. by Lei Zhang · 8 years ago
  87. 8e3f692 Update to zlib 1.2.11 by Adenilson Cavalcanti · 8 years ago
  88. f4a9f83 fix new tab crash in skia clip stack by Cary Clark · 8 years ago
  89. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  90. 08b96e7 Use unique_ptr in CFieldTree::Node by Nicolas Pena · 8 years ago
  91. 4a58d14 Refcount CPDF_CMap all the time. by Tom Sepez · 8 years ago
  92. 73b607f Fix CFX_FxgeDevice constructor and destructor in Skia by Nicolas Pena · 8 years ago
  93. 6bbb609 Fix CFX_RetainPtr move-assign semantics. by Tom Sepez · 8 years ago
  94. cd933f8 Cleanup fx_dib_composite part 5 by Nicolas Pena · 8 years ago
  95. 704aad8 fix skia path debug by Cary Clark · 8 years ago
  96. 6bdd824 Fix two CloneNonCycle issues by Wei Li · 8 years ago
  97. 409b663 Handle the Clip command list being empty by Dan Sinclair · 8 years ago
  98. 4650ded Revert "Remove CFX_FixedBufGrow" by Nicolás Peña · 8 years ago
  99. a8c2b91 Remove dead CFX_Edit code and fix some typos. by Lei Zhang · 8 years ago
  100. d9d20a4 Return errors after validation instead of ASSERT in CPDF_DataAvail by Nicolas Pena · 8 years ago