1. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
  2. e0ad6a4 Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree by tsepez · 9 years ago
  3. 7cf5552 Prevent a potential OOB read in TranslateImageLine. by ochang · 9 years ago
  4. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  5. c3b26b1 Use platform specific test results as fallback in difference tests by weili · 9 years ago
  6. 85fc26f Explicity use CFX_ByteStrings in a couple of places by tsepez · 9 years ago
  7. b1a5959 Simplify XFA event handling. by thestig · 9 years ago
  8. b1c80fb Avoid string allocs for CMap_GetString() return value. by tsepez · 9 years ago
  9. 80b103b Still more comments about strings by tsepez · 9 years ago
  10. c3dfb6b Update comments about string constructors by tsepez · 9 years ago
  11. 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 9 years ago
  12. 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 9 years ago
  13. ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 9 years ago
  14. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  15. 3bac505 Make CPDF_ApSettings take CFX_ByteString args. by tsepez · 9 years ago
  16. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  17. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  18. 725a49f skia bugs found with first test pdf by caryclark · 9 years ago
  19. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  20. 6e0d67d Revert of Reland Combined test runner. (patchset #4 id:60001 of https://codereview.chromium.org/1886753002/ ) by dsinclair · 9 years ago
  21. ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
  22. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  23. cdce757 Add iterators and unit tests for CPDF_Array class by weili · 9 years ago
  24. 9cec54a Reland Combined test runner. by dsinclair · 9 years ago
  25. c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
  26. 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 9 years ago
  27. f063abf DrMemory: Pass -j1 to pixel and javascript tests by ochang · 9 years ago
  28. 380f20a Remove some FWL code. by dsinclair · 9 years ago
  29. a654f0d Add dummy -j flags to pixel and javascript test runners by dsinclair · 9 years ago
  30. 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
  31. 6d8e981 Cleanup IFPF_* interfaces. by dsinclair · 9 years ago
  32. 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
  33. eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
  34. a364fad Revert of clang/win: Stop passing -Qunused-arguments in pdfium too. (patchset #1 id:1 of https://codereview.chromium.org/1887643002/ ) by thakis · 9 years ago
  35. 112be98 clang/win: Stop passing -Qunused-arguments in pdfium too. by thakis · 9 years ago
  36. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  37. f1accf6 Roll ICU to c291cde2. by thestig · 9 years ago
  38. 745611b Make CJS_PublicMethods::StrTrim() take a CFX_ByteString by tsepez · 9 years ago
  39. 461129e Fix the code which causes Windows GN build warning by weili · 9 years ago
  40. 6a3521f Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp by ochang · 9 years ago
  41. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
  42. 6b19ec6 Fix Windows 32-bit GN build. by ochang · 9 years ago
  43. fa6382f Roll DEPS for v8 to 47bcec7. by thestig · 9 years ago
  44. d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
  45. ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
  46. 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
  47. 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
  48. f992442 flesh out gradient shaders by caryclark · 9 years ago
  49. 822484b Remove CPDF_Object::GetConstString and overrides by tsepez · 9 years ago
  50. e09c1e4 Make CFX_{Byte,Wide}String::Remove() no-touch if possible by tsepez · 9 years ago
  51. 24a4888 Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. by tsepez · 9 years ago
  52. 1fdde02 Cleaning up FDE_CSS Classes. by dsinclair · 9 years ago
  53. b8627c9 Fix integer issues leading to out of bounds access in fx_ge_text.cpp. by ochang · 9 years ago
  54. 184b825 Avoid copying in TrimRight() and TrimLeft() if possible. by tsepez · 9 years ago
  55. f3209c1 fix infinite loops when rebuild the cross reference table by jinming_wang · 9 years ago
  56. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  57. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
  58. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
  59. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  60. f172290 Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf by tsepez · 9 years ago
  61. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
  62. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  63. 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 9 years ago
  64. f2d2f98 Remove unused ICodec_Jbig2Encoder by dsinclair · 9 years ago
  65. 8833342 Fix an infinite loop in agg's stroke_calc_arc(). by thestig · 9 years ago
  66. 46bf033 Make wide strings use StringData template by tsepez · 9 years ago
  67. 6334af7 Remove CFX_SegmentedArray. by tsepez · 9 years ago
  68. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  69. 0b5adb6 Remove IPWL_NoteNotify and CPWL_Note. by dsinclair · 9 years ago
  70. 7a43745 Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.chromium.org/1850273003/ ) by dsinclair · 9 years ago
  71. cdc1369 Remove IFX_FontEnumerator by dsinclair · 9 years ago
  72. 0cf9984 Remove IPWL_IconList_Notify. by dsinclair · 9 years ago
  73. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  74. 98a689f Make static FX_WCHAR arrays more const. by thestig · 9 years ago
  75. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  76. 088632c Fix spelling for SetSelectedItems by dsinclair · 9 years ago
  77. 03e8f12 Combined test runner. by dsinclair · 9 years ago
  78. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 9 years ago
  79. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  80. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 9 years ago
  81. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  82. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  83. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 9 years ago
  84. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  85. 392f102 remove agg from skia driver by caryclark · 9 years ago
  86. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 9 years ago
  87. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  88. 54750b5 Remove dead image decoding/caching code. by thestig · 9 years ago
  89. e5984e9 Suppress some additional msvs warnings (GN). by ochang · 9 years ago
  90. 6fb598b Make StringData a templated class. by tsepez · 9 years ago
  91. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  92. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  93. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  94. 4cd49e1 Better error for checkdeps. by dsinclair · 9 years ago
  95. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  96. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 9 years ago
  97. c220e59 flip sense of alpha masks by caryclark · 9 years ago
  98. f8a5ef3 Support the device font cache by caryclark · 9 years ago
  99. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  100. 6e56a5e Replace FDE_XMLSYNTAX defines with enum classes. by dsinclair · 9 years ago