summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/javascript/JS_Object.h
AgeCommit message (Expand)Author
2015-10-06Make the vast majority of JS headers private to src/javascript.Tom 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-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-13Remove if checks after new.Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.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-28Fix ALL the include guards.Tom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-07Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-03-02Return error information from pdfium to JS.Tom Sepez
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-07-30Fix a few -Wreorder warnings.Nico Weber
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek