1. fc04f41 Move all of ccodec_bmpmodule state to its context by Tom Sepez · 7 years ago
  2. d9dc962 Add missing public APIs to API test. by wileyrya · 7 years ago
  3. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 7 years ago
  4. 5e042a1 Fix OnDestroy method for scroll bars by Tom Sepez · 7 years ago
  5. 26cb2fa Use unowned ptr back to delegates in codec modules by Tom Sepez · 7 years ago
  6. 2c20003 Fix small ordering issue in CFX_ProgressiveDecoder cleanup. by Tom Sepez · 7 years ago
  7. 0704e9b Release unowned m_pTiffContext before deleting through it by Tom Sepez · 7 years ago
  8. 9a50579 Do not store pointer to IFX_Pause in CCodec_Jbig2Context by Tom Sepez · 7 years ago
  9. b58ff22 Roll skia to fix bots by Dan Sinclair · 7 years ago
  10. 207b727 Eliminate unneeded calls to FPDFPage_GenerateContent by Nicolas Pena · 7 years ago
  11. 56e5e67 IFX_Pause is passed to CJBig2_Context, no need to store. by Tom Sepez · 7 years ago
  12. 385d32f Fix CPDF_PageRenderContext cleanup by Tom Sepez · 7 years ago
  13. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 7 years ago
  14. cdfc035 Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed. by Tom Sepez · 7 years ago
  15. fb9c11b Release unowned CS reference before maybe destroying owned one by Tom Sepez · 7 years ago
  16. f1697fa Add public API for getting the bounds of a page object. by wileyrya · 7 years ago
  17. 169b301 Use proper file names in core/fpdfapi/font by Nicolas Pena · 7 years ago
  18. f677e18 Rename Probe() to ProbeForLowSeverityLifetimeIssue(). by Tom Sepez · 7 years ago
  19. 741c362 Avoid dangling encrypt dict pointer in CPDF_Parser by Tom Sepez · 7 years ago
  20. d928181 Simplify CPDF_Page ctor. by Lei Zhang · 7 years ago
  21. 05f3359 Add include dir for new Skia shaders location by Florin Malita · 7 years ago
  22. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 7 years ago
  23. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 7 years ago
  24. 1bbcb35 Replace SymbolShapeHint with a boolean. by Lei Zhang · 7 years ago
  25. 1c26a6e Use more STL algorithms in fx_coordinates.cpp. by Lei Zhang · 7 years ago
  26. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  27. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 7 years ago
  28. b7deb9b Remove some unused defines by Dan Sinclair · 7 years ago
  29. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  30. 3a4c408 Rename CPDF_LinkExtract test file to match class by Dan Sinclair · 7 years ago
  31. 5acacd3 Break apart the pageint.h file. by Dan Sinclair · 7 years ago
  32. e0e2cd4 Cleanup some nits in CFX_Font by Nicolas Pena · 7 years ago
  33. 13115ec Fix FM2JSContext Round return type by Dan Sinclair · 7 years ago
  34. a7c9c01 Enable remaining boolean FM2JSContext tests by dan sinclair · 8 years ago
  35. 1603c7f Enable the FM2JSContext Exists test by dan sinclair · 8 years ago
  36. c11bf48 Enable FM2JSContext Choose tests by dan sinclair · 8 years ago
  37. 151c14f Enable most FM2JSContext boolean tests by dan sinclair · 8 years ago
  38. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 8 years ago
  39. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 8 years ago
  40. edc1e4e Convert to CFX_UnownedPtr, part 9 by Tom Sepez · 8 years ago
  41. 4734512 Convert to CFX_UnownedPtr, part 8 by Tom Sepez · 8 years ago
  42. a38f798 Use CheckedNumeric in BiInterpolImpl by Nicolas Pena · 8 years ago
  43. e86d2f1 Cleanup CBC_SymbolInfo::lookup(). by Lei Zhang · 8 years ago
  44. 08f4b77 Convert to CFX_UnownedPtr, part 4. by Tom Sepez · 8 years ago
  45. 129b013 More FM2JSContext tests by Dan Sinclair · 8 years ago
  46. 033e565 Convert to CFX_UnownedPtr, part 5 by Tom Sepez · 8 years ago
  47. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 8 years ago
  48. 6f3593c Remove longjmp from the Gif module by Nicolas Pena · 8 years ago
  49. a861a7b Remove useless CBC_SymbolShapeHint. by Lei Zhang · 8 years ago
  50. 258909c Make CPDF_ImageCacheEntry retain CPDF_Image by Tom Sepez · 8 years ago
  51. abc83aa Clean up CBC_SymbolInfo. by Lei Zhang · 8 years ago
  52. e0f1310 Minor updates to README by Jane · 8 years ago
  53. fb71fbb Do not include large unicode values in the ToUnicode map by Nicolas Pena · 8 years ago
  54. c4ecd7b Cleanup default values and methods in CXFA_Widgetdata by Dan Sinclair · 8 years ago
  55. 1b02d01 Remove CBC_HighLevelEncoder::isSpecialB256(). by Lei Zhang · 8 years ago
  56. b45324b Use NOTREACHED() in more places. by Lei Zhang · 8 years ago
  57. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  58. 355954b Fix crypto calculation regression due to typo by Wei Li · 8 years ago
  59. ed75ee2 CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr. by Tom Sepez · 8 years ago
  60. 671630e Use less opaque types in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  61. 6c8ed64 Better identify web links by trimming irrelevant chars by Wei Li · 8 years ago
  62. d15ce4c Use observed ptrs from CFGAS_GEFont back to its font mgrs. by Tom Sepez · 8 years ago
  63. 910b763 Use std::vector and std::sort() in CPDF_PageRenderCache. by Lei Zhang · 8 years ago
  64. 7936fd1 Use unowned ptr from CXFA_FFDocView to CXFA_FFDoc by Tom Sepez · 8 years ago
  65. bf014cf Fix off-by-one introduced at ab20404 by Tom Sepez · 8 years ago
  66. 41e3c35 Update more references to sanitizers:deps by Tom Anderson · 8 years ago
  67. 7ec8eaa Back-fill some functionality for CFX_UnownedPtr by Tom Sepez · 8 years ago
  68. 92c13a7 ASAN flags zero-length StringC in GetMapModuleString() by Tom Sepez · 8 years ago
  69. d824a90 Add test duplicate check in presubmit by Nicolas Pena · 8 years ago
  70. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  71. 2264473 Replace sanitizers:deps with exe_and_shlib_deps (pdfium) by Tom Anderson · 8 years ago
  72. 6d69108 Remove image dimension params that are never used. by Lei Zhang · 8 years ago
  73. e30f07a Add pixel test for bug 113910 by Nicolas Pena · 8 years ago
  74. f605c24 Add more CFX_UnownedPtr usage. by Tom Sepez · 8 years ago
  75. 940967d Use Unowned/Observed pointers between doc and FF onwership hierarchies. by Tom Sepez · 8 years ago
  76. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 8 years ago
  77. e6792f9 Fix typo in CFX_ImageTransformer::Continue by Nicolas Pena · 8 years ago
  78. 14aacd5 Adding fm2js embedder tests by Dan Sinclair · 8 years ago
  79. f0a404d Add kerning test for bug 528103 by Nicolas Pena · 8 years ago
  80. 7dc9fe5 Break linkage from CPDFXA_DocEnvironment to IJS_EventContext. by Tom Sepez · 8 years ago
  81. 41066c1 Bad cast to CPDF_Document in FPDFEditEmbeddertest by Tom Sepez · 8 years ago
  82. 45b9ae1 Revert "Smells like a leak in PWL_ComboBox.cpp" by Tom Sepez · 8 years ago
  83. 2034b94 Remove CXFA_FMErrorInfo by dan sinclair · 8 years ago
  84. cfd5685 Fix a situation where images are not properly rendered. by Lei Zhang · 8 years ago
  85. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  86. 2685318 Add font loading fuzzer by Nicolas Pena · 8 years ago
  87. f8afce6 Shorten internal JS prefixes. by Dan Sinclair · 8 years ago
  88. a3cf977 CFX_UnownedPtr: check during assignment time as well. by Tom Sepez · 8 years ago
  89. b48912f Add some missing keywords in ToUnicode by Nicolas Pena · 8 years ago
  90. 17f4e02 Reland: Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  91. c559156 Adding CXFA_Parse unittests by Dan Sinclair · 8 years ago
  92. 938f211 SkPictureRecorder.h includes less, so we have to IWYU by Mike Reed · 8 years ago
  93. 1c6e883 Roll FreeType to 2.8 by Lei Zhang · 8 years ago
  94. 2e9d47a Rename formcalc files to better match contents by Dan Sinclair · 8 years ago
  95. 7876609 Gif: Detect string decoding errors by Nicolas Pena · 8 years ago
  96. b332581 Revert "Small fix in CPDF_TrueTypeFont load" by Nicolás Peña · 8 years ago
  97. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  98. 3653335 CFDE_RenderDevice::m_bOwnerDevice is always false by Tom Sepez · 8 years ago
  99. dde95d8 Small fix in CPDF_TrueTypeFont load by Nicolas Pena · 8 years ago
  100. 9792f16 Properly ref-count CPDFXFA_Page by Tom Sepez · 8 years ago