summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_formfillenvironment.cpp
AgeCommit message (Expand)Author
2018-10-11Rename InterForm classes to InteractiveForm.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-10Add Observable::ObservedPtr::HasObservable().Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-08-01Fix sign mismatch in CPDFSDK_FormFillEnvironment::GetPageViewCount().Lei Zhang
2018-07-26Be more careful casting to widget subclasses.Tom Sepez
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-20Remove duplicate method for generating alertschromium/3468Ryan Harrison
2018-06-12Rework "Make common page base class."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-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-01Check for NULL XFA context even when XFATom Sepez
2018-04-30Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document.Tom Sepez
2018-04-27Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2)Tom Sepez
2018-04-27Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPageTom Sepez
2018-04-24Fix include order for cpdfxfa_context.hchromium/3407Tom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-17Avoid some string -> ptr -> string duplicate allocations in FF EnvironmentTom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-03-28More fpdfsdk filename cleanupDan Sinclair
2018-03-21Rewrite CPDFXFA_DocEnvironment::GetPopupPos.chromium/3378Henrique Nakashima
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2018-01-12Use enum for tracking form field typesRyan Harrison
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-07-22Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165Lei Zhang
2017-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-06-21Fix typos that meant to say handler instead of hander.Lei Zhang
2017-06-20Use early returns in more CPDFSDK_FormFillEnvironment code.Lei Zhang
2017-06-19Mark more CPDFSDK_FormFillEnvironment methods as const.Lei Zhang
2017-05-22Use less opaque types in CPDFSDK_FormFillEnvironment.Lei Zhang
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-02Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cppTom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-22Convert OutputSelectedRect to take a rectDan Sinclair
2017-02-22Update Invalidate to take a rectDan Sinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez