summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/global.cpp
AgeCommit message (Expand)Author
2015-11-11Replace CJS_Parameters with std::vector<CJS_Value>.Lei Zhang
2015-11-06Fix all relative includes to core.Lei Zhang
2015-11-06Remove FXJS_GetRuntimeTom 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-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Remove JavaScript.hTom Sepez
2015-09-21More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-16Fix build broken at 506df426d5d6.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-14Get CJS_RuntimeFactory out of the CJS_GlobalData management business.Tom Sepez
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-17CFX_MapByteStringToPtr considered harmful.Tom Sepez
2015-08-17js_global_data and global_alternate violate naming rules.Tom Sepez
2015-08-14Use override in more classes in fpdfsdk/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-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-16Tidy up CPDFDOC_Environment.Tom Sepez
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-11Cleanup: Get this rid of "this->" in fpdfsdk/Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-17Replace deprecated with non-deprecated V8 APIsJochen 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-03-02Return error information from pdfium to JS.Tom Sepez
2015-02-17Tidy up JS_Defines.hTom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-01-05Remove run-time calculation of hash constants in pdfium.Bruce Dawson
2014-12-12Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables.Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek