1. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 8 years ago
  2. e3bbfa2 Fix path in BUILD.gn file. by pcc · 8 years ago
  3. d403329 Store WideString, not raw pointer, in FX_TXTRUN by tsepez · 8 years ago
  4. c37b04e Move build/ to build_gyp/. by dsinclair · 8 years ago
  5. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 8 years ago
  6. 1117828 Remove fullscreen code. by dsinclair · 8 years ago
  7. 2fa0e13 Remove IPDF_CryptoHandler and IPDF_SecurityHandler. by dsinclair · 8 years ago
  8. 0582ad1 XFA unused function cleanup by dsinclair · 8 years ago
  9. 86d945b Exclude XFA-only corpus from non-xfa and roll corpus. by tsepez · 8 years ago
  10. f09bdfa Allow pdfium_test to send simple events to each page. by tsepez · 8 years ago
  11. 360caf6 Use the same Clang revision as v8 uses by weili · 8 years ago
  12. 7613355 Revert "Use the same Clang revision as v8 uses" by weili · 8 years ago
  13. 07af99b Use the same Clang revision as v8 uses by Wei Li · 8 years ago
  14. b34d72b Use lkgr revision of Clang for PDFium by weili · 8 years ago
  15. 076f5ac Make FWL_CornerEnlarge a const by dsinclair · 8 years ago
  16. 9b3656b Remove unused FWL Panel code. by dsinclair · 8 years ago
  17. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 8 years ago
  18. 31e4463 Avoid narrowing of strings in FWL SetEditText methods. by tsepez · 9 years ago
  19. 2ba3dc7 Renable warning 4701 for GN (Windows). by Oliver Chang · 9 years ago
  20. db15269 Remove unused IFDE_CSSStyleSheetCache/CFDE_CSSStyleSheetCache. by tsepez · 9 years ago
  21. e0ad6a4 Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree by tsepez · 9 years ago
  22. 7cf5552 Prevent a potential OOB read in TranslateImageLine. by ochang · 9 years ago
  23. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  24. c3b26b1 Use platform specific test results as fallback in difference tests by weili · 9 years ago
  25. 85fc26f Explicity use CFX_ByteStrings in a couple of places by tsepez · 9 years ago
  26. b1a5959 Simplify XFA event handling. by thestig · 9 years ago
  27. b1c80fb Avoid string allocs for CMap_GetString() return value. by tsepez · 9 years ago
  28. 80b103b Still more comments about strings by tsepez · 9 years ago
  29. c3dfb6b Update comments about string constructors by tsepez · 9 years ago
  30. 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 9 years ago
  31. 70c5520 Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. by tsepez · 9 years ago
  32. ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 9 years ago
  33. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  34. 3bac505 Make CPDF_ApSettings take CFX_ByteString args. by tsepez · 9 years ago
  35. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  36. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  37. 725a49f skia bugs found with first test pdf by caryclark · 9 years ago
  38. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  39. 6e0d67d Revert of Reland Combined test runner. (patchset #4 id:60001 of https://codereview.chromium.org/1886753002/ ) by dsinclair · 9 years ago
  40. ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
  41. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  42. cdce757 Add iterators and unit tests for CPDF_Array class by weili · 9 years ago
  43. 9cec54a Reland Combined test runner. by dsinclair · 9 years ago
  44. c4c17fb Remove unused FWL methods by dsinclair · 9 years ago
  45. 9f3dbbc Cleanup CPDFXFA_Page. by thestig · 9 years ago
  46. f063abf DrMemory: Pass -j1 to pixel and javascript tests by ochang · 9 years ago
  47. 380f20a Remove some FWL code. by dsinclair · 9 years ago
  48. a654f0d Add dummy -j flags to pixel and javascript test runners by dsinclair · 9 years ago
  49. 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
  50. 6d8e981 Cleanup IFPF_* interfaces. by dsinclair · 9 years ago
  51. 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
  52. eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
  53. 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
  54. 112be98 clang/win: Stop passing -Qunused-arguments in pdfium too. by thakis · 9 years ago
  55. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  56. f1accf6 Roll ICU to c291cde2. by thestig · 9 years ago
  57. 745611b Make CJS_PublicMethods::StrTrim() take a CFX_ByteString by tsepez · 9 years ago
  58. 461129e Fix the code which causes Windows GN build warning by weili · 9 years ago
  59. 6a3521f Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp by ochang · 9 years ago
  60. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
  61. 6b19ec6 Fix Windows 32-bit GN build. by ochang · 9 years ago
  62. fa6382f Roll DEPS for v8 to 47bcec7. by thestig · 9 years ago
  63. d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
  64. ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
  65. 6d68994 Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP(). by tsepez · 9 years ago
  66. 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
  67. f992442 flesh out gradient shaders by caryclark · 9 years ago
  68. 822484b Remove CPDF_Object::GetConstString and overrides by tsepez · 9 years ago
  69. e09c1e4 Make CFX_{Byte,Wide}String::Remove() no-touch if possible by tsepez · 9 years ago
  70. 24a4888 Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. by tsepez · 9 years ago
  71. 1fdde02 Cleaning up FDE_CSS Classes. by dsinclair · 9 years ago
  72. b8627c9 Fix integer issues leading to out of bounds access in fx_ge_text.cpp. by ochang · 9 years ago
  73. 184b825 Avoid copying in TrimRight() and TrimLeft() if possible. by tsepez · 9 years ago
  74. f3209c1 fix infinite loops when rebuild the cross reference table by jinming_wang · 9 years ago
  75. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  76. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
  77. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
  78. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  79. f172290 Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf by tsepez · 9 years ago
  80. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
  81. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  82. 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 9 years ago
  83. f2d2f98 Remove unused ICodec_Jbig2Encoder by dsinclair · 9 years ago
  84. 8833342 Fix an infinite loop in agg's stroke_calc_arc(). by thestig · 9 years ago
  85. 46bf033 Make wide strings use StringData template by tsepez · 9 years ago
  86. 6334af7 Remove CFX_SegmentedArray. by tsepez · 9 years ago
  87. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  88. 0b5adb6 Remove IPWL_NoteNotify and CPWL_Note. by dsinclair · 9 years ago
  89. 7a43745 Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.chromium.org/1850273003/ ) by dsinclair · 9 years ago
  90. cdc1369 Remove IFX_FontEnumerator by dsinclair · 9 years ago
  91. 0cf9984 Remove IPWL_IconList_Notify. by dsinclair · 9 years ago
  92. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  93. 98a689f Make static FX_WCHAR arrays more const. by thestig · 9 years ago
  94. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  95. 088632c Fix spelling for SetSelectedItems by dsinclair · 9 years ago
  96. 03e8f12 Combined test runner. by dsinclair · 9 years ago
  97. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 9 years ago
  98. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  99. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 9 years ago
  100. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago