1. 939121f Cleanup some fgas locale code. by Dan Sinclair · 8 years ago
  2. 79e548e Import PartitionAlloc from Chromium. by Chris Palmer · 8 years ago
  3. 5e67ce3 Remove some nested statements in CPDF_DataAvail. by Lei Zhang · 8 years ago
  4. 25b5fdc Fix nits in CPDF_DIBSource. by Lei Zhang · 8 years ago
  5. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 8 years ago
  6. fba1651 Roll DEPS for build to cc228aba. by Lei Zhang · 8 years ago
  7. db0cc52 Simplify TxtBreak AppendChar by Dan Sinclair · 8 years ago
  8. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  9. c9819a9 Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest by Nicolas Pena · 8 years ago
  10. fbd9ea1 Compare to epsilon instead of 0 in CFX_Matrix::SetReverse by Nicolas Pena · 8 years ago
  11. cfdb5fd remove CFX_ArrayTemplate from fde/xml. by Tom Sepez · 8 years ago
  12. 972eb5c Add array_buffer JS test. by Tom Sepez · 8 years ago
  13. c467d46 Reset tree traversal when we think we're at the start by Nicolas Pena · 8 years ago
  14. c849385 Use map of unique_ptr in cxfa_textparser. by Tom Sepez · 8 years ago
  15. 9bbc354 remove CFX_ArrayTemplate from fxet_list. by Tom Sepez · 8 years ago
  16. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 8 years ago
  17. 59d9416 Clean up more CPDF_PSEngine code. by Lei Zhang · 8 years ago
  18. 1c5bf6b Fix botch introduced at 193e6ca, try 2. by Tom Sepez · 8 years ago
  19. 0029fb2 Roll DEPS for v8 to 5362e552. by Lei Zhang · 8 years ago
  20. 42059a3 Cleanup nits from prior CLs by Dan Sinclair · 8 years ago
  21. 2b63ae2 Clean up fx_agg_driver a bit by Nicolas Pena · 8 years ago
  22. 8c1a66b Remove unused methods and data from fgas_codepage by Dan Sinclair · 8 years ago
  23. 6e0b25b Fix an integer underflow in the BMP decoder. by Lei Zhang · 8 years ago
  24. 4d67473 Replace FX_POSITION in GFGAS_FontMgr with bool by Dan Sinclair · 8 years ago
  25. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  26. cd5139a remove CFX_ArrayTemplate from fx_extension.cpp by Tom Sepez · 8 years ago
  27. 25de4c6 Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_t by Dan Sinclair · 8 years ago
  28. 656c781 Use std::vector for content layout item arrays by Tom Sepez · 8 years ago
  29. c83c280 Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray by Nicolas Pena · 8 years ago
  30. 23a5d7e Convert CPDF_Creator::m_Pos to uint32_t by Dan Sinclair · 8 years ago
  31. f8a9439 Replace CXFA_{Object,Node}Array with std::vector by Tom Sepez · 8 years ago
  32. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  33. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  34. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  35. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  36. 80e370c Remove openjpeg write support. by thestig · 8 years ago
  37. 691e01b Roll clang to 49cece5b. by Lei Zhang · 8 years ago
  38. 4ca5ba4 Fix boundary value negation in bmp_read_header by Nicolas Pena · 8 years ago
  39. 77e2a6c Add utf-8 flag to win build. by Dan Sinclair · 8 years ago
  40. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  41. 7239879 Fix some nits in fx_codec_fax by Nicolas Pena · 8 years ago
  42. 8ba6624 Check run lengths in FaxG4GetRow by Nicolas Pena · 8 years ago
  43. 9818dc1 LibopenJPEG: Fix some divisions by 0 in pi.c by Nicolas Pena · 8 years ago
  44. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  45. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  46. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  47. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  48. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  49. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  50. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  51. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  52. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  53. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  54. e472622 Bound cbox from tricky faces by Nicolas Pena · 8 years ago
  55. 6791295 Normalize channels when transforming CMYK to RGB by Nicolas Pena · 8 years ago
  56. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 8 years ago
  57. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  58. e14df7d Re-enable tests now that leak is fixed by Dan Sinclair · 8 years ago
  59. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  60. 7b8e8c0 fx_codec_flate code cleanup. by Dan Sinclair · 8 years ago
  61. f3965b7 Cleanup m_RTFLine code in RTFBreak. by Dan Sinclair · 8 years ago
  62. 3522b43 Limit BMP width to avoid overflows by Nicolas Pena · 8 years ago
  63. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  64. 1704350 Manual revert of: Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap by Nicolas Pena · 8 years ago
  65. f9e6783 Remove CFX_StackTemplate now that all usage removed. by Tom Sepez · 8 years ago
  66. 312ce17 Remove CFX_StackTemplate in xfa_utils.h. by Tom Sepez · 8 years ago
  67. 22c7012 Tidy xfa_utils_unittest.cpp by Tom Sepez · 8 years ago
  68. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  69. f6d0146 Check size before writting by dan sinclair · 8 years ago
  70. f04b42a Simplify RTFBreak AppendChar. by Dan Sinclair · 8 years ago
  71. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  72. 9a8a965 Add unit test for xfa node iterators by Tom Sepez · 8 years ago
  73. 9a785af remove CFX_StackTemplate<CFDE_XMLNode*> by Tom Sepez · 8 years ago
  74. d4db58f Remove CXFA_NodeStack by Tom Sepez · 8 years ago
  75. 2326e9c Remove CFX_StackTemplate<FDE_CANVASITEM> by Tom Sepez · 8 years ago
  76. dffe810 Remove CFX_StackTemplate from fde_xml_imp.h by Tom Sepez · 8 years ago
  77. 2079dce Remove unused CFX_ObjectStackTemplate by Tom Sepez · 8 years ago
  78. 281a51d Remove CFX_MassArrayTemplate by Tom Sepez · 8 years ago
  79. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  80. c3f74e9 Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> by Tom Sepez · 8 years ago
  81. cb5eb3b Use std::deque for CFX_FontDescriptors by Tom Sepez · 8 years ago
  82. 4df5520 Remove CFX_MassArrayTemplate<CFX_Rect> backing array. by Tom Sepez · 8 years ago
  83. 9642d92 Improve catching narrow fonts on Linux by Nicolas Pena · 8 years ago
  84. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  85. 65ec174 Convert positioned tabs to std::vector by Dan Sinclair · 8 years ago
  86. e65d62c Remove unused FX_AdjustCharDisplayPos type, always nullptr args by Tom Sepez · 8 years ago
  87. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  88. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  89. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  90. fed39cf Fix font manager negation issue by Dan Sinclair · 8 years ago
  91. ef81390 Fix infinite loops in CPDF_MeshStream. by Lei Zhang · 8 years ago
  92. e13ad88 LibOpenJPEG upstream: check size in opj_j2k_read_siz by Nicolas Pena · 8 years ago
  93. d1aee7c More RTFBreak unused code and default params by Dan Sinclair · 8 years ago
  94. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  95. e340953 Remove always true method params by Dan Sinclair · 8 years ago
  96. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  97. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  98. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  99. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  100. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago