1. c1515ef Rename the CScript_* files to match class names. by dsinclair · 9 years ago
  2. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 9 years ago
  3. eea31b7 Cleanup CXFA_Document by dsinclair · 9 years ago
  4. 3496545 Cleanup fgas/crt. by dsinclair · 9 years ago
  5. c1df5d4 Pass element hash and name into CXFA_Object constructor. by dsinclair · 9 years ago
  6. e8a8066 Remove foxit app related setter and getter APIs in XFA code by weili · 9 years ago
  7. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 9 years ago
  8. ac14258 Cleanup CXFA_SimpleParser. by dsinclair · 9 years ago
  9. bb95c50 Cleanup ownership of parser members by dsinclair · 9 years ago
  10. 34f86b0 Break xfa_parser_imp apart by dsinclair · 9 years ago
  11. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 9 years ago
  12. d1cf239 Cleanup redundant method names. by dsinclair · 9 years ago
  13. f1494f0 Cleanup xfa_document_datamerge files by dsinclair · 9 years ago
  14. 8bdbc88 Break xfa_basic_data up to smaller files by dsinclair · 9 years ago
  15. df8c035 Clean up parts of CPDF_CIDFont. by thestig · 9 years ago
  16. d5fd8e4 Convert some methods to std::lower_bound and std::find_if. by dsinclair · 9 years ago
  17. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 9 years ago
  18. ce56557 Use some FXSYS methods instead of duplicating by dsinclair · 9 years ago
  19. b977847 Pass needed value to CXFA_Node constructor by dsinclair · 9 years ago
  20. 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
  21. 6e12478 Change XFA_GetElementByName to XFA_GetElementTypeForName by dsinclair · 9 years ago
  22. 41cb62e Cleanup some variable namings. by dsinclair · 9 years ago
  23. a5c8598 Remove IsOrdinaryList; rename to OrdinaryList to List by dsinclair · 9 years ago
  24. 937a113 Remove CXFA_OrdinaryObject class by dsinclair · 9 years ago
  25. 070fcdf Update GetClassID to GetElementType by dsinclair · 9 years ago
  26. a5ab26b Remove unused GetScriptObjHash(). by dsinclair · 9 years ago
  27. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 9 years ago
  28. bff506d Change func(void) to func() by weili · 9 years ago
  29. c5a8f21 Split the XFA_OBJECTTYPE enum into two parts. by dsinclair · 9 years ago
  30. 2f284d5 Remove unused XFA_GetElementChildren. by dsinclair · 9 years ago
  31. 9d6ca99 Cleanup FWL RenderWidget method parameters. by dsinclair · 9 years ago
  32. 47bcd4c Make code compile with clang_use_chrome_plugin (part V) by weili · 9 years ago
  33. 3fa3351 Cleanup XML parser code. by dsinclair · 9 years ago
  34. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  35. ee2abec Cleanup ownership in CXFA_ScriptContext. by dsinclair · 9 years ago
  36. 756d379 Add fuzzer for FDE CSS syntax parser. by dsinclair · 9 years ago
  37. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 9 years ago
  38. 215507d Avoid casts via correct types in fgas_textbreak by tsepez · 9 years ago
  39. 77b909e Remove more casts, part 7. by tsepez · 9 years ago
  40. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 9 years ago
  41. 3cace32 Change CFXJSE_Context::GetGlobalObject to return by dsinclair · 9 years ago
  42. 2f5582f Convert CFXJSE_Value::ToString to return. by dsinclair · 9 years ago
  43. bd136fb xfa_fm2jscontext method cleanup - pt IX of IX by dsinclair · 9 years ago
  44. 20d6b76 Use static_cast<CXFA_WidgetAcc*> in xfa. by tsepez · 9 years ago
  45. 947c873 xfa_fm2jscontext method cleanup - pt VIII by dsinclair · 9 years ago
  46. cf7f322 xfa_fm2jscontext method cleanup - pt VII by dsinclair · 9 years ago
  47. 769b137 Remove more FXJSE c-method wrappers. by dsinclair · 9 years ago
  48. d3be111 Fix GetPageIndex() for dynamic XFA documents. by thestig · 9 years ago
  49. f27aeec Remove various FXJSE Value methods. by dsinclair · 9 years ago
  50. a7c03c6 Remove dead code in CFGAS_FontMgrImp. by thestig · 9 years ago
  51. a4fdfc5 Replace IFGAS_Font with underlying concrete type by thestig · 9 years ago
  52. 759de38 xfa_fm2jscontext method cleanup - pt VI by dsinclair · 9 years ago
  53. 5c147bd Remove casts to same type in xfa_script_imp.cpp by tsepez · 9 years ago
  54. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  55. 96a05f4 xfa_fm2jscontext method cleanup - pt V by dsinclair · 9 years ago
  56. fe433f1 Remove FDE_HDEVICESTATE. by dsinclair · 9 years ago
  57. 2b6d64e xfa_fm2jscontext method cleanup - pt IV by dsinclair · 9 years ago
  58. 16e587e Rename IFX_FontMgr to IFGAS_FontMgr by tsepez · 9 years ago
  59. 8d4e0d4 Fix more bugs found by /analyze tool by weili · 9 years ago
  60. b71dc76 Rename IFX_Font to IFGAS_Font by tsepez · 9 years ago
  61. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 9 years ago
  62. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  63. ad700c2 Replace FWL_HLISTITEM with class IFWL_ListItem {} by tsepez · 9 years ago
  64. 2235b7b Change ThrowScriptErrorMessage() to just ThrowException(). by dsinclair · 9 years ago
  65. dbdcb81 xfa_fm2jscontext method cleanup - pt III by dsinclair · 9 years ago
  66. 0e0a86a Remove unused LoadString values, cleanup remaining strings. by dsinclair · 9 years ago
  67. fb2a824 Don't use array for only one compatible mode script by tsepez · 9 years ago
  68. 44f8faf Clean up part of CXFA_Node class by weili · 9 years ago
  69. f6be145 Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp by ochang · 9 years ago
  70. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 9 years ago
  71. 29adee7 Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it by tsepez · 9 years ago
  72. 89ba6de xfa_fm2jscontext method clean - pt II by dsinclair · 9 years ago
  73. 48d91dd xfa_fm2jscontext formatting and cleanup - pt I by dsinclair · 9 years ago
  74. 86fad99 Replace CFXJSE_Value create/destroy with new and delete. by dsinclair · 9 years ago
  75. 4dce6d4 Fix a leak in CXFA_FontMgr. by thestig · 9 years ago
  76. 3a005f2 Workaround dubious casting between CXFA_Object and void* in FXJSE by tsepez · 9 years ago
  77. 800222e Fix MSVC C4800 build warnings. by thestig · 9 years ago
  78. 54ab234 Add opaque "layout item" to widgets for caller's use. by tsepez · 9 years ago
  79. 5c4dd35 Make additional FXJSE_CLASS_DESCRIPTORS constant by tsepez · 9 years ago
  80. 1c9cfe1 Make fm2jscontext's class descriptor a static constant. by tsepez · 9 years ago
  81. e3b2a4e Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS by tsepez · 9 years ago
  82. 60607c3 Enable chromium_code standard for XFA code by weili · 9 years ago
  83. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 9 years ago
  84. d3e354a Remove default arguments in CFX_RenderDevice. by thestig · 9 years ago
  85. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  86. e9885e7 Replace FXJSE_HCLASS with CFXJSE_Class* by dsinclair · 9 years ago
  87. 7f2abcc Replace FXJSE_HCONTEXT with CFXJSE_Context* by dsinclair · 9 years ago
  88. dd6a46c Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ ) by dsinclair · 9 years ago
  89. 818e190 Remove parameters which are always null by dsinclair · 9 years ago
  90. 7fa5513 Banish CFX_PrivateData to the XFA side by tsepez · 9 years ago
  91. ec3da5b Rename FXJSE_HRUNTIME to v8::Isolate by dsinclair · 9 years ago
  92. 65be4b1 Complete or comment a couple Script_NodeClass functions by weili · 9 years ago
  93. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 9 years ago
  94. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
  95. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  96. 09e139e Remove unused class CXFA_FFDocWidgetIterator by weili · 9 years ago
  97. 7ee2e53 Remove Release() from CFX_RTFBreak by tsepez · 9 years ago
  98. 524fa62 Clean up more XFA code which causes warnings by weili · 9 years ago
  99. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  100. 7aaaae6 Use std::map in CXFA_ItemLayoutProcessor by tsepez · 9 years ago