Age | Commit message (Expand) | Author |
2018-07-23 | Remove second argument to CFXJSE_Engine::ToObject() | Tom Sepez |
2018-06-29 | Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478 | Tom Sepez |
2018-06-29 | Use UnownedPtr to CXFA_Node from outside the treechromium/3477 | Tom Sepez |
2018-06-28 | Fix logic error in CJX_InstanceManager::count()chromium/3476 | Tom Sepez |
2018-06-22 | Avoid some duplicate const/non-const getters. | Tom Sepez |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-14 | Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h. | Peter Collingbourne |
2018-06-11 | Use spans in CJX_Object. | Tom Sepez |
2018-06-08 | Ensure CJS_Return() with error always includes a message. | Tom Sepez |
2018-06-04 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-05-25 | [xfa] Generate CXFA_EventParam.newText dynamically | Dan Sinclair |
2018-05-25 | [xfa] Add missing xfa.event.cancelAction property | Dan Sinclair |
2018-05-25 | [xfa] Clamp selStart, selEnd values in CJX_EventPseudoModel | Dan Sinclair |
2018-05-25 | [xfa] Restrict the editable xfa.change properties | Dan Sinclair |
2018-05-25 | [xfa] Rename pValue to pReturn for clarity | Dan Sinclair |
2018-05-25 | Add code to display XFA JS log messages | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-16 | Convert CJX_Object::Set* methods to return void | Dan Sinclair |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-23 | Revert "Change CFX_XML Save to take a write stream" | dsinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
2018-04-17 | Add ownership to CFX_XMLNode children | dan sinclair |
2018-04-17 | Use IFX_SeekableStream in xfa_utils | dan sinclair |
2018-04-17 | Use an IFX_SeekableStream for XML saving | dan sinclair |
2018-04-17 | Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" | Tom Sepez |
2018-04-16 | Merge CFX_XMLElement and CFX_XMLAttributeNode | dan sinclair |
2018-04-16 | Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." | Tom Sepez |
2018-04-12 | Return pdfium::span<wchar_t> from WideString::GetBuffer(). | Tom Sepez |
2018-04-12 | Rename CXFA_SimpleParser to CXFA_DocumentParser | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-09 | Move code to set XML value to CXFA_Node | Dan Sinclair |
2018-03-27 | Remove CXFA_FFNotify proxy methods | Dan Sinclair |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-14 | Fix lifetime probe issue in CJX_Objectchromium/3348 | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Node::SetFlag | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Document const-ness | Dan Sinclair |
2018-02-13 | Split CFX_XMLNode::SaveXMLNode apart | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode pointers | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode and friendschromium/3347 | Dan Sinclair |
2018-02-13 | Cleanup CXFA_Node ownership | Dan Sinclair |
2018-02-08 | Move cjs_v8.cpp to cfx_v8.cpp | Tom Sepez |
2018-02-08 | Move XFA-specific methods out of CJS_V8. | Tom Sepez |
2018-01-31 | Remove handrolled search from GetEventParaInfoByName | Ryan Harrison |
2018-01-31 | Remove NumericLimit params which are always the same | Dan Sinclair |