summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa
AgeCommit message (Expand)Author
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
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-10Remove impossible nullptr checks in CPDFSDK_InterForm.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-04Remove unreachable code in CPDFXFA_Page.Lei Zhang
2018-10-01Remove checks for impossible situation in CPDFXFA_Context.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-10Fix sign mismatch in CPDFXFA_DocEnvironment.Lei Zhang
2018-07-25Disable submit in XFA forms.Henrique Nakashima
2018-07-02Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanupTom Sepez
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-20Remove duplicate method for generating alertschromium/3468Ryan Harrison
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-08Allow setting current page on Foreground XFA docsRyan Harrison
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05Revert "Convert (void) to static_cast<void> in C++ code"Ryan Harrison
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-17Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocViewDan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-08Revert "Ensure that XFA Pages always have a corresponding PDF page"Henrique Nakashima
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-07Ensure that XFA Pages always have a corresponding PDF pageTom Sepez
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-05-03Add CPDF_Page::Extension::GetDocExtension()Tom Sepez
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima