1. bd7fabf Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h by Tom Sepez · 9 years ago
  2. a25fd09 XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolates by Tom Sepez · 9 years ago
  3. 535bac0 Merge to XFA: Add Mac-specific pixel test expectations. by Lei Zhang · 9 years ago
  4. 3789056 Merge to XFA: Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files by Lei Zhang · 9 years ago
  5. 0711705 Merge to XFA: Fix a leak in CJBig2_Context. by Lei Zhang · 9 years ago
  6. b060a55 Merge to XFA: Split up JBig2_GeneralDecoder.cpp. by Lei Zhang · 9 years ago
  7. 99b56f6 Merge to XFA: Fix a leak in CJBig2_CachePair. by Lei Zhang · 9 years ago
  8. 600d407 Merge to XFA: Flip conditionals to positive logic in pdfium_test. by Lei Zhang · 9 years ago
  9. 6f62d53 Merge to XFA: Allow external font-path configuration from pdfium_test. by Lei Zhang · 9 years ago
  10. 5377ebf Merge to XFA: Fix a couple potential file handle leaks in pdfium_test. by Lei Zhang · 9 years ago
  11. 13fe8c9 Merge to XFA: Change nonstd::unique_ptr to take a custom deleter. by Lei Zhang · 9 years ago
  12. 0244d40 Merge to XFA: Add missing 'return' keyword. by Lei Zhang · 9 years ago
  13. 5d0e843 Merge to XFA: Use std::set<> to track active event handlers. by Tom Sepez · 9 years ago
  14. 7cfadd9 Merge to XFA: Add nonstd::unique_ptr move assigment operator. by Tom Sepez · 9 years ago
  15. 20ab023 Merge to XFA: [Docs] Add wiki content to Markdown docs by Tom Sepez · 9 years ago
  16. ed7b2b5 XFA: contention between FXJSE and FXJS over isolate data slots by Tom Sepez · 9 years ago
  17. 854a7f6 Merge to XFA: Remove CJS_RuntimeFactory by Tom Sepez · 9 years ago
  18. 116e4ad Merge to XFA:More tidy of CJS_Object, kill implicit cast operator by Tom Sepez · 9 years ago
  19. b2ed5de Merge to XFA: Fix a #include in fpdf_page_func.cpp. by Lei Zhang · 9 years ago
  20. 363bfbc Merge to XFA: Add a missing #include that's needed for call to FXSYS_tolower. by Lei Zhang · 9 years ago
  21. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  22. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  23. 4babdcf Merge to XFA: Convert some unneeded gotos into returns. by Lei Zhang · 9 years ago
  24. e0947b3 Merge to XFA: Implement FPDFAction_GetFilePath(). by Lei Zhang · 9 years ago
  25. b693fc5 Merge to XFA: gyp_pdfium should use ninja by default. by Lei Zhang · 9 years ago
  26. f02260d Merge to XFA: Cleanup JBig2_GeneralDecoder.cpp. by Lei Zhang · 9 years ago
  27. df06a83 Merge to XFA: Cleanup: Fix a typo. s/Processive/Processing/ by Lei Zhang · 9 years ago
  28. 2ccfcae Merge to XFA: Cleanup casting of FX_Alloc() return values. by Lei Zhang · 9 years ago
  29. 7d0fcbf Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. by Tom Sepez · 9 years ago
  30. 5eb8ba2 Merge to XFA: Add move ctor to nonstd::unique_ptr. by Tom Sepez · 9 years ago
  31. f458362 Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management. by Tom Sepez · 9 years ago
  32. 142165e Merge to XFA: Fix strings, ..., void return types for Consts.h. by Tom Sepez · 9 years ago
  33. 570875c Merge to XFA: Rename Init methods to more accurately describe purpose by Tom Sepez · 9 years ago
  34. 87d76b5 Merge to XFA: Guard against null image data in CJBig2_GRRDProc. by Lei Zhang · 9 years ago
  35. 5364868 Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. by Lei Zhang · 9 years ago
  36. bffb53e Merge to XFA: Remove CJBig2_Module::JBig2_Error and friends. by Lei Zhang · 9 years ago
  37. a7f5386 Merge to XFA: Make a bunch of JBig2 classes independent of CJBig2_Object. by Lei Zhang · 9 years ago
  38. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  39. ab54bc0 Merge to XFA: Fix JS_GetArrayElement to not return an empty handle on success by Jochen Eisinger · 9 years ago
  40. 8b544ed Merge to XFA: Resolve bad cast to CJS_EventHandler by foxit · 9 years ago
  41. 77aaf96 Merge to XFA: Remove existing generated images before running a test. by Lei Zhang · 9 years ago
  42. 396e872 Merge to XFA:Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. by Tom Sepez · 9 years ago
  43. d6278ba Merge to XFA: Beef up app_props.in and tidy app.cpp. by Tom Sepez · 9 years ago
  44. 96675b1 Merge to XFA: Change the JS app.viewerType() return value to "pdfium" by Lei Zhang · 9 years ago
  45. e61b6e5 Merge to XFA: Remove unneeded checks for CPDF_Object::GetDict() return values. by Lei Zhang · 9 years ago
  46. e262c9a XFA: Move configs out of targets in GN build files. by Lei Zhang · 9 years ago
  47. 6de7f2f Merge to XFA: Turn a failing assert into an actual check. by Lei Zhang · 9 years ago
  48. 44aa03e Merge to XFA: Change fixup_pdf_template.py to open files in binary mode. by Lei Zhang · 9 years ago
  49. 928c183 Merge to XFA: Remove dead JBig2 code. by Lei Zhang · 9 years ago
  50. 5551270 Merge to XFA: Reapply Foxit's libopenjpeg modifications. by Lei Zhang · 9 years ago
  51. 662816e Merge to XFA: Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. by Lei Zhang · 9 years ago
  52. 3b5f124 Merge to XFA: CPDFSDK_MediaActionHandler is unused. by Tom Sepez · 9 years ago
  53. 9ed941a Merge to XFA: CJS_Context::compile unused by Tom Sepez · 9 years ago
  54. aecd9d0 Merge to XFA: Fix two issues shown by bug 489995 by Tom Sepez · 9 years ago
  55. 7600f4b Merge to XFA: Fix infinite loop for objects that reference themselves. by Lei Zhang · 9 years ago
  56. b995afd Merge to XFA: Replace signed char with int8_t. Fix Linux ARM build after r7830e9e. by Lei Zhang · 9 years ago
  57. e78eafe Merge to XFA: Check array bounds for opj_dwt_decode_1() and friends. by Lei Zhang · 9 years ago
  58. 41c4f80 Merge to XFA: Remove a bunch of dead JBIG2 code. by Lei Zhang · 9 years ago
  59. 3752e88 Merge to XFA: Remove unused code warnings found by clang. by Lei Zhang · 9 years ago
  60. f85f4e4 Merge to XFA: Fix some -Wmaybe-uninitialized errors. by Lei Zhang · 9 years ago
  61. 5417f06 Merge to XFA: Extern in .cpp file is a code smell, part 2. by Tom Sepez · 9 years ago
  62. 7da9803 Merge to XFA: Extern in .cpp files is a code smell, part 1. by Tom Sepez · 9 years ago
  63. 33db790 Merge to XFA: Remove more dead code from fx_basic.h by Tom Sepez · 9 years ago
  64. 90b5442 Merge to XFA: FX_CMapDwordToDword considered harmful. by Tom Sepez · 9 years ago
  65. 09d33bc Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). by Tom Sepez · 9 years ago
  66. 1b00239 Merge to XFA: Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. by Lei Zhang · 9 years ago
  67. a0f6724 Merge to XFA: Fix more sign comparison errors. by Lei Zhang · 9 years ago
  68. 7dc5cc1 Merge to XFA: js_global_data and global_alternate violate naming rules. by Tom Sepez · 9 years ago
  69. 0998538 Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. by Lei Zhang · 9 years ago
  70. da180e9 Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). by Lei Zhang · 9 years ago
  71. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  72. 62b2e91 Merge to XFA: Use override in more classes in core/ by Lei Zhang · 9 years ago
  73. bdf72c3 Merge to XFA: Add new public APIs to find the z-order for links and widgets. by Lei Zhang · 9 years ago
  74. 88f0baf Merge to XFA: Cleanup: Remove unused CPDF_Metadata::m_pDoc. by Lei Zhang · 9 years ago
  75. fc9c930 Merge to XFA: CPDF_ModuleMgr::m_SecurityHandlerMap only used by dead code. by Tom Sepez · 9 years ago
  76. 7e4600f XFA: Rewrite CFX_RenderDevice::DrawNormalText() to match the master branch. by Lei Zhang · 9 years ago
  77. 38a5a39 Merge to XFA: Cleanup: s/Torelance/Tolerance/ by Lei Zhang · 9 years ago
  78. 97108cb Merge to XFA: OutputText() is dead code. by Tom Sepez · 9 years ago
  79. 371c87f Merge to XFA: Tidy up JS_Object.h and JS_Object.cpp. by Tom Sepez · 9 years ago
  80. 2ebc33e Merge to XFA: Kill JS_TIMER_MAPARRAY by Tom Sepez · 9 years ago
  81. e9446f8 Merge to XFA: Make standalone PDFium DEPS pull clang-format. by Tom Sepez · 9 years ago
  82. e00660b Merge to XFA: Remove if checks after new. by Lei Zhang · 9 years ago
  83. 0434f5b Merge to XFA: Fix a small leak in CPDF_DataAvail::CheckTrailer(). by Lei Zhang · 9 years ago
  84. b9c3197 Fix some sign comparison warnings. by Lei Zhang · 9 years ago
  85. 119dc64 Merge to XFA: Remove dead code from CPDF_Metadata. Add missing nullptr check. by Lei Zhang · 9 years ago
  86. 335e118 Merge to XFA: Cleanup: Mark methods with the override keyword. by Lei Zhang · 9 years ago
  87. 68869fd Merge to XFA: Cleanup: Remove dead formfiller code. by Lei Zhang · 9 years ago
  88. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  89. 792d55c Merge to XFA: Add CFX_FontFaceInfo constructor. by Tom Sepez · 9 years ago
  90. b14283e Merge to XFA: Early object closing in PDF via premature 'endobj' keyword by JUN FANG · 9 years ago
  91. ce17b97 Mert to XFA: Remove the unused IFX_StreamRead::SetRange() mechanism. by Tom Sepez · 9 years ago
  92. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  93. e3166a8 Merge to XFA: CPDF_Parser shouldnt be in the business of opening files by Tom Sepez · 9 years ago
  94. 18d0aaf Merge to XFA: FPDF_Creator can only create file through callbacks. by Tom Sepez · 9 years ago
  95. 2900784 Merge to XFA: Don't dispose the isolate if its provided by the embedder by Jochen Eisinger · 9 years ago
  96. e2bad47 Merge to XFA: Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. by Tom Sepez · 9 years ago
  97. b915978 Merge to XFA: Add a .clang-format config file. by Nico Weber · 9 years ago
  98. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  99. 780cee8 Merge to XFA: Kill FX_HFILE by Tom Sepez · 9 years ago
  100. 58b2a2c Merge to XFA: Name IFX_SysFontInfo subclasses consistently. by Tom Sepez · 9 years ago