1. d0a6f75 Convert ASSERT to PDFIUM_IMMEDIATE_CRASH by Dan Sinclair · 7 years ago
  2. 1e364c4 Add previous sibling pointer to CXFA_Node by Dan Sinclair · 7 years ago
  3. 7045ea7 Roll v8 to 6353d168. by Lei Zhang · 7 years ago
  4. 8853b7f Add tests for CXFA_Node child manipulation by Dan Sinclair · 7 years ago
  5. db8ef92 Use actual type in place of void* in V8 map by Tom Sepez · 7 years ago
  6. 0294f3d Fix signedness in CJBig2_HuffmanTable, and add overflow check by Nicolas Pena · 7 years ago
  7. 3e5fac8 Test if GC'd FXJS objects have their C-side counterparts cleaned up. by Tom Sepez · 7 years ago
  8. ad90515 Convert CFX_BmpDecompressor to use CFX_MemoryStream by Ryan Harrison · 7 years ago
  9. 30b41e4 Mark some CPDF_Dictionary pointers as const. by Lei Zhang · 7 years ago
  10. c86193c Remove a parameter from CPDF_NPageToOneExporter::MakeXObject(). by Lei Zhang · 7 years ago
  11. b164ac5 Cleanup CXFA_Node tree pointers by Dan Sinclair · 7 years ago
  12. e4bb31a Drop -Iv8 flag from pdfium build by Tom Sepez · 7 years ago
  13. ae0853d Allow creation of FreeText annotations. by Henrique Nakashima · 7 years ago
  14. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 7 years ago
  15. 9e705df Rearrange allocator functions to avoid unreachable code by Daniel Bratell · 7 years ago
  16. f6ecadb Renable -Wimplicit-fallthrough for PDFium. by Nico Weber · 7 years ago
  17. 257900b Use CPDF_Dictionary::SetRectFor() when appropriate. by Lei Zhang · 7 years ago
  18. bc5dd9e Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. by Lei Zhang · 7 years ago
  19. 2404eba Fix nits in ParsePageRangeString(). by Lei Zhang · 7 years ago
  20. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 7 years ago
  21. 0acd92b Speculative fix for build breakage by Tom Sepez · 7 years ago
  22. a0395e5 Tidy V8TemplateMap. by Tom Sepez · 7 years ago
  23. b7c7df6 Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} by Tom Sepez · 7 years ago
  24. 3f8ee5e Move CFX_V8 testing from embeddertest to unittest. by Tom Sepez · 7 years ago
  25. 026717c Split CPDF_PageOrganizer into multiple classes. by Lei Zhang · 7 years ago
  26. 9526009 Add document getters in CPDF_PageOrganizer. by Lei Zhang · 7 years ago
  27. 9f72c45 Do page load/unload checks in EmbedderTest for saved pages. by Lei Zhang · 7 years ago
  28. e0518bf Move cjs_v8.cpp to cfx_v8.cpp by Tom Sepez · 7 years ago
  29. 3645652 Move XFA-specific methods out of CJS_V8. by Tom Sepez · 7 years ago
  30. 3c62d20 Revert "Convert CXFA_Node to store a vector of children" by dsinclair · 7 years ago
  31. b3f1046 Make CFXJS_Engine::SetObjectPrivate() static. by Tom Sepez · 7 years ago
  32. f0e386d Convert CXFA_Node to store a vector of children by Dan Sinclair · 7 years ago
  33. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
  34. b0fb8cc [v8-platform] Store the platform in a unique_ptr. (Try 2) by Lei Zhang · 7 years ago
  35. 6183a6e Remove some deprecated RenderPage method usage. by Lei Zhang · 7 years ago
  36. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  37. 161f992 Handle removed fonts correctly in GetFontByCodePage by Ryan Harrison · 7 years ago
  38. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  39. 2496f8e Restore assert when GetCharacterInfo is called on an empty edit. by Henrique Nakashima · 7 years ago
  40. 6c67da0 Check that request sizes in ReadData don't overflow by Ryan Harrison · 7 years ago
  41. ec7d8e2 Make xfa_fxfa_parser target jumbo capable. by Lei Zhang · 7 years ago
  42. c0c32b0 Remove unused return values from CXFA_Node by Dan Sinclair · 7 years ago
  43. b3a3eaa Revert "[v8-platform] Store the platform in a unique_ptr" by Dan Sinclair · 7 years ago
  44. 87d02d5 More GetPageNumbers() clean up in fpdf_ppo.cpp. by Lei Zhang · 7 years ago
  45. fbe978d Change MakeXObject to update reference from the root of the source page. by xlou · 7 years ago
  46. 0cdb843 Use temporary iterator to avoid potential OOB by Ryan Harrison · 7 years ago
  47. bfeab62 Fix caret not appearing in XFA Edits. by Henrique Nakashima · 7 years ago
  48. f3f1869 Avoid needless malloc for v8:Global array. by Tom Sepez · 7 years ago
  49. 837b175 Remove unused FreeObjectPrivate() overload. by Tom Sepez · 7 years ago
  50. eb8d960 IWYU by Mike Reed · 7 years ago
  51. 6556be0 Make the CXFA_Node parent pointer Unowned by Dan Sinclair · 7 years ago
  52. 6bf5789 Break unneeded dep on Bmp codec in Gif codec by Ryan Harrison · 7 years ago
  53. cdaf802 Account for skip size before getting image ifh size by Ryan Harrison · 7 years ago
  54. b5a2d14 Extract classes in fx_bmp.h into their own files by Ryan Harrison · 7 years ago
  55. 41441c9 Convert BMP class name style to match other codecs by Ryan Harrison · 7 years ago
  56. b105152 Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ by Ryan Harrison · 7 years ago
  57. 980beeb Changing the member naming style in BMPDecompressor by Ryan Harrison · 7 years ago
  58. 8e53c8c Fix an infinite recursion in pdfium_test. by Lei Zhang · 7 years ago
  59. 29561e5 Add rendering embeddertests for FPDF_ImportNPagesToOne. by xlou · 7 years ago
  60. 6ec142d Limit dest buffer to 1GB in FlateOrLZWDecode. by Henrique Nakashima · 7 years ago
  61. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  62. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  63. 0729be2 Make EmbedderTest class member style consistent. by Lei Zhang · 7 years ago
  64. 3355f45 Fix testing.cpp build with v8_use_external_startup_data=false. by Lei Zhang · 7 years ago
  65. 57e0977 Use unique pointer in CFXJS_PerObjectData. by Tom Sepez · 7 years ago
  66. 13c4d1b Fix some formcalc constant naming. by Lei Zhang · 7 years ago
  67. 608e8dd [v8-platform] Store the platform in a unique_ptr by Andreas Haas · 7 years ago
  68. a21d593 Add FPDFAnnotationDeleter for use with std::unique_ptr. by Lei Zhang · 7 years ago
  69. 2896cfa [XFA] dot_accessor may not provide a valid object. by Dan Sinclair · 7 years ago
  70. 1ea9f3f Include time.h on wasm. by Henrique Nakashima · 7 years ago
  71. b5b7972 Move const arrays to CFXJS_Engine from CJS_V8 by Tom Sepez · 7 years ago
  72. b1d7872 Teach the presubmit check to look for checkdeps in other places. by Lei Zhang · 7 years ago
  73. 2e98874 Remove third_party/build/build_config.h. by Lei Zhang · 7 years ago
  74. bbeb10d Small tidy of fxjs by Tom Sepez · 7 years ago
  75. 1258f7f Remove V8 context from CJS_V8 by Tom Sepez · 7 years ago
  76. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  77. 48b47f4 Add asm.js to third_party/build/build_config.h. by Henrique Nakashima · 7 years ago
  78. f7c84e9 Fix IWYU errors in fpdfppo.cpp. by Lei Zhang · 7 years ago
  79. 59790ce Make CFXJSE-created contexts refer to their CFXJS counteparts. by Tom Sepez · 7 years ago
  80. 2702836 Change internal usages of GetPageIndexDeprecated() to new method. by Henrique Nakashima · 7 years ago
  81. e99ee7f Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers by Tom Sepez · 7 years ago
  82. fb25606 Make FXJSE_Engine constructed from FXJS_Engine. by Tom Sepez · 7 years ago
  83. e899dd7 Change return of FPDFDest_GetDestPageIndex to int. by Henrique Nakashima · 7 years ago
  84. 55c62a4 Convert CFX_CSSPropertyTable to CFX_CSSData by Ryan Harrison · 7 years ago
  85. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  86. 1fc5331 [jumbo] Compile fix: Move a GetPageContent to a more limited scope by Daniel Bratell · 7 years ago
  87. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  88. 33c7ade Test more context overlap in fxjs/fxjs_v8_embeddertest.cpp by Tom Sepez · 7 years ago
  89. 66ce22c Experimental API for N-up feature support for print by xlou · 7 years ago
  90. bb04c59 Roll android_ndk, build, buildtools. by Henrique Nakashima · 7 years ago
  91. 16f792a Remove handrolled bsearch from FGAS_GetUnicodeBitField by Ryan Harrison · 7 years ago
  92. 11d33e1 Move initializers to header for CXFA_ItemLayoutProcess by Dan Sinclair · 7 years ago
  93. a975a83 Remove handrolled bsearch from XFA_GetScriptAttributeByName by Ryan Harrison · 7 years ago
  94. 405f17a Cleanup visibility in CXFA_ItemLayoutProcessor by Dan Sinclair · 7 years ago
  95. 990c093 Create CXFA_Node::PresenceRequiresSpace by Dan Sinclair · 7 years ago
  96. 8a9f2e1 Roll pdfium/third_party/freetype/src/ 2c048a8a6..036bdc0c9 (53 commits) by Nicolas Pena · 7 years ago
  97. fb6d319 Remove handrolled search from GetCSSColorByName by Ryan Harrison · 7 years ago
  98. ba5f94d Remove handrolled search from GetCSSLengthUnitByName by Ryan Harrison · 7 years ago
  99. ab762d3 Remove handrolled search from GetCodePageFromCharset by Ryan Harrison · 7 years ago
  100. e86db73 Remove handrolled search from GetEventParaInfoByName by Ryan Harrison · 7 years ago