1. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  2. 0b851ff Rename xfa_doclayout and xfa_document_layout_imp files. by dsinclair · 8 years ago
  3. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  4. e283e47 Convert source sets to static libraries. by brettw · 8 years ago
  5. 8b30162 Bring pdfium file in sync with chrome, fix mac build by caryclark · 8 years ago
  6. 3b6c7e9 Move CPDF_Annot and CPDF_AnnotList to their own header. by jaepark · 8 years ago
  7. 69f160d Move CSSRuleCollection class to its own file by npm · 8 years ago
  8. 47228ac Clean up singleton implementation by weili · 8 years ago
  9. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  10. c1515ef Rename the CScript_* files to match class names. by dsinclair · 8 years ago
  11. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 8 years ago
  12. e35af1e Remove some IFX_* wrappers. by dsinclair · 8 years ago
  13. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  14. 7f9c860 Create an fxjs static library by dsinclair · 8 years ago
  15. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  16. 5a6c139 Use smart pointers for class owned member variables by weili · 8 years ago
  17. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  18. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  19. f1494f0 Cleanup xfa_document_datamerge files by dsinclair · 8 years ago
  20. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 8 years ago
  21. e89391e add local caching for skia draws by caryclark · 8 years ago
  22. 88b56f4 Remove IFWL_ToolTipTarget. by thestig · 8 years ago
  23. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 8 years ago
  24. eec3a36 Make code compile with clang_use_chrome_plugin (final) by weili · 8 years ago
  25. d931476 Remove unused code. by dsinclair · 8 years ago
  26. a261534 Remove barcode reading code. by dsinclair · 8 years ago
  27. 8320ee2 Rename fxmath_barcodeimp to cfx_barcode by dsinclair · 8 years ago
  28. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  29. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 8 years ago
  30. 979070b Get rid of IPDF_DataAvail. by thestig · 8 years ago
  31. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 8 years ago
  32. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  33. b0fcfad Remove unused PS generation code. by thestig · 8 years ago
  34. 0abe652 Differentiate GN config settings for core vs third party code by weili · 8 years ago
  35. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 8 years ago
  36. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 8 years ago
  37. dcc29b1 Match GN and GYP compilation warning flags by weili · 8 years ago
  38. 3a005f2 Workaround dubious casting between CXFA_Object and void* in FXJSE by tsepez · 8 years ago
  39. d23df55 Change to disable a warning for GCC compilation by weili · 8 years ago
  40. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 8 years ago
  41. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 8 years ago
  42. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 8 years ago
  43. 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 8 years ago
  44. 27ddf16 Distinguish between user and owner passwords. by thestig · 8 years ago
  45. 1b99b2d Merge GetBits32() impls into one. Put it in fxcrt. by thestig · 8 years ago
  46. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 8 years ago
  47. fc2cdf8 fgas/ code cleanup. by dsinclair · 8 years ago
  48. 411f118 Remove Release() from IFXCRT_FileAccess. by tsepez · 8 years ago
  49. c7600f9 Remove CFX_DSPATemplate usage in CXFA_TextParser by dsinclair · 8 years ago
  50. bc91641 Cleanup unused fgas/ code. by dsinclair · 8 years ago
  51. 749c14c Remove agg from skia build by caryclark · 8 years ago
  52. 6539518 Split xfa/fee files into individual class files. by dsinclair · 8 years ago
  53. f7036ba Templatize CFX_{Byte,Wide}StringC by tsepez · 9 years ago
  54. 9c845c3 Move some classes out of doc_vt.cpp into their own files. by thestig · 9 years ago
  55. 55fa356 Cleanup IFWL_Adapter interfaces. by dsinclair · 9 years ago
  56. 696fc8b Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://codereview.chromium.org/1919283008/ ) by dsinclair · 9 years ago
  57. 89fcde8 Remove FWL_WGTHITTEST_* defines in favour of enum class. by dsinclair · 9 years ago
  58. a354eb5 Remove unneeded CPVT classes. by thestig · 9 years ago
  59. b696f7d Remove IFDE_TxtEdt interfaces where possible. by dsinclair · 9 years ago
  60. 038bf0b Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ ) by dsinclair · 9 years ago
  61. 7322343 More FWL interface cleanup. by dsinclair · 9 years ago
  62. 1ae572e Allow overriding GN build flags by dsinclair · 9 years ago
  63. 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
  64. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  65. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 9 years ago
  66. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
  67. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
  68. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  69. 5d9da0c Remove CFWL_Note. by dsinclair · 9 years ago
  70. acd0d59 Cleanup FDE interfaces. by dsinclair · 9 years ago
  71. 685bb88 Standalone GN build. by dsinclair · 9 years ago
  72. b67e566 Re-enable warning 4701 for GN (re-land) by weili · 9 years ago
  73. e3bbfa2 Fix path in BUILD.gn file. by pcc · 9 years ago
  74. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 9 years ago
  75. 2fa0e13 Remove IPDF_CryptoHandler and IPDF_SecurityHandler. by dsinclair · 9 years ago
  76. 0582ad1 XFA unused function cleanup by dsinclair · 9 years ago
  77. 9b3656b Remove unused FWL Panel code. by dsinclair · 9 years ago
  78. 7adef41 Fold the FWL NoteThread classes up to the Thread classes. by dsinclair · 9 years ago
  79. 2ba3dc7 Renable warning 4701 for GN (Windows). by Oliver Chang · 9 years ago
  80. ddd5c70 Unused FWL Classes. by dsinclair · 9 years ago
  81. cdce757 Add iterators and unit tests for CPDF_Array class by weili · 9 years ago
  82. 380f20a Remove some FWL code. by dsinclair · 9 years ago
  83. 08153b1 Remove IFDE_Image, IFDE_PathSet, IFDE_ImageSet, and IFDE_WidgetSet. by dsinclair · 9 years ago
  84. 6d8e981 Cleanup IFPF_* interfaces. by dsinclair · 9 years ago
  85. 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
  86. eb9cf67 Remove IFX_Barcode. by dsinclair · 9 years ago
  87. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  88. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
  89. d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
  90. 25c223d Only SolidBrush types are created, remove other brushes. by dsinclair · 9 years ago
  91. b8627c9 Fix integer issues leading to out of bounds access in fx_ge_text.cpp. by ochang · 9 years ago
  92. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  93. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  94. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  95. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  96. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  97. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  98. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 9 years ago
  99. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  100. e5984e9 Suppress some additional msvs warnings (GN). by ochang · 9 years ago