1. 0a765b8 Make CPDF_TextStateData private to CPDF_TextState. by tsepez · 8 years ago
  2. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  3. 73c4856 Fix gn --check complaints about fxcrt. (try 2) by thestig · 8 years ago
  4. 7c9f0a1 Move CPDF_GraphState to CFX_GraphState by tsepez · 8 years ago
  5. f692e8e Make CPDF_ContentMarkData private to CPDF_ContentMark by tsepez · 8 years ago
  6. f40c6f1 Make ColorStateData private to CPDF_ColorState by tsepez · 8 years ago
  7. 784548a Use new Skia .gni file for sources, remove .gypis. by brettw · 8 years ago
  8. 8e783a6 Avoid leaking params if any entry bad. by dsinclair · 8 years ago
  9. 155c880 Move CFX_Font definition to its own file and clean up by npm · 8 years ago
  10. 921d58f Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeeded by tonikitoo · 8 years ago
  11. 7b36672 Use safe bool conversion operators in fpdf_page/ by tsepez · 8 years ago
  12. 738766e Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon. by jaepark · 8 years ago
  13. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  14. 6296f2d Remove CFX_Matrix::Copy() in favor of assignment by tsepez · 8 years ago
  15. e106b50 Make CPDF_GeneralStateData private. by tsepez · 8 years ago
  16. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  17. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  18. d54c9d8 Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. by jaepark · 8 years ago
  19. 7e4e63b Revert of Fix leaked internal font (patchset #2 id:60001 of https://codereview.chromium.org/2297303004/ ) by weili · 8 years ago
  20. 6708106 Fix leaked internal font by weili · 8 years ago
  21. 7c5d090 Fix leaks due to created popup annotations by weili · 8 years ago
  22. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  23. e0cb687 Use unsigned page indexes in CPDF_HintTables. by thestig · 8 years ago
  24. eadff19 Move CPDF_Type3Cache and CPDF_Type3Glyphs to their own files by npm · 8 years ago
  25. f4bf0b2 Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLIC by npm · 8 years ago
  26. fa295d9 Fix leaks during XFA text layout by weili · 8 years ago
  27. 8d3ca14 Handle another integer overflow in ReadPageHintTable(). by thestig · 8 years ago
  28. 5e2d5c7 Better validate hint table header bits entries. by thestig · 8 years ago
  29. 543651f Do not download Linux sysroots. by thestig · 8 years ago
  30. 22b64c3 Make CPDF_ContentMark have a CPDF_ContentMarkData. by tsepez · 8 years ago
  31. 380f53e Revert of Fix gn gn --check complaints about fxcrt. (patchset #1 id:1 of https://codereview.chromium.org/2289263005/ ) by thestig · 8 years ago
  32. 73e9c31 Check first page number in CPDF_HintTables::ReadPageHintTable(). by thestig · 8 years ago
  33. 6f9ae19 Fix gn gn --check complaints about fxcrt. by thestig · 8 years ago
  34. 21b111f Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath(). by thestig · 8 years ago
  35. 0714614 Use CheckedNumeric for strength calculation. by dsinclair · 8 years ago
  36. fc9b113 Move maxNumDataBytes and maxNumEcBytes calculation to fix crash by npm · 8 years ago
  37. ca90b87 Make CPDF_ColorState have a CFX_ColorStateData rather than inheriting by tsepez · 8 years ago
  38. 4d9df42 Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting. by tsepez · 8 years ago
  39. 21ce1a6 Update gn args in README so it includes is_component_build by npm · 8 years ago
  40. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  41. 87dffc0 Free the GifPlainText object when complete. by dsinclair · 8 years ago
  42. 7e7ef3d Update .gitignore to properly ignore base/ by thestig · 8 years ago
  43. 2fdacfb Fix ASAN build after rolling DEPS for build/ by thestig · 8 years ago
  44. c65e11e Roll DEPS for build to b73bafdd. by thestig · 8 years ago
  45. 77be049 Clean up CPDF_CMap declaration by npm · 8 years ago
  46. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  47. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  48. f7252a0 Guard against overflow when calculating font weight. by dsinclair · 8 years ago
  49. 50034a6 Ignore the base/trace_event directory by dsinclair · 8 years ago
  50. 5fec597 Fix missing files found by gn gen --check. by thestig · 8 years ago
  51. 94fb74c More better const-ness in CFX_CountRef<> by tsepez · 8 years ago
  52. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  53. 07f5fd5 Skip the channel if there is no data. by dsinclair · 8 years ago
  54. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  55. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  56. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  57. dda2c0d Fix for #618267. Adding a method to determine if multiplication has overflow. by tracy_jiang · 8 years ago
  58. c116e59 Verify element exists before accessing. by dsinclair · 8 years ago
  59. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  60. c37d7d4 openjpeg: Prevent an integer overflow in opj_jp2_apply_pclr. by stackexploit · 8 years ago
  61. e8ae483 Initialize the CPDF_Document pointer by dsinclair · 8 years ago
  62. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  63. a032f7f Add some limit checks to ReadSharedObjHintTable(). by thestig · 8 years ago
  64. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  65. 5283e67 Fix the test case added in https://codereview.chromium.org/2277063003/ by tonikitoo · 8 years ago
  66. 548ea2f [Android] Make Android CQ bot non-experimental. by jbudorick · 8 years ago
  67. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  68. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  69. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  70. 83d2351 Remove CFX_CountRef::IsNull in favor of operator bool by tsepez · 8 years ago
  71. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  72. b7fb1fd Remove most things GYP. by thestig · 8 years ago
  73. 35396df build_gyp: Remove deprecated flag, which is enabled by default. by vmpstr · 8 years ago
  74. 0c2d0a5 Revert "Remove the document tagged code as it is unused." by npm · 8 years ago
  75. 80f9957 Rework CFX_CountRef in terms of CFX_RetainPtr. by tsepez · 8 years ago
  76. 2d396ac Move the classes in fpdf_text_int.cpp into their own files by npm · 8 years ago
  77. 18df9f5 Roll DEPS for skia to 3bf7509c. by thestig · 8 years ago
  78. 71e6e35 Roll DEPS for icu to 2341038b. by thestig · 8 years ago
  79. 3af1b8d Roll DEPS for clang to 797371be. by thestig · 8 years ago
  80. 3e98158 Extend pdfium_test capability so that more Javascript can be executed by tonikitoo · 8 years ago
  81. 9b57ec9 Clean up CPDFSDK_PageView methods. by jaepark · 8 years ago
  82. 0dbf178 Change " to ' in gyp file for consistency by npm · 8 years ago
  83. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 8 years ago
  84. d99a833 Remove unused m_nTabOrder in CPDFSDK_Annot. by jaepark · 8 years ago
  85. 00edbe4 Simplify some code in CFX_FontMapper. by thestig · 8 years ago
  86. 22b176d Check for nullptrs in CPDF_Dictionary dtor. by thestig · 8 years ago
  87. 695aac5 Fix infinite loops in FPDF_GetFullName(). by thestig · 8 years ago
  88. 43cbe9e Remove unused methods in CPDF_TextPage and nits by npm · 8 years ago
  89. e5cbb33 Drop CPDFSDK_PageView::Annot_HasAppearance by tonikitoo · 8 years ago
  90. dbb6266 Tidy up CFX_PathData by tsepez · 8 years ago
  91. cae6bdff Remove unused IPDFSDK_AnnotHandler::GetName(). by jaepark · 8 years ago
  92. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 8 years ago
  93. 0e3e890 Cleanup some PWL_FontMap methods by dsinclair · 8 years ago
  94. b107193 Allow CPDF_Font to use fallback fonts by npm · 8 years ago
  95. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  96. ade4b49 Lazy generate an "AP" when an Annot's hidden state changes by tonikitoo · 8 years ago
  97. a61c01e Move parser out of IndirectObjectHolder by dsinclair · 8 years ago
  98. 63af2c6 Delete unused methods from CFX_RenderDevice by npm · 8 years ago
  99. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  100. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago