summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-30Cleanup some CPDFSDK_Widget XFA code.Dan Sinclair
2018-01-30Combine more combo and list codeDan Sinclair
2018-01-29Cleanup some ChoiceList codeDan Sinclair
2018-01-29Add common base class between CXFA_FFComboBox and CXFA_FFListBoxDan Sinclair
2018-01-29Cleanup CXFA_Node visibilityDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Move barcode code to CXFA_BarcodeDan Sinclair
2018-01-29Change pageNums from uint16_t to uint32_txlou
2018-01-29Kill some bare |new|s in cjs_field.cppTom Sepez
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-29Clean up FPDF_GetFormType().Lei Zhang
2018-01-29Remove redundant checks in CPVT_WordRange::Intersect().Lei Zhang
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-29Remove duplicate assignments in sycc420_to_rgb().Lei Zhang
2018-01-29Roll V8 to ee5d9a0c.Lei Zhang
2018-01-29Fix typo introduced in cleanup of IsHyphenRyan Harrison
2018-01-26Code cleanup - create a new function GetPageNumberschromium/3334xlou
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-26Clean up construction of CFX_BarcodeRyan Harrison
2018-01-26Fix crash in palette loading with Pattern colorspace.Henrique Nakashima
2018-01-26Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2018-01-26Fix potential memory leak in CCodec_JpegModule::Start().Lei Zhang
2018-01-25Add timeout when downloading gold json.Henrique Nakashima
2018-01-25Make private some methods in CPDF_DIBSource.Henrique Nakashima
2018-01-25Remove empty FF classesDan Sinclair
2018-01-25Remove draw from creatable widgetschromium/3333Dan Sinclair
2018-01-24Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331Andrew Weintraub
2018-01-24Support compiling pdfium with emscripten.Henrique Nakashima
2018-01-24Fix some nits in CPDF_Parser.Lei Zhang
2018-01-24Configure CQ to use jumbo build bots.Lei Zhang
2018-01-24Move retrieval of UIChild earlier in CreateUIChildDan Sinclair
2018-01-24Rename eUIType for clarityDan Sinclair
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Cleanup CreateUIChild pUI usageDan Sinclair
2018-01-24Fix broken XFA builds with new V8Ryan Harrison
2018-01-24Update code to assume a Value node exists.Dan Sinclair
2018-01-24Make CreateUIChild a method of CXFA_NodeDan Sinclair
2018-01-24Clarify CreateUIChild is only for Field or Draw elementsDan Sinclair
2018-01-23Remove CXFA_Node::GetNode and m_pNodeDan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-23Remove CXFA_WidgetAcc from CXFA_FFDocView methodsDan Sinclair
2018-01-23Cleanup CXFA_FFDocView headerDan Sinclair
2018-01-23Remove unused CXFA_FFDocView::ProcessWidgetEventDan Sinclair
2018-01-23Remove CXFA_FFDocView::GetWidgetAccByNameDan Sinclair
2018-01-23Use accessor for WidgetAccDan Sinclair
2018-01-23Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIteratorDan Sinclair