1. bc2f0c5 Remove Release() from CXFA_FM2JSContext by tsepez · 9 years ago
  2. 39faf4f Remove Release() from CPDFDOC_Environment by tsepez · 9 years ago
  3. 9b1a0ee Fix Undefined-shift in CPDF_SampledFunc::v_Init(). by thestig · 9 years ago
  4. db9e498 Fix a potential nullptr deref in CFX_MapPtrToPtr. by thestig · 9 years ago
  5. 80f25a5 Fix leak in CPDF_StreamContentParser::AddTextObject(). by thestig · 9 years ago
  6. c7600f9 Remove CFX_DSPATemplate usage in CXFA_TextParser by dsinclair · 9 years ago
  7. f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
  8. bc8a640 Correctly check for overflow in FX_atonum. by dsinclair · 9 years ago
  9. e97ea03 Fix memory leaks in pdfium_test. by thestig · 9 years ago
  10. bc91641 Cleanup unused fgas/ code. by dsinclair · 9 years ago
  11. d89fcb8 Remove Release() from CFX_StreamImp, rename to IFX_StreamImp by tsepez · 9 years ago
  12. 225a257 Fix a memory leak in opj_jp2_read_ihdr(). by thestig · 9 years ago
  13. 2346793 Remove Release() from CXFA_WidgetLayoutData by tsepez · 9 years ago
  14. 749c14c Remove agg from skia build by caryclark · 9 years ago
  15. 7b21423 Clean up CFX_RenderDevice::DrawNormalText(). by thestig · 9 years ago
  16. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  17. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  18. 0aae2a7 Remove Release() from CXFA_FWLTheme by tsepez · 9 years ago
  19. f1a52ca Remove Release() from CXFA_ScriptContext by tsepez · 9 years ago
  20. cbfef57 Cleanup XFA_HASHCODE usage. by dsinclair · 9 years ago
  21. 1763f62 Remove Release() from CFX_SAXReader by tsepez · 9 years ago
  22. a039bc2 Remove Release() from CXFA_RenderContext by tsepez · 9 years ago
  23. e7b2853 Remove Release() from CXFA_WidgetAccIterator by tsepez · 9 years ago
  24. 501e8cd Remove Release() from CXFA_ChecksumContext by tsepez · 9 years ago
  25. 6539518 Split xfa/fee files into individual class files. by dsinclair · 9 years ago
  26. 3b09363 Use std::vector in CPDF_StructTreeImpl by tsepez · 9 years ago
  27. 5c9b65e Remove c_str() from widestring checksum variant. by tsepez · 9 years ago
  28. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  29. 56286b3 Remove some CFX_ArrayTemplate<> usage from fxjse by tsepez · 9 years ago
  30. 0c268e9 Replace XFA_N with value by dsinclair · 9 years ago
  31. 8bdb290 Remove Release() from IFX_CharIter, use unique_ptrs. by tsepez · 9 years ago
  32. 992def0 Don't use LCD antialiasing if Fontconfig doesn't support hinting by thomasanderson · 9 years ago
  33. 61a4544 Rename CPDF_Struct{Element,Tree} to IPDF_ by tsepez · 9 years ago
  34. 935d8d5 XFA_WIDGETSTATUS cleanup. by dsinclair · 9 years ago
  35. 59ce240 Fix DrMemory bot error by properly initializing the variable by weili · 9 years ago
  36. dbc14fa Allow multiprocess Dr Memory tests by dsinclair · 9 years ago
  37. dd42700 Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20001 of https://codereview.chromium.org/1988603002/ ) by weili · 9 years ago
  38. 849284d Combine corpus runner into test_runner.py by dsinclair · 9 years ago
  39. 47b998b Remove an unnecessary variable from CPDF_Creator by weili · 9 years ago
  40. 5f3b41b Use chromium_code standard for PDFium GYP compilation by weili · 9 years ago
  41. 3857904 Remove Release() { delete this; } in CFXA_Data{Importer,Exporter} by tsepez · 9 years ago
  42. 3301ab3 Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild(). by thestig · 9 years ago
  43. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 9 years ago
  44. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 9 years ago
  45. 44d83f3 Use CFX_RetainPtr<> to refcount CPDFXFA_Page by tsepez · 9 years ago
  46. 3cc01f2 Fix the code that causes warnings by weili · 9 years ago
  47. c6450bb Remove XFA_WIDGETEVENT defines by dsinclair · 9 years ago
  48. cc4d6d8 Remove { delete this; } anti-pattern from IXFA_WidgetIterator by tsepez · 9 years ago
  49. e699c66 Clean up CPDF_Creator. by thestig · 9 years ago
  50. 06f4572 Fix binding of null pointer dereference to reference type by hans · 9 years ago
  51. 3f80c86 Remove some c_str() calls from StringCs in xfa docs. by tsepez · 9 years ago
  52. b22504a Replace FX_WSTRC(L"xyz").c_str() with just L"xyz" by tsepez · 9 years ago
  53. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  54. 719a7a7 Readme update to make need for pdfium_is_standalone clear. by dsinclair · 9 years ago
  55. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  56. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  57. 01e624f Fix GCC warnings to be ready for GCC standalone build by weili · 9 years ago
  58. 8adc153 ReplaceSelections() methods never called. by tsepez · 9 years ago
  59. f7036ba Templatize CFX_{Byte,Wide}StringC by tsepez · 9 years ago
  60. 19ea309 Make the Skia GN build work. by thestig · 9 years ago
  61. 9c845c3 Move some classes out of doc_vt.cpp into their own files. by thestig · 9 years ago
  62. d6e1887 allow Skia to be the default graphics engine by caryclark · 9 years ago
  63. 594b20b Fix some misc nits. by thestig · 9 years ago
  64. f6d9a61 Add GN bots into commit queue by weili · 9 years ago
  65. 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
  66. ade9465 Fix comment in fx_string.h by tsepez · 9 years ago
  67. 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
  68. a0a3bc3 Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. by ochang · 9 years ago
  69. 732f6a0 IFX_Edit::NewEdit never returns nullptr. by thestig · 9 years ago
  70. aadedf9 Replace CXFA_PtrSetTemplate with std::unordered_set. by tsepez · 9 years ago
  71. fc11365 put change to CFX_ImageStretcher in Skia as well by caryclark · 9 years ago
  72. 77f45f2 Fix a sign mismatch. by thestig · 9 years ago
  73. 9febfe6 Clean up CFX_ImageStretcher. by thestig · 9 years ago
  74. 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
  75. f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
  76. 94dfd56 Remove c_str() from fpdf_font.cpp by tsepez · 9 years ago
  77. 0d13187 Fix a divide by zero in CFX_ImageStretcher. by thestig · 9 years ago
  78. 4d063bb Use bytestringC rather than raw ptr/len pairs in syntax parser by tsepez · 9 years ago
  79. cac1571 Remove CPVT_Size and CPVT_FloatRange. by thestig · 9 years ago
  80. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 9 years ago
  81. a244dfe Clean up CPDF_Color and some related code. by thestig · 9 years ago
  82. 35c2100 Fix a potential UAF with FPDFAvail_IsLinearized(). by thestig · 9 years ago
  83. 877a547 Use STL map for m_eventTargets. by tsepez · 9 years ago
  84. 3173543 fix skia build by caryclark · 9 years ago
  85. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  86. 2c3a16a Remove some dead code. by thestig · 9 years ago
  87. 245ae9c Make GYP and GN build consistent for third_party targets by weili · 9 years ago
  88. cf03f8e Remove std::string usage in PublicMethods.cpp. by thestig · 9 years ago
  89. 690a99c fix linux warnings by caryclark · 9 years ago
  90. e00f75c CFX_ArabicChar contains only static methods, no need to instantiate. by tsepez · 9 years ago
  91. d29882d Resolve macro redefinition warnings when built in Chromium by weili · 9 years ago
  92. 1f00dbf Only set memory tool define if not set. by dsinclair · 9 years ago
  93. b4d40ff Remove CLASSHASH defines in favour of an enum class. by dsinclair · 9 years ago
  94. 439bb9e Avoid unused variable warnings on Linux by Wei Li · 9 years ago
  95. 5fe7ae7 Properly fix the warnings by Wei Li · 9 years ago
  96. 6e1ae86 Enable 'treating warnings as errors' for 64 bit Win builds by weili · 9 years ago
  97. c777f48 Convert FWL_ERR into an enum class. by dsinclair · 9 years ago
  98. 41aad19 More gtest overrides to fix OSX GN build by dsinclair · 9 years ago
  99. e8fd101 Ignore the generate_library_loader directory by dsinclair · 9 years ago
  100. d7725bb Copy the event definition file to the testing directory along with pdf by tsepez · 9 years ago