Age | Commit message (Expand) | Author |
2018-08-01 | Mark CFGAS_FormatString methods as const. | Lei Zhang |
2018-08-01 | Fix a nullptr crash in CXFA_LocaleValue::ValidateValue(). | Lei Zhang |
2018-07-31 | Remove CXFA_Corner downcasts from cxfa_rectangle.cpp | Tom Sepez |
2018-07-30 | Replace m_bIsContentLayoutItem with proper enum for type. | Tom Sepez |
2018-07-30 | Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508 | Tom Sepez |
2018-07-30 | Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem() | Tom Sepez |
2018-07-30 | Convert some asserts to ifs in cxfa_ffnotify.cpp. | Tom Sepez |
2018-07-30 | Type-safe iteration over CXFA_ContentLayoutItems. | Tom Sepez |
2018-07-30 | Fix a misspelling of "locale". | Lei Zhang |
2018-07-30 | Remove a NOTREACHED() in FormValueNode_SetChildContent(). | Lei Zhang |
2018-07-30 | Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache. | Henrique Nakashima |
2018-07-28 | Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506 | Tom Sepez |
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 |