summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/app.cpp
AgeCommit message (Expand)Author
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-10-14Next round of master changes to match XFATom Sepez
2015-10-09Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez
2015-10-08Wean CJS_Value off of v8::Isolate.Tom Sepez
2015-10-07Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-06Store object definition ID in each js_class.Tom Sepez
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-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-08Beef up app_props.in and tidy app.cpp.Tom Sepez
2015-09-08Change the JS app.viewerType() return value to "pdfium"Lei Zhang
2015-08-14Use override in more classes in fpdfsdk/Lei Zhang
2015-08-13Remove if checks after new.Lei Zhang
2015-08-06clang-format all pdfium code, again.Nico Weber
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-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-06-22Cleanup: Remove more checks for new returning NULL.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-23Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-03-02Kill off JS_ErrorString type.Tom Sepez
2015-02-17Tidy up JS_Defines.hTom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-08-22Fix confusion between length in bytes and length in characters in app::respon...Tom Sepez
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Tidy up app::response().Tom Sepez
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek