1. b37f1f6 Combine nearly identical code in CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago chromium/6865 chromium/6866 chromium/6867 chromium/6868 chromium/6869 chromium/6870 chromium/6871 chromium/6872
  2. 2b637f2 Split text field code out of CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
  3. 6fe39bf Split combo/listbox code out of CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
  4. 63155a9 Clean up some dictionary usage in CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
  5. 6a02664 Further split CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
  6. 610da16 Move setjmp calls out of progressive_decoder.cpp, part 3. by Tom Sepez · 6 months ago chromium/6863 chromium/6864
  7. 41101f5 Fix botched GuessSizeForVSWPrintf() refactor by Lei Zhang · 6 months ago
  8. 8970554 Make png setjmp calls come from C, not C++. by Tom Sepez · 6 months ago
  9. c371c29 Simplify GenerateExtGStateDict() by Lei Zhang · 6 months ago
  10. da691b3 Refactor border style dict reading code into GetBorderStyleInfo() by Lei Zhang · 6 months ago
  11. d71e910 Consolidate border bevel/inset values into GenerateBorderAP() by Lei Zhang · 6 months ago
  12. 2a019e0 Use even more Google C++ variable names in cpdf_generateap.cpp by Lei Zhang · 6 months ago
  13. 07db11e Use more Google C++ variable names in cpdf_generateap.cpp by Lei Zhang · 6 months ago
  14. 1343d26 Restructure a couple of functions inside cpdf_generateap.cpp by Lei Zhang · 6 months ago chromium/6861 chromium/6862
  15. 065a906 Move setjmp calls out of progressive_decoder.cpp, part 2. by Tom Sepez · 6 months ago
  16. 594a0fa Tidy JpegProgressiveDecoder::ReadHeader() return results. by Tom Sepez · 6 months ago
  17. fc9bc8d Move setjmp calls out of progressive_decoder.cpp, part 1. by Tom Sepez · 6 months ago
  18. 9047dd7 Mark function scope constexpr constants as static in //core by Lei Zhang · 6 months ago
  19. 51cfc0f Move all the C code for jpeg to the C file. by Tom Sepez · 6 months ago chromium/6854 chromium/6855
  20. 3ef11ce Consolidate error_fatal() into jpeg_common.h by Tom Sepez · 6 months ago
  21. ccc4155 Consistently store JpegCommon into cinfo.client_data. by Tom Sepez · 6 months ago
  22. 5f77faf Rename jpegmodule member and set consistently. by Tom Sepez · 6 months ago
  23. df17d30 Move setjmp() calls from .cpp to .c files. by Tom Sepez · 6 months ago
  24. 666e847 Mark function scope constexpr constants as static in tests by Lei Zhang · 6 months ago
  25. ff3c7ff Fix potential compiler error in CPDF_ToUnicodeMap::HandleBeginBFChar() by Lei Zhang · 6 months ago
  26. d9d7356 Fix resource tracking when using FPDFPageObj_SetIsActive() by Lei Zhang · 6 months ago
  27. d9171e5 Fix crash in CPDF_InteractiveForm::AddTerminalField() by Lei Zhang · 6 months ago
  28. 1549987 Add span<> move-assignment operator. by Tom Sepez · 6 months ago
  29. 7bf56d0 Make JpegLoadInfo use JpegCommon struct by Tom Sepez · 6 months ago
  30. 1a2d466 Unify jpeg library API struct usage. by Tom Sepez · 6 months ago
  31. 57b2e1c Roll llvm-libc, GCS, build, buildtools, clang, libcxx, rust, tools/rust by Alan Screen · 6 months ago
  32. 22fad3b Move common jpeg library API fields to jpeg_common.h by Tom Sepez · 7 months ago chromium/6847 chromium/6848
  33. 79a9e38 Spanify FXSYS_IntToTwoHexChars() and FXSYS_IntToFourHexChars() by Lei Zhang · 7 months ago
  34. 9199942 Use string view internally in GuessSizeForVSWPrintf() by Lei Zhang · 7 months ago
  35. ef6cdab Make core/fxcodec/jpeg/jpeg_common.cpp a .c file. by Tom Sepez · 7 months ago
  36. d632c53 Consistently use FXSYS_IsHexDigit() by Lei Zhang · 7 months ago
  37. e3e911e Consistently use FXSYS_IsDecimalDigit() by Lei Zhang · 7 months ago
  38. 057d7ae Spanify FXSYS_ToUTF16BE() by Lei Zhang · 7 months ago
  39. 68c406a Do more validation in CPDF_ToUnicodeMap by Lei Zhang · 7 months ago
  40. 2150b69 Add StringToInt() by Lei Zhang · 7 months ago chromium/6839 chromium/6840
  41. f3ddbc9 Add CPDFToUnicodeMapTest.HandleBeginBFRangeRejectsMismatchedBracket by Lei Zhang · 7 months ago
  42. 399d836 Add CPDFToUnicodeMapTest.HandleBeginBFRangeGoodCount by Lei Zhang · 7 months ago
  43. 7aa1eff Update CPDFToUnicodeMapTest inputs with counts by Lei Zhang · 7 months ago
  44. 8f80186b Limit the CID code values in CPDF_ToUnicodeMap by Lei Zhang · 7 months ago
  45. 75a7c4d Rename NOTREACHED_NORETURN() to NOTREACHED() by Peter Boström · 7 months ago chromium/6835 chromium/6836
  46. 00feb6e Remove DCHECK(false) version of NOTREACHED() by Peter Boström · 7 months ago
  47. 84a8011 Fix FPDFPageObj_SetIsActive() crash by Lei Zhang · 7 months ago chromium/6834 chromium/6834_101 chromium/6834_105 chromium/6834_159 chromium/6834_160
  48. 8638d13 Add experimental FPDFPageObj_SetIsActive() API by Alan Screen · 7 months ago chromium/6826 chromium/6827 chromium/6828 chromium/6829 chromium/6830 chromium/6831 chromium/6832 chromium/6833
  49. bbf2f31 [cleanup] Clean up underscores in some test names again by Ho Cheung · 7 months ago chromium/6811 chromium/6812 chromium/6813 chromium/6814 chromium/6815 chromium/6816 chromium/6817
  50. b72468f Avoid integer overflow in DrawNormalTextHelper() by Lei Zhang · 7 months ago chromium/6797 chromium/6798 chromium/6799 chromium/6800 chromium/6801 chromium/6802 chromium/6803
  51. 910e2f41f Set a memory limit for libtiff by Lei Zhang · 7 months ago
  52. 3baa71f Make CFX_AggDeviceDriver::DrawDeviceText() respect RGB byte order by Lei Zhang · 7 months ago
  53. 655daf6 [cleanup] Clean up underscores in some test names by Ho Cheung · 7 months ago chromium/6796
  54. 47430a9 Add CPDFToUnicodeMapTest.NonBmpUnicodeLookup by Lei Zhang · 7 months ago
  55. 78158af Reduce scope of GetBGR() calls inside CFX_AggRenderer::CompositeSpan() by Lei Zhang · 7 months ago chromium/6792 chromium/6793
  56. 1d82805 [core] Remove underscores from test names in //core by Ho Cheung · 7 months ago
  57. de232da [fpdfdoc] Remove underscores from test names in core/fpdfdoc by Ho Cheung · 8 months ago
  58. 573d1da Remove scale parameter from CFX_GraphState::SetLineDash() by Lei Zhang · 8 months ago
  59. 821b731 Add a non-default CPDF_TextPage::CharInfo constructor by Lei Zhang · 8 months ago chromium/6756 chromium/6757 chromium/6758 chromium/6759 chromium/6760 chromium/6761 chromium/6762 chromium/6763
  60. 159263a Split CPDF_TextPage::ProcessTextObjectItems() into smaller pieces by Lei Zhang · 8 months ago
  61. 46bf1c4 Rename some variables in cpdf_textpage.cpp by Lei Zhang · 8 months ago
  62. 85a2d43 Shorten references to CharType in CPDF_TextPage by Lei Zhang · 8 months ago
  63. e452df7 Split CPDF_TextPage::ProcessTextObject() into smaller pieces by Lei Zhang · 8 months ago
  64. 18dd2ab Encapsulate `CPDF_TextPage::CharInfo::m_Unicode` by Lei Zhang · 8 months ago
  65. df6a2ca Encapsulate remaining CFX_GraphStateData members by Lei Zhang · 8 months ago
  66. a644535 Encapsulate CFX_GraphStateData dash members by Lei Zhang · 8 months ago
  67. a24d4ac Encapsulate `CPDF_TextPage::CharInfo::m_CharCode` by Lei Zhang · 8 months ago
  68. 19fa111 Remove `CPDF_TextPage::CharInfo::m_Index` by Lei Zhang · 8 months ago
  69. 52be00c Encapsulate `CPDF_TextPage::CharInfo::m_CharType` by Lei Zhang · 8 months ago
  70. da71f46 Encapsulate `CPDF_TextPage::CharInfo::m_pTextobj` by Lei Zhang · 8 months ago
  71. 92d88b5 Encapsulate `CPDF_TextPage::CharInfo::m_Origin` and `m_CharBox` by Lei Zhang · 8 months ago
  72. 41278c3 Remove unnecessary CFX_GraphStateData initialization by Lei Zhang · 8 months ago
  73. 0d34880 Encapsulate `CPDF_TextPage::CharInfo::m_Matrix` by Lei Zhang · 8 months ago
  74. e6633a5 Use third_party/fast_float to convert strings to floats/doubles instead by Andy Phan · 8 months ago chromium/6737 chromium/6738 chromium/6739 chromium/6740
  75. 6bad735 Avoid crashes in FPDFAnnot_GetOptionCount() / FPDFAnnot_GetOptionLabel() by Lei Zhang · 9 months ago
  76. 62d69b2 Switch to LoadScopedPage() by Helmut Januschka · 9 months ago
  77. 128296b Add extra test cases for StringToFloat() and StringToDouble() by Andy Phan · 9 months ago
  78. 792db1f Use EXPECT_DOUBLE_EQ in fxstring.*StringToDouble tests by Andy Phan · 9 months ago
  79. 2b675cf Remove ByteString::FormatFloat() FloatToString(), and DoubleToString() by Lei Zhang · 9 months ago chromium/6717 chromium/6718 chromium/6719 chromium/6720 chromium/6721 chromium/6722 chromium/6723 chromium/6723_102 chromium/6724
  80. 0c83cf8 Remove NOTREACHED_NORETURN() in CPDF_PSOP::GetFloatValue() by Lei Zhang · 9 months ago
  81. 18240f7 Convert floats to string better in CPDF_Number::GetString() by Andy Phan · 9 months ago
  82. e0f9c0a Convert floats to string better in CPDF_Number::WriteTo() by Andy Phan · 9 months ago
  83. fb7720b Update CPDF_Number member names by Andy Phan · 9 months ago chromium/6714 chromium/6715 chromium/6716
  84. a3325b6 Validate sRGB ICC profiles have 3 components by Lei Zhang · 9 months ago
  85. d5f3e3a Prevent some integer overflows in CFX_RenderDevice::DrawPath() by Lei Zhang · 9 months ago chromium/6711 chromium/6712 chromium/6713
  86. c77447d Resolve additional non-performant std::move() issues. by Tom Sepez · 9 months ago chromium/6703 chromium/6704 chromium/6705 chromium/6706 chromium/6707
  87. e3e37ba Remove stray const qualifier from CPDF_Parser. by Tom Sepez · 9 months ago
  88. 1da5c63 Roll third_party/skia/ 37427562a..5491fe7b9 (557 commits) by Alan Screen · 9 months ago
  89. c15228d Change ArgbToAlphaAndColorRef() to return uint8_t for the alpha value by Lei Zhang · 9 months ago
  90. acf0054 Remove some std::tie() calls with structured binding by Lei Zhang · 9 months ago
  91. fb88bd7 Remove BlendMode param from RenderDeviceDriverIface::DrawPath() by Lei Zhang · 9 months ago
  92. c6d4336 Simplify RenderDeviceDriverIface::FillRectWithBlend() by Lei Zhang · 9 months ago
  93. 4974ed7 Remove BlendMode param from RenderDeviceDriverIface::DrawCosmeticLine() by Lei Zhang · 9 months ago
  94. 6e8ca1d Remove CFX_RenderDevice::FillRectWithBlend() by Lei Zhang · 9 months ago
  95. 2906e2c Remove BlendMode parameters from CFX_RenderDevice helper methods by Lei Zhang · 9 months ago
  96. 38e6a85 Remove CFX_RenderDevice::DrawPathWithBlend() by Lei Zhang · 9 months ago
  97. 0bba2ec Remove a CPDF_ImageRenderer::Start() parameter by Lei Zhang · 9 months ago
  98. 0659d7c Remove CPDF_RenderStatus::m_curBlend by Lei Zhang · 9 months ago
  99. 9da4078 Remove dead code in CPDF_RenderStatus::ProcessTransparency() by Lei Zhang · 9 months ago
  100. 55d9e06 Simplify CFX_SkiaDeviceDriver::TryDrawText() by Lei Zhang · 9 months ago