- d6e1887 allow Skia to be the default graphics engine by caryclark · 9 years ago
- 594b20b Fix some misc nits. by thestig · 9 years ago
- f6d9a61 Add GN bots into commit queue by weili · 9 years ago
- 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
- ade9465 Fix comment in fx_string.h by tsepez · 9 years ago
- 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
- a0a3bc3 Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. by ochang · 9 years ago
- 732f6a0 IFX_Edit::NewEdit never returns nullptr. by thestig · 9 years ago
- aadedf9 Replace CXFA_PtrSetTemplate with std::unordered_set. by tsepez · 9 years ago
- fc11365 put change to CFX_ImageStretcher in Skia as well by caryclark · 9 years ago
- 77f45f2 Fix a sign mismatch. by thestig · 9 years ago
- 9febfe6 Clean up CFX_ImageStretcher. by thestig · 9 years ago
- f0db33f Revert "Reland of relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ )" by weili · 9 years ago
- f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
- 94dfd56 Remove c_str() from fpdf_font.cpp by tsepez · 9 years ago
- 0d13187 Fix a divide by zero in CFX_ImageStretcher. by thestig · 9 years ago
- 4d063bb Use bytestringC rather than raw ptr/len pairs in syntax parser by tsepez · 9 years ago
- cac1571 Remove CPVT_Size and CPVT_FloatRange. by thestig · 9 years ago
- 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 9 years ago
- a244dfe Clean up CPDF_Color and some related code. by thestig · 9 years ago
- 35c2100 Fix a potential UAF with FPDFAvail_IsLinearized(). by thestig · 9 years ago
- 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
- 3173543 fix skia build by caryclark · 9 years ago
- f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
- 2c3a16a Remove some dead code. by thestig · 9 years ago
- 245ae9c Make GYP and GN build consistent for third_party targets by weili · 9 years ago
- cf03f8e Remove std::string usage in PublicMethods.cpp. by thestig · 9 years ago
- 690a99c fix linux warnings by caryclark · 9 years ago
- e00f75c CFX_ArabicChar contains only static methods, no need to instantiate. by tsepez · 9 years ago
- d29882d Resolve macro redefinition warnings when built in Chromium by weili · 9 years ago
- 1f00dbf Only set memory tool define if not set. by dsinclair · 9 years ago
- b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
- 439bb9e Avoid unused variable warnings on Linux by Wei Li · 9 years ago
- 5fe7ae7 Properly fix the warnings by Wei Li · 9 years ago
- 6e1ae86 Enable 'treating warnings as errors' for 64 bit Win builds by weili · 9 years ago
- c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
- 41aad19 More gtest overrides to fix OSX GN build by dsinclair · 9 years ago
- e8fd101 Ignore the generate_library_loader directory by dsinclair · 9 years ago
- d7725bb Copy the event definition file to the testing directory along with pdf by tsepez · 9 years ago
- 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
- b7675f6 Cleanup CFWL_ThemePart data. by dsinclair · 9 years ago
- ef43608 Convert some theme defines to values. by dsinclair · 9 years ago
- 8f4bf9a More define cleanup. by dsinclair · 9 years ago
- 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
- 10b01bf Fix event sending in pdfium_test. by tsepez · 9 years ago
- ab522f9 Update README to use GN instead of GYP by dsinclair · 9 years ago
- 11988d7 Skia GN build. by dsinclair · 9 years ago
- a031357 Reland of lax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ ) by weili · 9 years ago
- 696fc8b Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://codereview.chromium.org/1919283008/ ) by dsinclair · 9 years ago
- 2a14bde Replace IFX_MemoryAllocator::Release() with delete. by tsepez · 9 years ago
- 4c133f3 Remove unused CFX_CPLTree<> template by tsepez · 9 years ago
- 4d06f83 Cleanup XFA-Specific memory allocators. by tsepez · 9 years ago
- 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
- 5fc4f31 Revert of Relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1926823002/ ) by weili · 9 years ago
- fd670fd Reland of Allow overriding GN build flags by dsinclair · 9 years ago
- 6020e45 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 by tsepez · 9 years ago
- fbe14b9 Fix lint bugs. by thestig · 9 years ago
- a354eb5 Remove unneeded CPVT classes. by thestig · 9 years ago
- 8f0d0da Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10 by tsepez · 9 years ago
- a86d113 Add tree status check to PDFium CQ. by dsinclair · 9 years ago
- b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
- 038bf0b Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ ) by dsinclair · 9 years ago
- 5593bb8 Use utilities from build directory instead of own copies by weili · 9 years ago
- 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
- e801d4e Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9 by tsepez · 9 years ago
- e7ca8ba Documentation change for Window toolchain setting by weili · 9 years ago
- d5d07dc Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8 by tsepez · 9 years ago
- cd1e9ff Relax a couple checks to allow certain non-standard PDF files. by weili · 9 years ago
- d15ba4e Replace CFX_PtryArray with typesafe CFX_ArrayTemplate, Part 7 by tsepez · 9 years ago
- b7a9604 Avoid nullptr dereferences in sycc444_to_rgb(). by thestig · 9 years ago
- 495bda1 Do not check pointers before deleting them. by thestig · 9 years ago
- a310984 Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6 by tsepez · 9 years ago
- 9a1b665 Reland of Use visual studio toolchain from depot_tools for PDFium compilation (patchset #1 id:1 of https://codereview.chromium.org/1922373003/ ) by weili · 9 years ago
- 33a747d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 by tsepez · 9 years ago
- 18713d2 Update Dr. memory tool to version 1.10.16880 by Wei Li · 9 years ago
- aef780d Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4 by tsepez · 9 years ago
- 8e957ba Fix stack overflow from nested arrays. by thestig · 9 years ago
- 01a8620 Make two compilation flags for Windows Clang build effective by weili · 9 years ago
- 224bc5a Change bool type to fix warnings. by dsinclair · 9 years ago
- 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
- e6ebf7a Cleanup IFDE_CSS interfaces. by dsinclair · 9 years ago
- 3b5cb78 Remove output redirect from corpus test runner. by dsinclair · 9 years ago
- bb0d446 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3 by tsepez · 9 years ago
- df96690 Revert of Use visual studio toolchain from depot_tools for PDFium compilation (patchset #3 id:40001 of https://codereview.chromium.org/1897523002/ ) by weili · 9 years ago
- 0e5f87a Replace CFX_PtrArray with type-safe CFX_ArrayTemplate, Part 2 by tsepez · 9 years ago
- 15bfe1b Adding default_exe_manifest to two binaries by brucedawson · 9 years ago
- b174aa3 Replace CFX_PtrArray with type-safe CFX_ArrayTemplate<>, Part 1. by tsepez · 9 years ago
- 590f2d9 Use visual studio toolchain from depot_tools for PDFium compilation by weili · 9 years ago
- cf83a51 Use the correct default goma directory on Windows by weili · 9 years ago
- 1ae572e Allow overriding GN build flags by dsinclair · 9 years ago
- 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
- 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
- b2f6f91 Fix incorrect v8 TryCatch. by etienneb · 9 years ago
- b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
- 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 9 years ago
- 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
- d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
- 518fd4c CFX_ByteString::Reserve(), ReleaseBuffer() fixes. by tsepez · 9 years ago
- 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
- 76c5379 Fix Wvarargs warning in XFA error code. by dsinclair · 9 years ago