1. 4e0dc7a Update CloseDocument and ExitForm by xiaoxia_yu · 10 years ago
  2. ca97940 Do not Initialize v8 in fpdfsdk, since this has been done in xfa by Bo Xu · 10 years ago
  3. 636ad3b Lock page in LoadFXAnnot to prevent unintended page closing by unknown · 10 years ago
  4. ffff9f2 Remove unused variable in pdfium_engine.cc by Bo Xu · 10 years ago
  5. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  6. e9b38fa Undo an old change in freetype to account for size of USHORT by Bo Xu · 10 years ago
  7. f79a69c For v8 Global Object, do not copy in CJS_Value constructor. by Tom Sepez · 10 years ago
  8. 2b327f8 Update openjpeg to r2920 by Bo Xu · 10 years ago
  9. f3a5d3d Resolve compilation error with G++ 4.9. by Tom Sepez · 10 years ago
  10. 4dc95e7 update openjpeg to r2911 by Bo Xu · 10 years ago
  11. db01bff Change the clear order of pDocPage and pDocRender by Bo Xu · 10 years ago
  12. 767aebb Update openjpeg to r2908 by Bo Xu · 10 years ago
  13. bff247d More fixes in sycc422_to_rgb and sycc420_to_rgb when image width is odd by Bo Xu · 10 years ago
  14. f71c2d0 Add missing parenthesis in FXARGB_GETDIB macro by Bo Xu · 10 years ago
  15. fe45372 Make DEPS not add an extra pdfium directory. by John Abd-El-Malek · 10 years ago
  16. 175998f Fix standalone build on Linux and Mac. by John Abd-El-Malek · 10 years ago
  17. cbd8e1a Fix licenses in headers to pass Chromium's checklicenses tool. by Tom Sepez · 10 years ago
  18. e117742 Store the address of the page data map's value for proper referencing. by Bo Xu · 10 years ago
  19. 35d720a Don't leave dangling pointer to out-of-scope local in CPDF_StreamContentParser::Parse. by Tom Sepez · 10 years ago
  20. 9776eca Glyph index is out of range in cff_get_glyph_name. by Jun Fang · 10 years ago
  21. 9dd0880 Fix off-by-one in sizing of m_EmbeddedToUnicodes. by Tom Sepez · 10 years ago
  22. 6cf012a Fix a bug when image width is odd in sycc422_to_rgb by Bo Xu · 10 years ago
  23. d5e822a Enable C linkage in fpdfppo.h by Bo Xu · 10 years ago
  24. e93d534 check pointer overflow in t2.c by Bo Xu · 10 years ago
  25. 043f07f Add openjpeg pre-processor OPJ_STATIC to pdfium.gyp by Bo Xu · 10 years ago
  26. d53e6fd Update openjpeg by Bo Xu · 10 years ago
  27. 1b24b69 Use static_assert unconditionally. by Peter Kasting · 10 years ago
  28. 7a649fe Rename GN public variables. by Brett Wilson · 10 years ago
  29. facd015 Lock page in LoadFXAnnot to prevent unintended page closing by Bo Xu · 10 years ago
  30. 0c53324 Invoke V8::Initialize() explicitly during V8 setup by Jochen Eisinger · 10 years ago
  31. c5cab02 Add FPDF_GetSecurityHandlerRevision by Bo Xu · 10 years ago
  32. 2d28224 Fix a bug when assign the generation number of indirect objects by Bo Xu · 10 years ago
  33. 26019d4 Adjust the order of clearing resource in CPDF_DocPageData::Clear by Jun Fang · 10 years ago
  34. e0399c7 Fix Regression: Incomplete file loading is seen for multi page pdf files. by Tom Sepez · 10 years ago
  35. 9135010 gn: don't remove -fno-exceptions to match gyp by Scott Graham · 10 years ago
  36. 69dcf14 When forcing clear page data, no need to release colorspace when releasing pattern by Bo Xu · 10 years ago
  37. 4481496 Add a boundary check before accessing the table of 'Index to Location' by Jun Fang · 10 years ago
  38. 4cce875 Check Null pointer in CPDF_Dictionary::GetUnicodeText by Bo Xu · 10 years ago
  39. 56ef173 Fix hebrew character highlight issue in a special document by Bo Xu · 10 years ago
  40. 12a9940 Check object type for objects used in the dictory of 'Index' by Jun Fang · 10 years ago
  41. 9175bee Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocument in CPDF_Color by Bo Xu · 10 years ago
  42. 663af99 Fix uninitialized value in CPDF_ColorStateData by Bo Xu · 10 years ago
  43. 6eee264 Revert of Fix uninitialized value in CPDF_ColorStateData (patchset #1 id:1 of https://codereview.chromium.org/547863002/) by Bo Xu · 10 years ago
  44. a38d4c3 Fix uninitialized value in CPDF_ColorStateData by Bo Xu · 10 years ago
  45. 0fb1b3d Fix un-initialized R G B value by Bo Xu · 10 years ago
  46. edbf8ac Convert GN visibility to be a list. by Brett Wilson · 10 years ago
  47. 1efeeeb Merge performance fix for cmsDupToneCurve from previous upstream branch. by Chris Palmer · 10 years ago
  48. 4cf3695 The cause of this issue is that there is an indirect object like '112 0 R' but no its direct object '112 0 object' in the test pdf file. Without checking the validity, it causes a null pointer when trying to get the direct object by an indirect object. by Jun Fang · 10 years ago
  49. e6e40ab Add v8_platform to the JS dependencies in the GN build. by Brett Wilson · 10 years ago
  50. bb3c1a2 Allocate m_pCompData when |m_nComponents| is updated. by Bo Xu · 10 years ago
  51. 5f8a503 Check m_nComponents when using JBIG2Decode by Bo Xu · 10 years ago
  52. 1d7dc1b Add m_pDocument in CPDF_Color and check if page date has been forced clear by Bo Xu · 10 years ago
  53. 49c41ac Tidy up opj_ callback functions in fx_codec_jpx_obj.cpp by Tom Sepez · 10 years ago
  54. 9f810e7 Remove the GetValidBpc check in application callers and move it to where m_bpc is assigned. by Bo Xu · 10 years ago
  55. d0c3650 Remove unused fields and stack locals. by Chris Palmer · 10 years ago
  56. f105b19 No need to release resources in destructor of CPDF_ShadingObject by Bo Xu · 10 years ago
  57. fdcc874 Restrict index not be greater than row_size in TIFF_PredictLine by Bo Xu · 10 years ago
  58. 405478d Use valid bpc value in LoadPalette() and ContinueToLoadMask() by Bo Xu · 10 years ago
  59. a67da71 Fix a bug when looping through m_pCompData by Bo Xu · 10 years ago
  60. 96f8786 Bounds check before fixed-size memcmp() in CJPX_Decoder::Init(). by Tom Sepez · 10 years ago
  61. 02e6ca4 Fix compile on mac: format string mismatch error. by Tom Sepez · 10 years ago
  62. 1b04ea3 Set m_pLinearized to NULL after release by Bo Xu · 10 years ago
  63. a3c7215 Perform better input checks in early steps of parser. by Tom Sepez · 10 years ago
  64. 1dfbe60 Use number of components from ICC profile and alternate color space by Bo Xu · 10 years ago
  65. 187483a Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder() by Bo Xu · 10 years ago
  66. c2442f9 Add GetValidBpc() check in CPDF_DIBSource::GetScanLine by Bo Xu · 10 years ago
  67. a550e4c Revert of Use number of components from ICC profile and alternateCS (patchset #1 of https://codereview.chromium.org/493163003/) by Bo Xu · 10 years ago
  68. be83103 Use number of components from ICC profile and alternate color space by Bo Xu · 10 years ago
  69. c655167 Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize' by Jun Fang · 10 years ago
  70. aeacba4 Fix a hang issue due to inconsistent page number in the test file by Jun Fang · 10 years ago
  71. 02132dc Bounds check in CFX_Font::LoadGlyphPath(). by Tom Sepez · 10 years ago
  72. 48f26c5 Fix confusion between length in bytes and length in characters in app::response(). by Tom Sepez · 10 years ago
  73. e9bf0e9 Don't stretch bitmaps if destination size is empty. by Vitaly Buka · 10 years ago
  74. ee6088e Check the number of component in ICCBased colorspace by Bo Xu · 10 years ago
  75. 4fb24f3 For pattern colorspace, its base colorspace should not be a pattern colorspace by Bo Xu · 10 years ago
  76. 8f2c3dc Check if user provided more than one option for pdfium_test. by Vitaly Buka · 10 years ago
  77. 93d0811 Fix bug in CPDF_PageContentGenerate constructor and destructor by Bo Xu · 10 years ago
  78. 8cf33bc Fixed command line parting when no output is needed. by Vitaly Buka · 10 years ago
  79. 2d55db1 Font is used after release in CPDF_TextStateData::~CPDF_TextStateData by Jun Fang · 10 years ago
  80. 39a97ea Fix a double-free issue in CFX_PathData::~CFX_PathData by Jun Fang · 10 years ago
  81. a94019d Check path point count overflow in DrawThisAppearance by Bo Xu · 10 years ago
  82. 91177a4 Add a null check before getting unicode text in CPDF_FormField::GetValue by Jun Fang · 10 years ago
  83. 4f38edb Add a null pointer check before getting the family name of the given color space in CPDF_ColorSpace::Load by Jun Fang · 10 years ago
  84. 635e82e Fix tzHour usage on systems where char is unsigned. by Nico Weber · 10 years ago
  85. 489d483 No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCS by Bo Xu · 10 years ago
  86. d726307 Fix buffer size offset error in PNG_Predictor by Bo Xu · 10 years ago
  87. 368ed46 Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. by Tom Sepez · 10 years ago
  88. 2fd7b0b Disable exceptions for the pdfium targets, now that pdfium:29 is done. by Nico Weber · 10 years ago
  89. d4e406e Remove try/catch block by Bo Xu · 10 years ago
  90. d38a35e Treat null Parent as no Parent for dictionary objects by Bo Xu · 10 years ago
  91. 9fa56b7 Fix missing or broken include guard macros in pdfium headers. by Tom Sepez · 10 years ago
  92. 87708e1 For a CPDF_Color object, when set a new pattern to it, disconnect its link with the old pattern by Bo Xu · 10 years ago
  93. fda0d42 When normalize coordinate, return instead of assert() when divide by 0 by Bo Xu · 10 years ago
  94. df449c0 Change '>=' back to '>' in extension.h due to bad fix by Jun Fang · 10 years ago
  95. 2ee9c3a gclient DEPS file for auto checking out deps by Aneesh Mulye · 10 years ago
  96. 9047b8b Clean up meaningless branch on commented-out code. by Chris Palmer · 10 years ago
  97. ef72d48 Fix the problem that memory is accessed after released due to invalid type-cast by Jun Fang · 10 years ago
  98. 1b9c5c4 The root cause of this issue is shown as below: by Jun Fang · 10 years ago
  99. 06a8c87 Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2 by Jun Fang · 10 years ago
  100. 7b99cd3 Remove unused |m_pEvi| field. by Chris Palmer · 10 years ago