Age | Commit message (Expand) | Author |
2018-05-08 | Rename CPDF_Document::GetPage() to GetPageDictionary(). | Tom Sepez |
2018-05-07 | Mark parts of CJS_EventHandler as private. | Lei Zhang |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
2018-04-30 | Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. | Tom Sepez |
2018-04-27 | Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage | Tom Sepez |
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-24 | Fix include order for cpdfxfa_context.hchromium/3407 | 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-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-18 | Always build JS Runtime stubs even if V8 present. | Tom Sepez |
2018-04-17 | Add ownership to CFX_XMLNode children | dan sinclair |
2018-04-17 | Avoid some string -> ptr -> string duplicate allocations in FF Environment | Tom Sepez |
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 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
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-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-12 | Return pdfium::span<char> from ByteString::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-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-04-09 | Move code to set XML value to CXFA_Node | Dan Sinclair |
2018-04-06 | Avoid uninitialized internal fields in V8 global objects. | Tom Sepez |
2018-04-05 | Make Internal field usage in cfxjs_engine match README.doc | Tom Sepez |
2018-04-04 | Parse "yy" correctly for AFDate_FormatEx(). | Lei Zhang |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-27 | Remove CXFA_FFNotify proxy methods | Dan Sinclair |
2018-03-27 | Cleanup CXFA_LocaleMgr | Dan Sinclair |
2018-03-21 | Replace deprecated SetNamedPropertyHandler | Franziska Hinkelmann |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
2018-03-12 | Handle inserting negative values without a selection | Dan Sinclair |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-26 | Fixup AFSimple_Calculate indexing bug | Dan Sinclair |
2018-02-22 | [formcalc] Cleanup function handling | Dan Sinclair |
2018-02-19 | Merge FormCalc to JavaScript methods | dan sinclair |
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 |