Age | Commit message (Expand) | Author |
2016-01-29 | Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm(). | Tom Sepez |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-29 | Merge to XFA: Fix behaviour of app.alert() with a single object argument. | Tom Sepez |
2016-01-26 | Merge to XFA: War on #defines, part 1. | Tom Sepez |
2016-01-21 | Mege to XFA: Redo CPDF_PageObjects - part 1 | Tom Sepez |
2016-01-20 | Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber(). | Tom Sepez |
2016-01-11 | Merge to XFA: Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-11 | Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2016-01-08 | Merge to XFA: Remove a bunch of dead code. | Lei Zhang |
2016-01-08 | XFA: Remove relative includes outside of xfa/. | Lei Zhang |
2016-01-05 | Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. | Tom Sepez |
2016-01-05 | Merge to XFA: Replace IconTree class with std::list. | Tom Sepez |
2015-12-28 | Merge to XFA: Take care fall-through cases of switch in pdfium | Lei Zhang |
2015-12-25 | Merge to XFA: Speculative IWYU fix for failing Chromium DEPS roll. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp... | Lei Zhang |
2015-12-21 | Merge to XFA: Cleanup CJS_PublicMethods: | Lei Zhang |
2015-12-21 | Merge to XFA: Fix JS seconds since epoch to date conversions. | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-08 | Fix non-xfa build on xfa branch. | Tom Sepez |
2015-12-02 | Fix the issue that no response from the call back function of FFI_GetPlatform() | Jun Fang |
2015-12-02 | Fix an issue that no response from the call back function of FFI_GetLanguage() | Jun Fang |
2015-12-01 | Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget() | Jun Fang |
2015-11-30 | Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. | Tom Sepez |
2015-11-25 | Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ | Tom Sepez |
2015-11-24 | Introduce "underlying types" to abstract XFA differences. | Tom Sepez |
2015-11-20 | Mising JS refactoring in XFA. | Tom Sepez |
2015-11-20 | Update XFA fpdfsdk to match master | Tom Sepez |
2015-11-16 | Merge to XFA: Reland "Cleanup some numeric code."" | Dan Sinclair |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-11 | Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. | Lei Zhang |
2015-11-11 | Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters. | Lei Zhang |
2015-11-10 | Merge to XFA: Keep "static" objects per-context rather than per isolate. | Tom Sepez |
2015-11-10 | Segv when PDF-side JS object property getter invoked from XFA. | Tom Sepez |
2015-11-10 | Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. | Lei Zhang |
2015-11-09 | Merge to XFA: Fix all relative includes to core. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-11-06 | Merge to XFA: Remove FXJS_GetRuntime | Tom Sepez |
2015-11-04 | Merge to XFA: Cleanup: Remove some NULL checks in fpdfsdk. | Lei Zhang |
2015-11-04 | Merge to XFA: Make JS app.setTimeOut() work again. | Lei Zhang |
2015-11-04 | XFA: make JS_Define.h match master | Tom Sepez |
2015-11-02 | Fix XFA compilation noise, part 1. | Tom Sepez |
2015-10-21 | XFA: add CPDFDocumentToFPDFDocument() | Tom Sepez |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_Name. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_String. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_Number. | Dan Sinclair |
2015-10-20 | [Merge to XFA] Add type cast definitions for CPDF_Boolean. | Dan Sinclair |
2015-10-14 | Next round of XFA changes to match master. | Tom Sepez |
2015-10-13 | Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |