1. c1515ef Rename the CScript_* files to match class names. by dsinclair · 8 years ago
  2. 8ca60b2 Use smart pointers for various Jbig2 decoding contexts by weili · 8 years ago
  3. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 8 years ago
  4. eea31b7 Cleanup CXFA_Document by dsinclair · 8 years ago
  5. 3617751 Remove m_pList conditionals from CPWL_ListBox by dsinclair · 8 years ago
  6. e6a6561 Reset notify parameter in CPWL_ListBox OnDestroy(). by dsinclair · 8 years ago
  7. fdb35ff Implement CGdiPrinterDriver::DrawDeviceText(). by thestig · 8 years ago
  8. 3496545 Cleanup fgas/crt. by dsinclair · 8 years ago
  9. aae4566 Rename files with spaces in name by dsinclair · 8 years ago
  10. 74a30b7 Remove default params in CPDF_VariableText. by dsinclair · 8 years ago
  11. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  12. d8f3978 Remove CFX_Edit_Refresh::Analyse by dsinclair · 8 years ago
  13. c1df5d4 Pass element hash and name into CXFA_Object constructor. by dsinclair · 8 years ago
  14. e8a8066 Remove foxit app related setter and getter APIs in XFA code by weili · 8 years ago
  15. 8d53150 Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. by jaepark · 8 years ago
  16. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  17. 514e8c9 Clean up some nits in pdfium_test.cc. by thestig · 8 years ago
  18. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  19. 0089a68 Fix a typo in cq bot name update by Wei Li · 8 years ago
  20. 2bc0f07 Update buildbot names to new ones by weili · 8 years ago
  21. dbc7716 Cleanup some PWL interfaces. by dsinclair · 8 years ago
  22. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  23. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 8 years ago
  24. 38506d3 Rename methods in CPDF_Interform. by jaepark · 8 years ago
  25. df4044d Roll testing/corpus to d307839. by jaepark · 8 years ago
  26. e059579 Replace void* to actual type for jbig2 context to avoid casts by weili · 8 years ago
  27. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  28. 7f9c860 Create an fxjs static library by dsinclair · 8 years ago
  29. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  30. 5a6c139 Use smart pointers for class owned member variables by weili · 9 years ago
  31. ac14258 Cleanup CXFA_SimpleParser. by dsinclair · 9 years ago
  32. fd36b8f PDFDocTest should TearDown() properly. by thestig · 9 years ago
  33. bb95c50 Cleanup ownership of parser members by dsinclair · 9 years ago
  34. 34f86b0 Break xfa_parser_imp apart by dsinclair · 9 years ago
  35. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 9 years ago
  36. d1cf239 Cleanup redundant method names. by dsinclair · 9 years ago
  37. 3ecdbff [Android] Roll v8 & icu to fix android build w/ pdf_enable_v8=true. by jbudorick · 9 years ago
  38. f1494f0 Cleanup xfa_document_datamerge files by dsinclair · 9 years ago
  39. 7fb17c0 set font cache if null by caryclark · 9 years ago
  40. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 9 years ago
  41. 3c27a84 Remove constructor from functions that aren't constructors by jochen · 9 years ago
  42. 9a53675 Mark win_xfa_clang as experimental by jochen · 9 years ago
  43. c9a0ec5 Fix compilation with strict format checking by agoode · 9 years ago
  44. 44105d8 Change class member variables in raw pointer type into unique_ptr by weili · 9 years ago
  45. 2f6d148 openjpeg: Prevent integer overflows during calculation of |l_nb_precinct_size| by ochang · 9 years ago
  46. 7e6a848 Roll DEPS for v8 to 820a23aa. by jochen · 9 years ago
  47. a27d49a copy graphics state fully by caryclark · 9 years ago
  48. c4dedf3 Remove prototypes from v8 functions that aren't constructors by jochen · 9 years ago
  49. 2798a7a Fix Android build by updating several DEPS files. by thestig · 9 years ago
  50. 253186c Roll build/ to 76d9f8b4. by thestig · 9 years ago
  51. 9747b17 Roll Clang to 775e2f87. by thestig · 9 years ago
  52. df8c035 Clean up parts of CPDF_CIDFont. by thestig · 9 years ago
  53. cfb31d6 Mac: Improve font substitution. by thestig · 9 years ago
  54. 1d13fb7 Enable compiling with clang chrome plugins for GYP build by weili · 9 years ago
  55. 08e7072 Clean up CFX_MacFontInfo and surrounding code. by thestig · 9 years ago
  56. d5fd8e4 Convert some methods to std::lower_bound and std::find_if. by dsinclair · 9 years ago
  57. 1e62a25 fix skia unit tests by caryclark · 9 years ago
  58. e89391e add local caching for skia draws by caryclark · 9 years ago
  59. 0efab94 Disable failing embedder tests for Skia builds. by thestig · 9 years ago
  60. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 9 years ago
  61. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 9 years ago
  62. b21c6d0 Fix a regression from commit f3e6851. by thestig · 9 years ago
  63. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 9 years ago
  64. c08cd7a Fix memory leaks with V8 startup data. by thestig · 9 years ago
  65. dff03da Clean up fxet_ap.cpp. by thestig · 9 years ago
  66. de0022a Simplify CPDF_TextRenderer::DrawTextString(). by thestig · 9 years ago
  67. 160bd0e Double AdobeCMYK_to_sRGB speed with faster rounding by brucedawson · 9 years ago
  68. afe3e46 pdfium clang/win: Stop passing /FIIntrin.h by thakis · 9 years ago
  69. 17dfaa7 Revert "Turn on clang_use_chrome_plugins for GYP as well." by thestig · 9 years ago
  70. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 9 years ago
  71. 29d447a Improve hint table validation checks. by thestig · 9 years ago
  72. ce56557 Use some FXSYS methods instead of duplicating by dsinclair · 9 years ago
  73. b977847 Pass needed value to CXFA_Node constructor by dsinclair · 9 years ago
  74. 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
  75. 6e12478 Change XFA_GetElementByName to XFA_GetElementTypeForName by dsinclair · 9 years ago
  76. f7f659c Turn on clang_use_chrome_plugins for GYP as well. by thestig · 9 years ago
  77. 41cb62e Cleanup some variable namings. by dsinclair · 9 years ago
  78. ab5b60e Load font maps in XFA. by dsinclair · 9 years ago
  79. decfa7b Remove FPDFAPI_LoadCID2UnicodeMap. by dsinclair · 9 years ago
  80. a5c8598 Remove IsOrdinaryList; rename to OrdinaryList to List by dsinclair · 9 years ago
  81. 937a113 Remove CXFA_OrdinaryObject class by dsinclair · 9 years ago
  82. 070fcdf Update GetClassID to GetElementType by dsinclair · 9 years ago
  83. a5ab26b Remove unused GetScriptObjHash(). by dsinclair · 9 years ago
  84. 726b3db Remove some fx_dib functions with unused parameters. by thestig · 9 years ago
  85. ca0bc7d Fix Skia GN build on Mac by weili · 9 years ago
  86. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 9 years ago
  87. 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
  88. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 9 years ago
  89. bb8b63d Update the documentation: no longer needs to set clang_use_chrome_plugins by weili · 9 years ago
  90. 6028b3c Add win_xfa_clang trybot by weili · 9 years ago
  91. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 9 years ago
  92. 8f93cc6 Add android to the CQ as a 100% experiment. by jbudorick · 9 years ago
  93. df6ec80 Add stackexploit@gmail.com to AUTHORS file. by ochang · 9 years ago
  94. 4701fcd Fix clang_use_chrome_plugin for Mac and Skia builds by weili · 9 years ago
  95. bff506d Change func(void) to func() by weili · 9 years ago
  96. 338a6b7 openjpeg: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc. by stackexploit · 9 years ago
  97. c5a8f21 Split the XFA_OBJECTTYPE enum into two parts. by dsinclair · 9 years ago
  98. 950e68f Remove unused CFX_Font members. by thestig · 9 years ago
  99. ec51ac3 Another round of fx_ge cleanup. by thestig · 9 years ago
  100. 54d027d Fixup LoadImageInfo type checking. by dsinclair · 9 years ago