Age | Commit message (Expand) | Author |
2018-07-28 | Add ToXML{Instruction,Text,CharData}() checked conversion functions | Tom Sepez |
2018-07-26 | Use moar ToXMLElement() in place of static_cast<>. | Tom Sepez |
2018-07-26 | Remove font cache from CFGAS_DefaultFontManager.chromium/3504 | Henrique Nakashima |
2018-07-25 | Remove CFX_MemoryStream uses in tests. | Lei Zhang |
2018-07-25 | Disable submit in XFA forms. | Henrique Nakashima |
2018-07-25 | Introduce ToXMLElement() checked downcast helper function | Tom Sepez |
2018-07-25 | Move CXFA_ThisProxy helper to CXFA_Object. | Tom Sepez |
2018-07-24 | Fix UAF in CPDFSDK_Widget::GetMixXFAWidget().chromium/3502 | Henrique Nakashima |
2018-07-23 | Tighten up ThisProxy casts. | Tom Sepez |
2018-07-23 | Remove unused CScript_DataWindow::JSDataWindow(). | Tom Sepez |
2018-07-23 | Replace CFXJSE_HostObject::type_ with polymorphic conversion methods | Tom Sepez |
2018-07-20 | Replace downcasts in cxfa_node to checked conversion methods. | Tom Sepez |
2018-07-19 | Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cpp | Tom Sepez |
2018-07-17 | Limit recursion depth for CXFA_DocumentParser::NormalLoader(). | Henrique Nakashima |
2018-07-16 | Use UnownedPtr/Optional in cfxa_layoutcontext.cpp | Tom Sepez |
2018-07-16 | Fix crash when typing letters into an XFA datetime field. | Henrique Nakashima |
2018-07-16 | Process data changes regardless if they can be formatted | Ryan Harrison |
2018-07-16 | Use UnownedPtr in CXFA_LocaleMgr | Tom Sepez |
2018-07-05 | Clean up ProcessFormatTestValidate | Ryan Harrison |
2018-07-03 | Use unowned ptr to Node from outside XFA node tree.chromium/3481 | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cxfa_nodeiteratortemplate.h | Tom Sepez |
2018-07-03 | Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.h | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cfwl_notedriver.h | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cfwl_messagekillfocus.h | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cfwl_scrollbar.h and cfwl_themebackground.h | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cxfa_{ffwidgethandler,imagrenderer,loadercontext}.h | Tom Sepez |
2018-07-03 | Use more UnownedPtr<> in cfxa_ffpageview | Tom Sepez |
2018-07-03 | Remove XFA_LAYOUT_INVALIDNODE | Tom Sepez |
2018-07-02 | Comment some raw pointers that cant become UnownedPtr<>. | Tom Sepez |
2018-07-02 | Use UnownedPtr<> in cfwl_event.h and cfwl_message.h | 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-29 | Use more UnownedPtr<> in cxfa_ffwidget | Tom Sepez |
2018-06-27 | Remove CXFA_FField::UnloadWidget(). | Tom Sepez |
2018-06-27 | Use unowned ptr for IFWL_ delegates | Tom Sepez |
2018-06-26 | Assert that tab width assumption holds in CFX_RTFBreak. | Henrique Nakashima |
2018-06-26 | Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab | Henrique Nakashima |
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-21 | Remove WideString::c_str() calls where possible. | Tom Sepez |
2018-06-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-20 | Re-work some more c_str() usage. | Tom Sepez |
2018-06-19 | Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466 | Tom Sepez |
2018-06-14 | [formcalc] Calculate length of string when calling FXSYS_wcstof | Dan Sinclair |
2018-06-14 | Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h. | Peter Collingbourne |
2018-06-12 | [fm2js] Convert formcalc tests to use raw literals | Dan Sinclair |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-06-05 | [xfa] Make the event context available when calling back in XFA | Dan Sinclair |
2018-06-05 | Clean up CFX_TxtBreak | Ryan Harrison |
2018-06-04 | Remove unused assignment from CFX_RTFBreak | Ryan Harrison |