1. b5cbfb4 Loosen checking on the bytes following 'stream' by Jun Fang · 10 years ago chromium/2538 chromium/2539 chromium/2540
  2. 26268af Move conditionals inside target_defaults. by dan sinclair · 10 years ago
  3. 51cf5bc Add some community and testing info to README.md. by dan sinclair · 10 years ago
  4. fb3c41e Plug a leak in CPDF_StreamParser::ReadInlineStream by Oliver Chang · 10 years ago
  5. 943ea14 Introduce CPDFPageFromFPFDPage() by Tom Sepez · 10 years ago
  6. b456ba7 Return result of GetRBG instead of TRUE by dan sinclair · 10 years ago
  7. 313cf59 Add steps for Contributing Code to README.md by Tom Sepez · 10 years ago
  8. 86adb65 Fix layering violation in CPDF_Document::FromFPDFDocument(). by Tom Sepez · 10 years ago
  9. bb51c4f Introduce CPDF_Document::FromFPDFDocument(). by Tom Sepez · 10 years ago
  10. eca866c Next round of master changes to match XFA by Tom Sepez · 10 years ago
  11. ae2d47b Land temporary workaround for clang-cl not yet understanding __emul by Nico Weber · 10 years ago chromium/2536 chromium/2537
  12. 7d54a9f Add unit test for top-level bookmarks. by Tom Sepez · 10 years ago
  13. 618a00d Roll DEPS for v8 to d3f97a9. Regular weekly roll. by Lei Zhang · 10 years ago
  14. 24c1eec Revert "Remove IPDFSDK_AnnotHandler interface." by Tom Sepez · 10 years ago chromium/2535
  15. c8ff504 Changes to master to more closely match XFA. by Tom Sepez · 10 years ago
  16. 6eeffab wstring allocations waste up to 7 wasted bytes. by Tom Sepez · 10 years ago
  17. c212b68 upgrade openjpeg to commit# cf352af by Jun Fang · 10 years ago
  18. 3acb1ef Sanitize CJBig2_SymbolDict's memory usage. by Lei Zhang · 10 years ago chromium/2532 chromium/2533 chromium/2534
  19. fd751f2 Parallelize run_corpus_tests.py. by Lei Zhang · 10 years ago
  20. 848a13b Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 10 years ago
  21. f1c7136 Allow compiling PDFium without V8. by Tom Sepez · 10 years ago
  22. c9952e6 Fix a bad refactoring error from commit 8a9ce57. by Lei Zhang · 10 years ago
  23. 3ea79bb Fix a compiling error on Mac by Jun Fang · 10 years ago
  24. f1f19f1 Fix heap-buffer-overflow in color_sycc_to_rgb by Jun Fang · 10 years ago
  25. a398ca6 Minimal revert from commit d03ba8d. by Lei Zhang · 10 years ago
  26. d03ba8d Fix a bunch of sign mismatch warnings. by Lei Zhang · 10 years ago
  27. 06f255c Fix a malloc/delete mismatch introduced in commit 8a9ce57. by Lei Zhang · 10 years ago
  28. f1b88e7 Various changes to JBig2 cache: by David Lattimore · 10 years ago
  29. 8793b4a Put CJBig2_SymbolDict's images in a CJBig2_List container. by Lei Zhang · 10 years ago
  30. 287b63d Wean CJS_Value off of v8::Isolate. by Tom Sepez · 10 years ago
  31. 4fa0e27 Relax the check on 0 length streams. by Lei Zhang · 10 years ago chromium/2531
  32. 1f439a7 Remove some dead code from CCodec_Jbig2Module. Variable was only ever set to false. by David Lattimore · 10 years ago
  33. 213a172 Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 10 years ago
  34. 4401d40 Update README.md to reflect added .png support by Tom Sepez · 10 years ago
  35. a0f2b67 Stop inlining CJBig2_BitStream. by Lei Zhang · 10 years ago
  36. 80aa8c2 Fix the Windows build after commit 8a9ce57. by Lei Zhang · 10 years ago
  37. 8a9ce57 Remove gotos in JBig2 code. by Lei Zhang · 10 years ago
  38. 1670331 Move build instructions to README.md by Jochen Eisinger · 10 years ago
  39. 972a89c Roll DEPS for v8 to 9081ee1. by Lei Zhang · 10 years ago
  40. fb03347 Fix include paths for fx_system.h by David Lattimore · 10 years ago
  41. ebd39a6 Remove unused global argument from FXJS_CONSTRUCTOR. by Tom Sepez · 10 years ago
  42. f0a5b28 Store object definition ID in each js_class. by Tom Sepez · 10 years ago
  43. 4ea721c Run FXJS_V8 embedder tests against a shared isolate. by Tom Sepez · 10 years ago
  44. 5b3d020 Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 10 years ago
  45. 35902e7 Fix regression in JBIG2 decoding from commit ce37d73. by Lei Zhang · 10 years ago chromium/2529 chromium/2530
  46. 5e8b735 Remove JavaScript.h by Tom Sepez · 10 years ago
  47. d7ba833 Original patch by forshaw. by Tom Sepez · 10 years ago
  48. fd12ec5 Disable JBIG2 cache; prevent data corruption - try 2. by Lei Zhang · 10 years ago
  49. eda27bd Fix a leak with g_DefaultGlobalObjectTemplate. by Lei Zhang · 10 years ago chromium/2528
  50. 4942ed7 Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj. by Lei Zhang · 10 years ago
  51. 7dfe592 Only call DefineJSObjects() once for the global V8 isolate. by Lei Zhang · 10 years ago
  52. 794c9b6 CJS_Timer should observe CJS_Runtime destruction. by Lei Zhang · 10 years ago
  53. 4f277fc Fix NULL pointer dereference in CPDF_InterForm. by Lei Zhang · 10 years ago
  54. 9b67354 Refcount external V8 isolate initialization / release. by Lei Zhang · 10 years ago chromium/2527
  55. 3dedace Pass v8::Isolate to PDFium at init time. by Tom Sepez · 10 years ago
  56. ac67d47 Do not call into formfiller code with a NULL PageView. by Lei Zhang · 10 years ago
  57. b8a0747 Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). by Lei Zhang · 10 years ago
  58. 9fb70fb Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). by Lei Zhang · 10 years ago
  59. 63d0a52 Fix a leak in PDF_DataDecode() on failure. by Lei Zhang · 10 years ago
  60. dcfa0ba Turn a couple functions that always return true to return void. by Lei Zhang · 10 years ago
  61. 095a83c Fix PNG decoding divide by zero error due to zero row count. by Lei Zhang · 10 years ago
  62. ccc8b21 Correct mistakes in test case for 507316 by Tom Sepez · 10 years ago
  63. 20fc82e Fix static initializer in fxjs_v8.cpp by Tom Sepez · 10 years ago
  64. 7886d8d Disable JBIG2 cache; prevent data corruption by Lei Zhang · 10 years ago
  65. 022da00 Clean up some image decoder classes: by Lei Zhang · 10 years ago
  66. ce37d73 Cleanup JBig2_ArithIntDecoder. by Lei Zhang · 10 years ago
  67. 953f5c5 Revert "Leak per-isolate data in pdfium" by Raymes Khoury · 10 years ago
  68. 158e335 Add signatures to FXJS_V8. by Tom Sepez · 10 years ago
  69. 3e144b8 Leak per-isolate data in pdfium by Raymes Khoury · 10 years ago chromium/2524 chromium/2525
  70. 0fef7dd Cleanup CJBig2_ArithDecoder. by Lei Zhang · 10 years ago
  71. 09939fa Roll DEPS for v8 to d7f813b. by Lei Zhang · 10 years ago
  72. 721f003 Refactor some common code for bounding boxes. by Lei Zhang · 10 years ago
  73. 3500e90 Fix blank page issue caused by too strict correction on bpc by Jun Fang · 10 years ago chromium/2523
  74. 39cd934 Cleanup some fx_codec_fax.cpp code. by Lei Zhang · 10 years ago
  75. d6d9dc6 Fix test diff caused by v8 version update by Tom Sepez · 10 years ago
  76. cfff2f6 Introduce kPerIsolateDataIndex and tidy JS_Define.h by Tom Sepez · 10 years ago
  77. 6c5afa6 Add Mac-specific pixel test expectations. by Lei Zhang · 10 years ago chromium/2521 chromium/2522
  78. e36f640 Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files"" by Jun Fang · 10 years ago
  79. fa9756f Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files" by Jun Fang · 10 years ago
  80. 9bd1818 Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files by Jun Fang · 10 years ago
  81. 163f59b Revert "Revert "Merge to master: contention over isolate data slots"" by Tom Sepez · 10 years ago
  82. 01c1e54 Fix a leak in CJBig2_Context. by Lei Zhang · 10 years ago chromium/2520
  83. 630a284 Split up JBig2_GeneralDecoder.cpp. by Lei Zhang · 10 years ago
  84. b6b336a Fix a leak in CJBig2_CachePair. by Lei Zhang · 10 years ago
  85. c4e940d Flip conditionals to positive logic in pdfium_test. by Lei Zhang · 10 years ago
  86. 155345e Fix a couple potential file handle leaks in pdfium_test. by Lei Zhang · 10 years ago
  87. cef2a9c Change nonstd::unique_ptr to take a custom deleter. by Lei Zhang · 10 years ago
  88. 3b4382a Revert "Merge to master: contention over isolate data slots" by Tom Sepez · 10 years ago
  89. 70bc04b Merge to master: contention over isolate data slots by Tom Sepez · 10 years ago
  90. d8d2231 Use std::set<> to track active event handlers. by Tom Sepez · 10 years ago
  91. dd7a7f0 Add nonstd::unique_ptr move assigment operator. by Tom Sepez · 10 years ago
  92. f316bfe Add missing 'return' keyword. by Lei Zhang · 10 years ago
  93. 61327fe [Docs] Add wiki content to Markdown docs by Tom Sepez · 10 years ago
  94. bca779d Remove CJS_RuntimeFactory by Tom Sepez · 10 years ago chromium/2517 chromium/2518 chromium/2519
  95. 270fc65 More tidy of CJS_Object, kill implicit cast operator by Tom Sepez · 10 years ago
  96. 34b39e1 Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 10 years ago
  97. fa31d96 Fix a #include in fpdf_page_func.cpp. by David Lattimore · 10 years ago
  98. 1af240c Remove several dead functions from fxjs_v8.{cpp,h}. by Tom Sepez · 10 years ago
  99. 6f34355 Make pdfium_embeddertests link in debug component builds. by Nico Weber · 10 years ago chromium/2511 chromium/2512 chromium/2513 chromium/2514 chromium/2515 chromium/2516
  100. 455019c Fix build broken at 506df426d5d6. by Tom Sepez · 10 years ago