aboutsummaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2023-09-27Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938...kumarashishg
2023-06-30Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2020-01-30Null out CXFA_FF* layout item reference in layout item dtor.Tom Sepez
2020-01-30Comment two POD structs with raw c strings.Tom Sepez
2020-01-29Use FX_SAFE_INT32 in more places.Lei Zhang
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-27Fix segv in CXFA_LayoutPageMgr::ProcessLastPageSet().Tom Sepez
2020-01-27Re-enable test for bug 1265 under all cases.Tom Sepez
2020-01-27Use str.IsEmpty() instead of str.GetLength() == 0.Lei Zhang
2020-01-27Rename Mid() to Substr() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-24Rename CFWL_Widget::{Get,Set}FFWidget() to {Get,Set}AdapterIface().Tom Sepez
2020-01-24Encapsulate SystemFontInfoIface operations behind CFX_FontMapper.Tom Sepez
2020-01-24Avoid redundant EnumFontList() invocations.Tom Sepez
2020-01-24Replace str[str.GetLength() - 1] with str.Last().Lei Zhang
2020-01-24Reformat PDFium GN files.Lei Zhang
2020-01-23Introduce new CXFA_FFWidget::As*() methods.Tom Sepez
2020-01-23Avoid casting CXFA_FFListBox to CXFA_FFComboBox.Tom Sepez
2020-01-22Tidy cfde_wordbreak_data.cppTom Sepez
2020-01-22Bounds check in GetWordBreakProperty()Tom Sepez
2020-01-21Do some clean up in CXFA_FFDocView.Lei Zhang
2020-01-18Remove CXFA_NodeOwner::FreeOwnedNode().Tom Sepez
2020-01-17Avoid CHECK() in CFDE_TextEditEngine.Tom Sepez
2020-01-16Add test for growing gap in CFDE_TextEditEngine::AdjustGap().Tom Sepez
2020-01-16Avoid underflow before calling CFDE_TextEditEngine::AdjustGap().Tom Sepez
2020-01-16Remove unused CXFA_GEColor no-arg ctor.Tom Sepez
2020-01-14Initialize more fwl classes in header.Tom Sepez
2020-01-13Initialize all scalars in header for CFWL_DateTimePicker.Tom Sepez
2020-01-10Remove unused CXFA_FFWidgetHandler::GetObjFactory() and GetXFADoc().Tom Sepez
2020-01-09Remove unused CXFA_FFWidgetHandler::CreateWidget().Tom Sepez
2020-01-09Remove XFA_TRAVERSEWAY_* definitionsTom Sepez
2020-01-09Watch CFXA_FFWidgets across more On* methods.Tom Sepez
2020-01-09Ensure CFWL_Widget::m_pTextOut is initialized.Tom Sepez
2020-01-09Remove FWL_STYLEEXT_DTP_LongDateFormat.Tom Sepez
2020-01-09CFWL_WidgetTP::Initialize() and Finalize() are unused.Tom Sepez
2020-01-09Remove CFX_Break::SetDefaultChar()Tom Sepez
2020-01-09Warn about stale |this| in CXFA_FFWidget::On*() methodsTom Sepez
2020-01-09Rename CXFA_FFWidget::OnHitTest() to HitTest()Tom Sepez
2020-01-08Clean up stale pointer in CXFA_ViewLayoutProcessor::MergePageSetContents()Tom Sepez
2020-01-08Give better names to CXFA_ViewLayoutProcessor membersTom Sepez
2020-01-08Move CXFA_Node property manipulation out from CJX_Object.Tom Sepez
2020-01-08CHECK() that content layout item lists do not get tangled.Tom Sepez
2020-01-08Observe destruction of CXFA_FFComboBox across FWL eventsTom Sepez
2020-01-07Remove duplicate SetLayoutItem(nullptr) in CXFA_ContentLayoutItemTom Sepez
2020-01-07Move CFX_Barcode from fwl/ to fxbarcode/Tom Sepez
2020-01-07Observe CXFA_FFWidget across UpdateFWLData() calls.Tom Sepez
2020-01-07Use CXFA_FFWidget::GetAppProvider() helper method.Tom Sepez
2020-01-07Stop holding CXFA_FFDocView::m_pFocusWidget in local variables.Tom Sepez
2020-01-07Re-enable CXFALayoutItemEmbedderTest.Bug_306123Tom Sepez
2020-01-06Remove CXFA_LayoutProcessor::GetRootLayoutItem().Tom Sepez