1. f0260b2 Change CFDF_Document::ParseMemory() to use pdfium::span. by Lei Zhang · 6 years ago
  2. 2ee811f Use std::vector in FDFToURLEncodedData(). by Lei Zhang · 6 years ago
  3. 4f1aa69 Move FDFToURLEncodedData() into an anonymous namespace. by Lei Zhang · 6 years ago
  4. d801c9c Implement CFX_CodecMemory. by Lei Zhang · 6 years ago
  5. 3002941 Use CFX_ReadOnlyMemoryStream in more places. by Lei Zhang · 6 years ago
  6. 1a99f20 Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only. by Lei Zhang · 6 years ago
  7. b850c98 Move CPDFSDK_MemoryAccess to fxcrt. by Lei Zhang · 6 years ago
  8. 5503fe3 Run pdfium_test in only one place in make_expected.sh. by Lei Zhang · 6 years ago
  9. 19b7081 Split CFX_MemoryStream::m_dwFlags into two bools. by Lei Zhang · 6 years ago
  10. 0c7cf97 Cleanup CFX_CTTGSUBTable. by Lei Zhang · 6 years ago
  11. 74d2389 Initialize CPDF_CIDFont members. by Lei Zhang · 6 years ago
  12. 3b76669 Simplify CPDF_SimpleFont::LoadPDFEncoding(). by Lei Zhang · 6 years ago
  13. 6fdfe387 Kill some optional parameters that are always supplied. by Tom Sepez · 6 years ago
  14. 8ba9749 Remove unused form of PDF_EncodeText(). by Tom Sepez · 6 years ago
  15. c51e0a0 Make the 4th parameter in CPDF_Form non-optional. by Lei Zhang · 6 years ago
  16. 6ce3b34 Minor cleanup in CPDF_ContentParser. by Lei Zhang · 6 years ago
  17. cdd4fa8 Fix sign mismatch in CPDFXFA_DocEnvironment. by Lei Zhang · 6 years ago
  18. f42d570 Make CPDF_PSFunc::m_PS mutable. by Tom Sepez · 6 years ago
  19. 994d8b4 Remove const args and const_casts where not required. by Tom Sepez · 6 years ago
  20. f36a464 Remove direct calls to time by Ryan Harrison · 6 years ago
  21. 70cca36 Add proxy for syscall time by Ryan Harrison · 6 years ago
  22. 6655d95 Remove |typedef struct| in favor of just |struct|. by Tom Sepez · 6 years ago
  23. ef7c955 Consolidate const_casts<> in FXFT_Get_Name_Index() by Tom Sepez · 6 years ago
  24. 696a529 Make CFX_ImageTransformer::CalcData's bitmap non-const. by Lei Zhang · 6 years ago
  25. b0fc6e9 Fix a JBIG2 decoding regression. by Lei Zhang · 6 years ago
  26. 939426c Remove deprecated flags from fpdf_progressive.h. by Lei Zhang · 6 years ago
  27. e1a7e85 Remove const_cast<> from CFX_LZWDecompressor::Decode() caller. by Tom Sepez · 6 years ago
  28. 4174b5a Add CFX_DIBSource::GetWritableScanline(). by Tom Sepez · 6 years ago
  29. fd7cede Move all utf8 decoding under fx_string.h by Tom Sepez · 6 years ago
  30. 60627d6 Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer. by Lei Zhang · 6 years ago
  31. 74557b1 Revert "Rework of CPDF_Parser::GetLastObjNum." by Lei Zhang · 6 years ago
  32. f765805 Remove unused codepage from WideString::GetWideString(). by Tom Sepez · 6 years ago
  33. 4b17aea Remove include of <time.h> from fpdfsdk/cpdfsdk_datetime.h by Tom Sepez · 6 years ago
  34. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  35. 6d9897b Limit size of expression list in FormCalc parser by Ryan Harrison · 6 years ago
  36. f90277e Move CPDF_Font::LoadPDFEncoding() to CPDF_SimpleFont. by Lei Zhang · 6 years ago
  37. 52c0fcb Change CPDF_Font::GetFace() to HasFace(). by Lei Zhang · 6 years ago
  38. 69e19e2 Make CPDF_Font::GetFontBBox() return the bounding box. by Lei Zhang · 6 years ago
  39. e4d2cff Remove unused codepage code from GetByteString(). by Tom Sepez · 6 years ago
  40. 3bee9c6 Add FPDFTextObj_GetText() API by Miklos Vajna · 6 years ago
  41. e1c2f6d Remove WideString::Format() from ThrowException() methods. by Tom Sepez · 6 years ago
  42. 37ef957 Use wide string addition in place of some Format() calls. by Tom Sepez · 6 years ago
  43. 4871395 Add test for {Byte,Wide}String Operator+(). by Tom Sepez · 6 years ago
  44. 6516051 Combine redundant CJBig2_Image code. by Tom Sepez · 6 years ago
  45. c0352f4 Speculative fix for null deref above ThrowNoDefaultPropertyException by Tom Sepez · 6 years ago
  46. f3a3393 Avoid invalid object numbers in CPDF_Parser::LoadCrossRefV5(). by Lei Zhang · 6 years ago
  47. 2920132 Small optimization in CJBig2_Image::SubImage() by Tom Sepez · 6 years ago
  48. 4755654 Check for null object type in CPDF_Parser::LoadCrossRefV5(). by Lei Zhang · 6 years ago
  49. 1ca11be Do more CPDF_Parser::LoadCrossRefV5() cleanup. by Lei Zhang · 6 years ago
  50. 7f08348 Clean up a nit that was identified after CQing an earlier CL by Ryan Harrison · 6 years ago
  51. a7a957f Use more text object state in DrawTextPathWithPattern(). by Lei Zhang · 6 years ago
  52. ac1dfb0 Clarify integer types in CPDF_Parser::LoadCrossRefV5(). by Lei Zhang · 6 years ago
  53. 03395da Set the CPDF_Font doc / font dict in the ctor. by Lei Zhang · 6 years ago
  54. f21b88e Do more CBA_FontMap initialization in the ctor and header. by Lei Zhang · 6 years ago
  55. e819c20 Make CFX_XMLParser less permissive by Ryan Harrison · 6 years ago
  56. 2958a8f Use more helper macros/methods in JBig2_Image.cpp. by Tom Sepez · 6 years ago
  57. 73304eb Fix some nits in SkiaState. by Lei Zhang · 6 years ago
  58. 7c43678 Skia Path: Fix text/xform size mismatch when calling drawTextRSXform(). by Lei Zhang · 6 years ago
  59. 9534010 Tidy JBig2_Image.cpp by Tom Sepez · 6 years ago
  60. 20e6688 Handle inline font dicts in CBA_FontMap::AddFontToAnnotDict(). by Lei Zhang · 6 years ago
  61. 2d2b993 Rework of CPDF_DataAvail::CheckHintTables. by Artem Strygin · 6 years ago
  62. e89d258 Remove -Wno-pointer-to-int-cast from fxcodec target. by Lei Zhang · 6 years ago
  63. 0fc5898 Introduce JBIG2_PUTDWORD() macro in CJBIG2_Image.h by Tom Sepez · 6 years ago
  64. 8ed949d Remove some checks in IsLinearizedHeaderValid(). by Lei Zhang · 6 years ago
  65. b07deb3 Rework of CPDF_Parser::GetLastObjNum. by Artem Strygin · 6 years ago
  66. 649929a Mark some arrays as constant. by Lei Zhang · 6 years ago
  67. 1da20a5 Simplify CFXJSE_FormCalcContext::unfoldArgs(). by Lei Zhang · 6 years ago
  68. 0548d59 Remove some parameters that are non-const references. by Lei Zhang · 6 years ago
  69. f733d7d Replace more unchecked casts with type conversion funtions. by Tom Sepez · 6 years ago
  70. 0562ff4 Bounds check lineSrc in JBig2_Image.cpp. by Tom Sepez · 6 years ago
  71. d7e99cb Add in support for using .evt in make_expected.sh by Ryan Harrison · 6 years ago
  72. 2563fc3 Make FPDF_FormHandle be represented as an incomplete type. by Tom Sepez · 6 years ago
  73. 6214ce9 Encapsulate some public static methods in CFXJSE_FormCalcContext. by Lei Zhang · 6 years ago
  74. 0fa150a Fix assertion in opj_j2k_merge_ppt(). by Lei Zhang · 6 years ago
  75. b9e6281 Refactor PatternStringType(). by Lei Zhang · 6 years ago
  76. 607f198 Roll third_party/freetype/src/ b532d7ce7..578bcf103 (28 commits) by Lei Zhang · 6 years ago
  77. ad39141 Fix sign mismatch in CPDFSDK_FormFillEnvironment::GetPageViewCount(). by Lei Zhang · 6 years ago
  78. 56094c5 Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet. by Tom Sepez · 6 years ago
  79. 3a40bed Add a ScopedLocale for use within CXFA_LocaleValue. by Lei Zhang · 6 years ago
  80. 3aec570 Mark CFGAS_FormatString methods as const. by Lei Zhang · 6 years ago
  81. d4906e8 Combine date/time format methods in CFXJSE_FormCalcContext. by Lei Zhang · 6 years ago
  82. 0ac3601 Fix a nullptr crash in CXFA_LocaleValue::ValidateValue(). by Lei Zhang · 6 years ago
  83. 53d4f0a Add FPDFText_GetFontName() API by Miklos Vajna · 6 years ago
  84. cede561 Remove CXFA_Corner downcasts from cxfa_rectangle.cpp by Tom Sepez · 6 years ago
  85. b53ef1e Replace m_bIsContentLayoutItem with proper enum for type. by Tom Sepez · 6 years ago
  86. 87c1fdc Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods. by Tom Sepez · 6 years ago
  87. 649e059 Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem() by Tom Sepez · 6 years ago
  88. 921d244 Convert some asserts to ifs in cxfa_ffnotify.cpp. by Tom Sepez · 6 years ago
  89. d718d63 Type-safe iteration over CXFA_ContentLayoutItems. by Tom Sepez · 6 years ago
  90. 5822da7 Fix a misspelling of "locale". by Lei Zhang · 6 years ago
  91. ec86c71 Remove a NOTREACHED() in FormValueNode_SetChildContent(). by Lei Zhang · 6 years ago
  92. 95121b7 Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache. by Henrique Nakashima · 6 years ago
  93. 552f1ec Check maximum bit count of shared group object numbers. by Artem Strygin · 6 years ago
  94. 8584902 Remove CXFA_TraverseStrategy_ContentLayoutItem. by Tom Sepez · 6 years ago
  95. 522d77d Add CPDSDK_Annot::AsBAAnnot() checked downcast method by Tom Sepez · 6 years ago
  96. f19ae5d Add ToXML{Instruction,Text,CharData}() checked conversion functions by Tom Sepez · 6 years ago
  97. 0415e02 Roll DEPS for testing corpus to 4e2bafc0. by Lei Zhang · 6 years ago
  98. 13b95d1 Make pixel_tests pass on Windows 10. by Lei Zhang · 6 years ago
  99. 5e2c51c Make pdfium_embeddertests pass on Windows 10. by Lei Zhang · 6 years ago
  100. ed0d270 [cq.cfg] Flip CQ to LUCI by Ryan Tseng · 6 years ago