summaryrefslogtreecommitdiff
path: root/fxjs/cjs_field.cpp
AgeCommit message (Expand)Author
2018-10-23Remove CJS_Field::ValueIsOccur()Tom Sepez
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-12Beef up coverage in CJS_Field.Tom Sepez
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Remove more impossible checks in form filler code.Lei Zhang
2018-10-10Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat().Lei Zhang
2018-10-10Remove non-const ref parameters in CPDF_IconFit.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-14Remove optional argument from NewFXJSBoundObject().Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-26Be more careful casting to widget subclasses.Tom Sepez
2018-07-12Move CJS_Field private methods into an anonymous namespace.Lei Zhang
2018-07-12Remove parameter to CJS_Field::GetFormFields().Lei Zhang
2018-07-12Add CJS_Field::GetFirstFormField().Lei Zhang
2018-07-12Add more helper functions to check field types in CJS_Field.Lei Zhang
2018-07-12Add a IsCheckBoxOrRadioButton() helper for CJS_Field.Lei Zhang
2018-06-26Use ObservedPtr for CJS_Field::m_pJSFieldTom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-11Use spans in CJS_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-04-27Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPageTom Sepez
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-05Remove the CJS_EmbedObj template param from JSConstructor.Dan Sinclair
2018-02-05Use unique pointer in CFXJS_PerObjectData.Tom Sepez
2018-01-29Kill some bare |new|s in cjs_field.cppTom Sepez
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-10-30Convert JS resource into enum classchromium/3254Dan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair