aboutsummaryrefslogtreecommitdiff
path: root/fxjs
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
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/pdfiumandroid-s-preview-1Bob Badour
2020-04-30Updates Android.bp for new pdfiumHaibo Huang
2020-01-29Remove class CFX_GlobalArray.Tom Sepez
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-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-24Reformat PDFium GN files.Lei Zhang
2020-01-18Remove CXFA_NodeOwner::FreeOwnedNode().Tom Sepez
2020-01-11Remove unused const variant of CFX_GlobalData::FindGlobalVariable(),Tom Sepez
2020-01-08Move CXFA_Node property manipulation out from CJX_Object.Tom Sepez
2019-12-20Use NoDestructor in a couple obvious places.Lei Zhang
2019-12-16Move some code from fxjs/xfa/cjx_hostpseudomodel.cpp into xfa/fxfa.Tom Sepez
2019-12-14Try using unowned ptr in CJX_ObjectTom Sepez
2019-12-14Add virtual AddChangedContainer() to CXFA_Document::LayoutProcessorIface.Tom Sepez
2019-12-13Run clang-format --full on directories that start with 'f'.Lei Zhang
2019-12-12Prefer (!X || Y) to (X ? Y : true)Tom Sepez
2019-12-12Remove std::wstring usage in CJS_Util.Lei Zhang
2019-12-11Move CJS_Field::ParseFieldName() into an anonymous namespace.Lei Zhang
2019-12-11Remove std::wstring usage in CJS_Field.Lei Zhang
2019-12-06Better tests for CJS_Field properties.Tom Sepez
2019-12-06Fix typo in array name in HTMLSTR2Code()Tom Sepez
2019-12-05Make CRYPT_ArcFourCryptBlock() take spans.Lei Zhang
2019-12-04Prevent fatal error in CFX_V8::PutObjectProperty()Tom Sepez
2019-12-03Handle codepoints outside BMP in CFXJSE_FormCalcContext::Encode().Tom Sepez
2019-12-03Remove CFXJSE_Value::SetDate() and IsDate()Tom Sepez
2019-12-03Test FormCalc Encode() function.Tom Sepez
2019-11-08Better testing of CJS_Icon from JavaScriptTom Sepez
2019-11-08Remove bWillCommit argument from OnField_Format() methods.Tom Sepez
2019-11-04Check for NaN in CFXJSE_FormCalcContext::WordNum()Tom Sepez
2019-11-01Remove jumbo usage in GN files throughout PDFiumDaniel Hosseinian
2019-10-10Simplify MonthFromTime().Lei Zhang
2019-10-10Add some unit tests for fx_date_helpers.h.Lei Zhang
2019-09-18Consistently declare operator=.Lei Zhang
2019-09-18[FXJS] Use double precision when converting textboxesAlan Screen
2019-09-13[FXCRT] Rename FXSYS_round to match conventionsAlan Screen
2019-08-22Observe CXFA_FFWidget across a function SetFocusWidget().huyna
2019-08-15Replace PDF_ENABLE_XFA with an interface in CFXJS_Engine.Tom Sepez
2019-08-14Remove some CPDFXFA_Context usage from top-level fpdfsdk layer.Tom Sepez
2019-08-13Remove CXFA_Document::HasFlag() and SetFlag().Lei Zhang
2019-08-12Remove dependence from fxjs to fxfa/layout.Tom Sepez
2019-08-09Simplify callers to CPDFSDK_FormFillEnvironment::GetPDFDocument().Lei Zhang
2019-08-07Split IPWL_SystemHandler and fxcrt::TimerHandlerIfaceTom Sepez
2019-08-07Remove CPDFSDK_FormFillEnvironment from fxjs/global_timer.cppTom Sepez
2019-08-05Introduce IPWL_SystemHandler and fxcrt::TimerHandlerIface for layering.Tom Sepez
2019-08-01Remove dependence from cjs_field.cpp to fpdfapi/fontTom Sepez
2019-08-01Break dependence of cjs_document.cpp on fpdfapi/font.Tom Sepez
2019-08-01Rename CPDF_Font::GetBaseFont() to GetBaseFontName().Tom Sepez