- 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
- 2b637f2 Split text field code out of CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
- 6fe39bf Split combo/listbox code out of CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
- 63155a9 Clean up some dictionary usage in CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
- 6a02664 Further split CPDF_GenerateAP::GenerateFormAP() by Lei Zhang · 6 months ago
- 610da16 Move setjmp calls out of progressive_decoder.cpp, part 3. by Tom Sepez · 6 months ago chromium/6863 chromium/6864
- 41101f5 Fix botched GuessSizeForVSWPrintf() refactor by Lei Zhang · 6 months ago
- 8970554 Make png setjmp calls come from C, not C++. by Tom Sepez · 6 months ago
- c371c29 Simplify GenerateExtGStateDict() by Lei Zhang · 6 months ago
- da691b3 Refactor border style dict reading code into GetBorderStyleInfo() by Lei Zhang · 6 months ago
- d71e910 Consolidate border bevel/inset values into GenerateBorderAP() by Lei Zhang · 6 months ago
- 2a019e0 Use even more Google C++ variable names in cpdf_generateap.cpp by Lei Zhang · 6 months ago
- 07db11e Use more Google C++ variable names in cpdf_generateap.cpp by Lei Zhang · 6 months ago
- 1343d26 Restructure a couple of functions inside cpdf_generateap.cpp by Lei Zhang · 6 months ago chromium/6861 chromium/6862
- 065a906 Move setjmp calls out of progressive_decoder.cpp, part 2. by Tom Sepez · 6 months ago
- 594a0fa Tidy JpegProgressiveDecoder::ReadHeader() return results. by Tom Sepez · 6 months ago
- fc9bc8d Move setjmp calls out of progressive_decoder.cpp, part 1. by Tom Sepez · 6 months ago
- 9047dd7 Mark function scope constexpr constants as static in //core by Lei Zhang · 6 months ago
- 51cfc0f Move all the C code for jpeg to the C file. by Tom Sepez · 6 months ago chromium/6854 chromium/6855
- 3ef11ce Consolidate error_fatal() into jpeg_common.h by Tom Sepez · 6 months ago
- ccc4155 Consistently store JpegCommon into cinfo.client_data. by Tom Sepez · 6 months ago
- 5f77faf Rename jpegmodule member and set consistently. by Tom Sepez · 6 months ago
- df17d30 Move setjmp() calls from .cpp to .c files. by Tom Sepez · 6 months ago
- 666e847 Mark function scope constexpr constants as static in tests by Lei Zhang · 6 months ago
- ff3c7ff Fix potential compiler error in CPDF_ToUnicodeMap::HandleBeginBFChar() by Lei Zhang · 6 months ago
- d9d7356 Fix resource tracking when using FPDFPageObj_SetIsActive() by Lei Zhang · 6 months ago
- d9171e5 Fix crash in CPDF_InteractiveForm::AddTerminalField() by Lei Zhang · 6 months ago
- 1549987 Add span<> move-assignment operator. by Tom Sepez · 6 months ago
- 7bf56d0 Make JpegLoadInfo use JpegCommon struct by Tom Sepez · 6 months ago
- 1a2d466 Unify jpeg library API struct usage. by Tom Sepez · 6 months ago
- 57b2e1c Roll llvm-libc, GCS, build, buildtools, clang, libcxx, rust, tools/rust by Alan Screen · 6 months ago
- 22fad3b Move common jpeg library API fields to jpeg_common.h by Tom Sepez · 7 months ago chromium/6847 chromium/6848
- 79a9e38 Spanify FXSYS_IntToTwoHexChars() and FXSYS_IntToFourHexChars() by Lei Zhang · 7 months ago
- 9199942 Use string view internally in GuessSizeForVSWPrintf() by Lei Zhang · 7 months ago
- ef6cdab Make core/fxcodec/jpeg/jpeg_common.cpp a .c file. by Tom Sepez · 7 months ago
- d632c53 Consistently use FXSYS_IsHexDigit() by Lei Zhang · 7 months ago
- e3e911e Consistently use FXSYS_IsDecimalDigit() by Lei Zhang · 7 months ago
- 057d7ae Spanify FXSYS_ToUTF16BE() by Lei Zhang · 7 months ago
- 68c406a Do more validation in CPDF_ToUnicodeMap by Lei Zhang · 7 months ago
- 2150b69 Add StringToInt() by Lei Zhang · 7 months ago chromium/6839 chromium/6840
- f3ddbc9 Add CPDFToUnicodeMapTest.HandleBeginBFRangeRejectsMismatchedBracket by Lei Zhang · 7 months ago
- 399d836 Add CPDFToUnicodeMapTest.HandleBeginBFRangeGoodCount by Lei Zhang · 7 months ago
- 7aa1eff Update CPDFToUnicodeMapTest inputs with counts by Lei Zhang · 7 months ago
- 8f80186b Limit the CID code values in CPDF_ToUnicodeMap by Lei Zhang · 7 months ago
- 75a7c4d Rename NOTREACHED_NORETURN() to NOTREACHED() by Peter Boström · 7 months ago chromium/6835 chromium/6836
- 00feb6e Remove DCHECK(false) version of NOTREACHED() by Peter Boström · 7 months ago
- 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
- 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
- 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
- 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
- 910e2f41f Set a memory limit for libtiff by Lei Zhang · 7 months ago
- 3baa71f Make CFX_AggDeviceDriver::DrawDeviceText() respect RGB byte order by Lei Zhang · 7 months ago
- 655daf6 [cleanup] Clean up underscores in some test names by Ho Cheung · 7 months ago chromium/6796
- 47430a9 Add CPDFToUnicodeMapTest.NonBmpUnicodeLookup by Lei Zhang · 7 months ago
- 78158af Reduce scope of GetBGR() calls inside CFX_AggRenderer::CompositeSpan() by Lei Zhang · 7 months ago chromium/6792 chromium/6793
- 1d82805 [core] Remove underscores from test names in //core by Ho Cheung · 7 months ago
- de232da [fpdfdoc] Remove underscores from test names in core/fpdfdoc by Ho Cheung · 8 months ago
- 573d1da Remove scale parameter from CFX_GraphState::SetLineDash() by Lei Zhang · 8 months ago
- 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
- 159263a Split CPDF_TextPage::ProcessTextObjectItems() into smaller pieces by Lei Zhang · 8 months ago
- 46bf1c4 Rename some variables in cpdf_textpage.cpp by Lei Zhang · 8 months ago
- 85a2d43 Shorten references to CharType in CPDF_TextPage by Lei Zhang · 8 months ago
- e452df7 Split CPDF_TextPage::ProcessTextObject() into smaller pieces by Lei Zhang · 8 months ago
- 18dd2ab Encapsulate `CPDF_TextPage::CharInfo::m_Unicode` by Lei Zhang · 8 months ago
- df6a2ca Encapsulate remaining CFX_GraphStateData members by Lei Zhang · 8 months ago
- a644535 Encapsulate CFX_GraphStateData dash members by Lei Zhang · 8 months ago
- a24d4ac Encapsulate `CPDF_TextPage::CharInfo::m_CharCode` by Lei Zhang · 8 months ago
- 19fa111 Remove `CPDF_TextPage::CharInfo::m_Index` by Lei Zhang · 8 months ago
- 52be00c Encapsulate `CPDF_TextPage::CharInfo::m_CharType` by Lei Zhang · 8 months ago
- da71f46 Encapsulate `CPDF_TextPage::CharInfo::m_pTextobj` by Lei Zhang · 8 months ago
- 92d88b5 Encapsulate `CPDF_TextPage::CharInfo::m_Origin` and `m_CharBox` by Lei Zhang · 8 months ago
- 41278c3 Remove unnecessary CFX_GraphStateData initialization by Lei Zhang · 8 months ago
- 0d34880 Encapsulate `CPDF_TextPage::CharInfo::m_Matrix` by Lei Zhang · 8 months ago
- 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
- 6bad735 Avoid crashes in FPDFAnnot_GetOptionCount() / FPDFAnnot_GetOptionLabel() by Lei Zhang · 9 months ago
- 62d69b2 Switch to LoadScopedPage() by Helmut Januschka · 9 months ago
- 128296b Add extra test cases for StringToFloat() and StringToDouble() by Andy Phan · 9 months ago
- 792db1f Use EXPECT_DOUBLE_EQ in fxstring.*StringToDouble tests by Andy Phan · 9 months ago
- 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
- 0c83cf8 Remove NOTREACHED_NORETURN() in CPDF_PSOP::GetFloatValue() by Lei Zhang · 9 months ago
- 18240f7 Convert floats to string better in CPDF_Number::GetString() by Andy Phan · 9 months ago
- e0f9c0a Convert floats to string better in CPDF_Number::WriteTo() by Andy Phan · 9 months ago
- fb7720b Update CPDF_Number member names by Andy Phan · 9 months ago chromium/6714 chromium/6715 chromium/6716
- a3325b6 Validate sRGB ICC profiles have 3 components by Lei Zhang · 9 months ago
- d5f3e3a Prevent some integer overflows in CFX_RenderDevice::DrawPath() by Lei Zhang · 9 months ago chromium/6711 chromium/6712 chromium/6713
- c77447d Resolve additional non-performant std::move() issues. by Tom Sepez · 9 months ago chromium/6703 chromium/6704 chromium/6705 chromium/6706 chromium/6707
- e3e37ba Remove stray const qualifier from CPDF_Parser. by Tom Sepez · 9 months ago
- 1da5c63 Roll third_party/skia/ 37427562a..5491fe7b9 (557 commits) by Alan Screen · 9 months ago
- c15228d Change ArgbToAlphaAndColorRef() to return uint8_t for the alpha value by Lei Zhang · 9 months ago
- acf0054 Remove some std::tie() calls with structured binding by Lei Zhang · 9 months ago
- fb88bd7 Remove BlendMode param from RenderDeviceDriverIface::DrawPath() by Lei Zhang · 9 months ago
- c6d4336 Simplify RenderDeviceDriverIface::FillRectWithBlend() by Lei Zhang · 9 months ago
- 4974ed7 Remove BlendMode param from RenderDeviceDriverIface::DrawCosmeticLine() by Lei Zhang · 9 months ago
- 6e8ca1d Remove CFX_RenderDevice::FillRectWithBlend() by Lei Zhang · 9 months ago
- 2906e2c Remove BlendMode parameters from CFX_RenderDevice helper methods by Lei Zhang · 9 months ago
- 38e6a85 Remove CFX_RenderDevice::DrawPathWithBlend() by Lei Zhang · 9 months ago
- 0bba2ec Remove a CPDF_ImageRenderer::Start() parameter by Lei Zhang · 9 months ago
- 0659d7c Remove CPDF_RenderStatus::m_curBlend by Lei Zhang · 9 months ago
- 9da4078 Remove dead code in CPDF_RenderStatus::ProcessTransparency() by Lei Zhang · 9 months ago
- 55d9e06 Simplify CFX_SkiaDeviceDriver::TryDrawText() by Lei Zhang · 9 months ago