summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/JS_Object.cpp
AgeCommit message (Expand)Author
2015-11-06Remove FXJS_GetRuntimeTom Sepez
2015-11-04Make JS app.setTimeOut() work again.Lei Zhang
2015-10-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Remove JavaScript.hTom Sepez
2015-10-04Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj.Lei Zhang
2015-10-04CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-09-21More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-08-14Use override in more classes in fpdfsdk/Lei Zhang
2015-08-13Tidy up JS_Object.h and JS_Object.cpp.Tom Sepez
2015-08-13Kill JS_TIMER_MAPARRAYTom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-01-05Get rid of fifteen copies of m_sTimeMap and their initializers.Bruce Dawson
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-20Remove "using namespace v8" in header. This allows us to turn all warnings in...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek