summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript
AgeCommit message (Expand)Author
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Remove xfa/src/fxjse/src and move code up a level.Dan Sinclair
2016-03-04Re-land "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Revert "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Only place primitive objects on the V8 global template.Tom Sepez
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.Tom Sepez
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-17Remove CFX_PtrList from renderer main loop.Tom Sepez
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-04Pdfium does not create isolate when it runs in chromiumjinming_wang
2016-02-01Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-02-01Merge to XFA: Use JS_ExpandKeywordParams() in app.response()Tom Sepez
2016-01-29Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm().Tom Sepez
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-29Merge to XFA: Fix behaviour of app.alert() with a single object argument.Tom Sepez
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-21Mege to XFA: Redo CPDF_PageObjects - part 1Tom Sepez
2016-01-20Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().Tom Sepez
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-11Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Merge to XFA: Remove a bunch of dead code.Lei Zhang
2016-01-08XFA: Remove relative includes outside of xfa/.Lei Zhang
2016-01-05Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused.Tom Sepez
2016-01-05Merge to XFA: Replace IconTree class with std::list.Tom Sepez
2015-12-28Merge to XFA: Take care fall-through cases of switch in pdfiumLei Zhang
2015-12-25Merge to XFA: Speculative IWYU fix for failing Chromium DEPS roll.Lei Zhang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp...Lei Zhang
2015-12-21Merge to XFA: Cleanup CJS_PublicMethods:Lei Zhang
2015-12-21Merge to XFA: Fix JS seconds since epoch to date conversions.Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-08Fix non-xfa build on xfa branch.Tom Sepez
2015-12-02Fix the issue that no response from the call back function of FFI_GetPlatform()Jun Fang
2015-12-02Fix an issue that no response from the call back function of FFI_GetLanguage()Jun Fang
2015-12-01Fix an assertion failure in CPDFSDK_Widget* Field::GetWidget()Jun Fang
2015-11-30Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.Tom Sepez