1. 5e35931 Remove default values from CXFA_Node::GetNodeList by Dan Sinclair · 7 years ago
  2. 185832c Remove default params for CXFA_Node::{Insert|Remove}Child by Dan Sinclair · 7 years ago
  3. c5d5729 Remove default values from CXFA_Node::{CountChildren|GetChild} by Dan Sinclair · 7 years ago
  4. cf70571 Remove default values from CXFA_Node::{Remove|Insert|Item} by Dan Sinclair · 7 years ago
  5. 6fa9707 Remove default from CJX_Node::MoveBufferMapData by Dan Sinclair · 7 years ago
  6. 0c9c70b Split CJX_Node::RemoveMapModuleKey by Dan Sinclair · 7 years ago
  7. a39b3ca Remove default params from some Map Module methods by Dan Sinclair · 7 years ago
  8. 8bafef1 Roll {Set|Get}ScriptContent into {Set|Get}Content by Dan Sinclair · 7 years ago
  9. 453d786 Remove default values from CJX_Node::{TryUserData|GetScriptContent} by Dan Sinclair · 7 years ago
  10. 5471335 Fix visibility of some CJX_Node methods by Dan Sinclair · 7 years ago
  11. eda1761 Remove default values from Set{UserData|Object} and GetUserData. by Dan Sinclair · 7 years ago
  12. a6adac8 Remove some C-style const char* casts. by Lei Zhang · 7 years ago
  13. 23efbbd Remove default value from CJX_Node::{Set|Try}Measure by Dan Sinclair · 7 years ago
  14. 63c405d Remove default values from CJX_Node::{Set|Try}Boolean by Dan Sinclair · 7 years ago
  15. 7f57108 Remove default values from CJX_Node::{Set|Try}Enum by Dan Sinclair · 7 years ago
  16. 8946aec Remove default values from CJX_Node::TryContent by Dan Sinclair · 7 years ago
  17. 23aa2b0 Remove default values from CJX_Node::SetCData by Dan Sinclair · 7 years ago
  18. 3ac07ff Cleanup params to CJX_Node::TryCData by Dan Sinclair · 7 years ago
  19. bf29e5b Remove CJX_Node::SetInteger default value by Dan Sinclair · 7 years ago
  20. b31433f Remove default value from CJX_Node::TryInteger by Dan Sinclair · 7 years ago
  21. e806037 Remove default values for CJX_Node::SetContent by Dan Sinclair · 7 years ago
  22. a95fd60 Remove default value from CJX_Node::GetProperty by Dan Sinclair · 7 years ago
  23. ea708c0 Remove default values from CJX_Node::SetAttributeValue by Dan Sinclair · 7 years ago
  24. 019c1c6 Remove default params from CJX_Node::SetScriptContent by Dan Sinclair · 7 years ago
  25. 69cb914 Remove default value from CJX_Node::GetAttribute by Dan Sinclair · 7 years ago
  26. 77fe069 Remove default value to CJX_Node::SetAttribute by Dan Sinclair · 7 years ago
  27. f45406f Move CJX_Node definitions to cpp file by Dan Sinclair · 7 years ago
  28. 68bc6ad Remove default value from CJX_Node::HasAttribute by Dan Sinclair · 7 years ago
  29. 14fe518 Add GetDocument() helper to CJX_Object by Dan Sinclair · 7 years ago
  30. 1bc5e49 Add CJX_ThisProxy by Dan Sinclair · 7 years ago
  31. 46ad7f8 Convert CScript classes to have CJX objects by Dan Sinclair · 7 years ago
  32. 778f2fe Move CXFA_NodeList JS to CJX_NodeList by Dan Sinclair · 7 years ago
  33. 4ac35f2 Move the item methods into CXFA_Node propertly by Dan Sinclair · 7 years ago
  34. a85e5ca Split JS methods out of CXFA_Object by Dan Sinclair · 7 years ago
  35. e5434b5 Split JS code out of CXFA_Node. by Dan Sinclair · 7 years ago
  36. 3fff90a Move some XFA JS code into fxjs/ by Dan Sinclair · 7 years ago
  37. d6e9cfa Convert JS resource into enum class by Dan Sinclair · 7 years ago
  38. a325462 Rename global data files to match contents by Dan Sinclair · 7 years ago
  39. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  40. 5daf07a Make NewNull return an actual Null by dan sinclair · 7 years ago
  41. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  42. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  43. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  44. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  45. 63b2fc7 Check for possible empty object returns from NewFxDynamicObj() by Tom Sepez · 7 years ago
  46. 145cb37 Use method to get global object by Dan Sinclair · 7 years ago
  47. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  48. 1d95c68 Document bindings implementaion by Tom Sepez · 7 years ago
  49. 8cb8841 Tag CFXJSE_HostObject sub-classes. by Tom Sepez · 7 years ago
  50. f6ca07b Replace some repeated code with existing CFXJS_Engine::NewString() helper. by Tom Sepez · 7 years ago
  51. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 7 years ago
  52. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 7 years ago
  53. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  54. 336544a Tag FXJSE's V8 objects as such. by Tom Sepez · 8 years ago
  55. 80547a1 Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. by Tom Sepez · 8 years ago
  56. 5ff8c88 Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers. by Chris Palmer · 8 years ago
  57. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  58. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  59. 2fbfb84 Convert to use info.Holder instead of info.This by Dan Sinclair · 8 years ago
  60. 972eb5c Add array_buffer JS test. by Tom Sepez · 8 years ago
  61. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  62. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  63. 3f72fb4 Explicitly tag fxjs native objects. by Tom Sepez · 8 years ago
  64. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  65. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  66. 55db091 Move JS constant tables to single-byte names by Tom Sepez · 8 years ago
  67. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  68. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  69. 892d751 Avoid some widestring to bytestring conversions in fxjs. by Tom Sepez · 8 years ago
  70. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  71. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  72. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  73. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  74. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  75. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  76. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  77. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  78. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  79. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  80. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  81. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  82. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  83. a4ad595 Simplify memory management for per isolate data by weili · 8 years ago
  84. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  85. 54be7be Fix leaks related to the usage of JSE runtime data by weili · 8 years ago
  86. 1a24199 Fix leaked value object in NamedPropertySetterCallback() by weili · 8 years ago
  87. ad589d7 Fix leaked array buffer allocators of isolates by weili · 8 years ago
  88. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  89. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  90. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  91. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  92. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  93. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  94. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  95. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago