summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
2016-08-02Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817tonikitoo
2016-08-01Watch for destruction of CPDFSDK_widget during callbacktsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-25Tidy up JS_Value.htsepez
2016-07-25Remove unused CJS_Value::Attach() varianttsepez
2016-07-21Remove EnableMessageBox() / IsMessageBoxEnabled()tsepez
2016-07-21Remove unused methods from JS_Object.cpptsepez
2016-07-20Clean up singleton implementationweili
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-07-14Do not try to v8::Object::Clone() any objectstsepez
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-07-12Move fpdfsdk/jsapi into fxjs/dsinclair
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair
2016-06-28Implement IJS_Runtime::Destroy().thestig
2016-06-20Change func(void) to func()weili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-09Cleanup some cjs_runtime ifdefs.dsinclair
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-08Remove redundant casts, part 4tsepez
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-07Fix more code which has shadow variablesweili
2016-06-06Remove unused context param from execute.dsinclair
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Remove use of v8:Lockerstsepez
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-12Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.ochang
2016-05-09Remove std::string usage in PublicMethods.cpp.thestig
2016-05-02Fix lint bugs.thestig
2016-04-27Fix incorrect v8 TryCatch.etienneb
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-15Pass WideStrings without narrowing to c_str in javascript/tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Make CJS_PublicMethods::StrTrim() take a CFX_ByteStringtsepez
2016-04-11Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData.tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair