1. 7fb17c0 set font cache if null by caryclark · 8 years ago
  2. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 8 years ago
  3. 3c27a84 Remove constructor from functions that aren't constructors by jochen · 8 years ago
  4. 9a53675 Mark win_xfa_clang as experimental by jochen · 8 years ago
  5. c9a0ec5 Fix compilation with strict format checking by agoode · 8 years ago
  6. 44105d8 Change class member variables in raw pointer type into unique_ptr by weili · 8 years ago
  7. 2f6d148 openjpeg: Prevent integer overflows during calculation of |l_nb_precinct_size| by ochang · 8 years ago
  8. 7e6a848 Roll DEPS for v8 to 820a23aa. by jochen · 8 years ago
  9. a27d49a copy graphics state fully by caryclark · 8 years ago
  10. c4dedf3 Remove prototypes from v8 functions that aren't constructors by jochen · 8 years ago
  11. 2798a7a Fix Android build by updating several DEPS files. by thestig · 8 years ago
  12. 253186c Roll build/ to 76d9f8b4. by thestig · 8 years ago
  13. 9747b17 Roll Clang to 775e2f87. by thestig · 8 years ago
  14. df8c035 Clean up parts of CPDF_CIDFont. by thestig · 8 years ago
  15. cfb31d6 Mac: Improve font substitution. by thestig · 8 years ago
  16. 1d13fb7 Enable compiling with clang chrome plugins for GYP build by weili · 8 years ago
  17. 08e7072 Clean up CFX_MacFontInfo and surrounding code. by thestig · 8 years ago
  18. d5fd8e4 Convert some methods to std::lower_bound and std::find_if. by dsinclair · 8 years ago
  19. 1e62a25 fix skia unit tests by caryclark · 8 years ago
  20. e89391e add local caching for skia draws by caryclark · 8 years ago
  21. 0efab94 Disable failing embedder tests for Skia builds. by thestig · 8 years ago
  22. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 8 years ago
  23. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  24. b21c6d0 Fix a regression from commit f3e6851. by thestig · 8 years ago
  25. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 8 years ago
  26. c08cd7a Fix memory leaks with V8 startup data. by thestig · 8 years ago
  27. dff03da Clean up fxet_ap.cpp. by thestig · 8 years ago
  28. de0022a Simplify CPDF_TextRenderer::DrawTextString(). by thestig · 8 years ago
  29. 160bd0e Double AdobeCMYK_to_sRGB speed with faster rounding by brucedawson · 8 years ago
  30. afe3e46 pdfium clang/win: Stop passing /FIIntrin.h by thakis · 8 years ago
  31. 17dfaa7 Revert "Turn on clang_use_chrome_plugins for GYP as well." by thestig · 8 years ago
  32. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 8 years ago
  33. 29d447a Improve hint table validation checks. by thestig · 8 years ago
  34. ce56557 Use some FXSYS methods instead of duplicating by dsinclair · 8 years ago
  35. b977847 Pass needed value to CXFA_Node constructor by dsinclair · 8 years ago
  36. 85d1f2c Remove NULL in xfa/ by dsinclair · 8 years ago
  37. 6e12478 Change XFA_GetElementByName to XFA_GetElementTypeForName by dsinclair · 8 years ago
  38. f7f659c Turn on clang_use_chrome_plugins for GYP as well. by thestig · 8 years ago
  39. 41cb62e Cleanup some variable namings. by dsinclair · 8 years ago
  40. ab5b60e Load font maps in XFA. by dsinclair · 8 years ago
  41. decfa7b Remove FPDFAPI_LoadCID2UnicodeMap. by dsinclair · 8 years ago
  42. a5c8598 Remove IsOrdinaryList; rename to OrdinaryList to List by dsinclair · 8 years ago
  43. 937a113 Remove CXFA_OrdinaryObject class by dsinclair · 8 years ago
  44. 070fcdf Update GetClassID to GetElementType by dsinclair · 8 years ago
  45. a5ab26b Remove unused GetScriptObjHash(). by dsinclair · 8 years ago
  46. 726b3db Remove some fx_dib functions with unused parameters. by thestig · 8 years ago
  47. ca0bc7d Fix Skia GN build on Mac by weili · 8 years ago
  48. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 8 years ago
  49. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  50. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 8 years ago
  51. bb8b63d Update the documentation: no longer needs to set clang_use_chrome_plugins by weili · 8 years ago
  52. 6028b3c Add win_xfa_clang trybot by weili · 8 years ago
  53. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 8 years ago
  54. 8f93cc6 Add android to the CQ as a 100% experiment. by jbudorick · 8 years ago
  55. df6ec80 Add stackexploit@gmail.com to AUTHORS file. by ochang · 8 years ago
  56. 4701fcd Fix clang_use_chrome_plugin for Mac and Skia builds by weili · 8 years ago
  57. bff506d Change func(void) to func() by weili · 8 years ago
  58. 338a6b7 openjpeg: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc. by stackexploit · 8 years ago
  59. c5a8f21 Split the XFA_OBJECTTYPE enum into two parts. by dsinclair · 8 years ago
  60. 950e68f Remove unused CFX_Font members. by thestig · 8 years ago
  61. ec51ac3 Another round of fx_ge cleanup. by thestig · 8 years ago
  62. 54d027d Fixup LoadImageInfo type checking. by dsinclair · 8 years ago
  63. 7d554c9 Speculative fix for FXJS_InitializeRuntime crash. by dsinclair · 8 years ago
  64. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  65. 4ce94e1 Make code compile with clang_use_chrome_plugin (part VI) by weili · 8 years ago
  66. 2fad11a Simplify CPDF_TextPage::FindTextlineFlowOrientation(). by thestig · 8 years ago
  67. d931476 Remove unused code. by dsinclair · 8 years ago
  68. 5944f5f Sort the file list in xfa.gyp. by thestig · 8 years ago
  69. 2f284d5 Remove unused XFA_GetElementChildren. by dsinclair · 8 years ago
  70. a261534 Remove barcode reading code. by dsinclair · 8 years ago
  71. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 8 years ago
  72. 9d6ca99 Cleanup FWL RenderWidget method parameters. by dsinclair · 8 years ago
  73. 47bcd4c Make code compile with clang_use_chrome_plugin (part V) by weili · 8 years ago
  74. b63068f Add text dump to pdfium_test. by dsinclair · 8 years ago
  75. 3fa3351 Cleanup XML parser code. by dsinclair · 8 years ago
  76. 5377267 Add CFX_SAXReader fuzzer by dsinclair · 8 years ago
  77. 23c9c47 fix skia build by caryclark · 8 years ago
  78. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  79. 29b8ad0 Make code compile with clang_use_chrome_plugin (part III) by weili · 8 years ago
  80. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  81. ee2abec Cleanup ownership in CXFA_ScriptContext. by dsinclair · 8 years ago
  82. e7b0a2d Clean up CPDF_TextPage. by thestig · 8 years ago
  83. 979070b Get rid of IPDF_DataAvail. by thestig · 8 years ago
  84. 756d379 Add fuzzer for FDE CSS syntax parser. by dsinclair · 8 years ago
  85. fc6326d Delete Transform1bppBitmap() after commit 2f30766. by thestig · 8 years ago
  86. 2f30766 Remove default arguments from IFX_RenderDeviceDriver. by thestig · 8 years ago
  87. 868150b Make code compile with clang_use_chrome_plugin (part I) by weili · 8 years ago
  88. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 8 years ago
  89. 7546469 Remove unimplemented signatures by dsinclair · 8 years ago
  90. 4044d2d Remove V8_INLINE markers. by dsinclair · 8 years ago
  91. 993d817 Fix CGdiDeviceDriver::DrawLine(). by thestig · 8 years ago
  92. 6d4f6ff use pos text by caryclark · 8 years ago
  93. 72708b9 fix skia + windows + gn by caryclark · 8 years ago
  94. f49747f Trust the compiler to do array indexing and superclass promotion. by tsepez · 8 years ago
  95. 17e15d2 Add missing const, remove casts in BC_QRCoderErrorCorrectionLevel by tsepez · 8 years ago
  96. bbf2713 Remove redundant make_pair* cast in fxbarcode by tsepez · 8 years ago
  97. c14c958 Remove redundant casts, part 9. by tsepez · 8 years ago
  98. cfb77cc Get rid of NULLs in xfa/fde/ by thestig · 8 years ago
  99. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 8 years ago
  100. 855665d remove redundant CFX_Matrix* cast in one-d barcode by tsepez · 8 years ago