1. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  2. 2a998ad Cleaning up memory allocation in CXFA_FM2JSContext - III by Dan Sinclair · 8 years ago
  3. 647f284 Cleaning up memory allocation in CXFA_FM2JSContext - II by Dan Sinclair · 8 years ago
  4. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 8 years ago
  5. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  6. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  7. 94afac9 Replace CFX_WideStringCArray with std::vector. by tsepez · 8 years ago
  8. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  9. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 8 years ago
  10. f11380f Use unique_ptr in CFXA_FM expressions constructors by npm · 8 years ago
  11. eb9625c Use unique pointers in CXFA_FMParse by npm · 8 years ago
  12. 4e847e3 More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak by npm · 8 years ago
  13. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  14. 211d4ed Add fpdfppo_embeddertest.cpp. by tsepez · 8 years ago
  15. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  16. 478ed62 Fix some FX_BOOL / int noise in fxfa by tsepez · 8 years ago
  17. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  18. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  19. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  20. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  21. 16fccc5 Use smart pointers for class owned pointers by weili · 8 years ago
  22. ca27127 Fixup class name spelling by dsinclair · 8 years ago
  23. e85f971 Fix FMCallExpression undefined shift behaviour. by dsinclair · 8 years ago
  24. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  25. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  26. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  27. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  28. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  29. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 8 years ago
  30. 85d1f2c Remove NULL in xfa/ by dsinclair · 9 years ago
  31. 47bcd4c Make code compile with clang_use_chrome_plugin (part V) by weili · 9 years ago
  32. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 9 years ago
  33. 2f5582f Convert CFXJSE_Value::ToString to return. by dsinclair · 9 years ago
  34. bd136fb xfa_fm2jscontext method cleanup - pt IX of IX by dsinclair · 9 years ago
  35. 947c873 xfa_fm2jscontext method cleanup - pt VIII by dsinclair · 9 years ago
  36. cf7f322 xfa_fm2jscontext method cleanup - pt VII by dsinclair · 9 years ago
  37. 769b137 Remove more FXJSE c-method wrappers. by dsinclair · 9 years ago
  38. f27aeec Remove various FXJSE Value methods. by dsinclair · 9 years ago
  39. 759de38 xfa_fm2jscontext method cleanup - pt VI by dsinclair · 9 years ago
  40. 96a05f4 xfa_fm2jscontext method cleanup - pt V by dsinclair · 9 years ago
  41. 2b6d64e xfa_fm2jscontext method cleanup - pt IV by dsinclair · 9 years ago
  42. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 9 years ago
  43. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  44. 2235b7b Change ThrowScriptErrorMessage() to just ThrowException(). by dsinclair · 9 years ago
  45. dbdcb81 xfa_fm2jscontext method cleanup - pt III by dsinclair · 9 years ago
  46. f6be145 Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp by ochang · 9 years ago
  47. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 9 years ago
  48. 29adee7 Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it by tsepez · 9 years ago
  49. 89ba6de xfa_fm2jscontext method clean - pt II by dsinclair · 9 years ago
  50. 48d91dd xfa_fm2jscontext formatting and cleanup - pt I by dsinclair · 9 years ago
  51. 86fad99 Replace CFXJSE_Value create/destroy with new and delete. by dsinclair · 9 years ago
  52. 3a005f2 Workaround dubious casting between CXFA_Object and void* in FXJSE by tsepez · 9 years ago
  53. 5c4dd35 Make additional FXJSE_CLASS_DESCRIPTORS constant by tsepez · 9 years ago
  54. 1c9cfe1 Make fm2jscontext's class descriptor a static constant. by tsepez · 9 years ago
  55. e3b2a4e Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS by tsepez · 9 years ago
  56. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 9 years ago
  57. e9885e7 Replace FXJSE_HCLASS with CFXJSE_Class* by dsinclair · 9 years ago
  58. 7f2abcc Replace FXJSE_HCONTEXT with CFXJSE_Context* by dsinclair · 9 years ago
  59. dd6a46c Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ ) by dsinclair · 9 years ago
  60. 818e190 Remove parameters which are always null by dsinclair · 9 years ago
  61. ec3da5b Rename FXJSE_HRUNTIME to v8::Isolate by dsinclair · 9 years ago
  62. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  63. bc2f0c5 Remove Release() from CXFA_FM2JSContext by tsepez · 9 years ago
  64. 0c268e9 Replace XFA_N with value by dsinclair · 9 years ago
  65. 3f80c86 Remove some c_str() calls from StringCs in xfa docs. by tsepez · 9 years ago
  66. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  67. a310984 Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6 by tsepez · 9 years ago
  68. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  69. 76c5379 Fix Wvarargs warning in XFA error code. by dsinclair · 9 years ago
  70. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  71. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  72. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  73. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  74. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  75. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  76. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  77. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  78. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  79. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  80. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  81. 4af5fd1 Remove CFX_ string type static initializers. by tsepez · 9 years ago
  82. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  83. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  84. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  85. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  86. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  87. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 9 years ago
  88. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago