Age | Commit message (Expand) | Author |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Use unique_ptr in JSGlobalAlternate::m_MapGlobal | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-23 | Observe all formfill environment pointer in JS objects. | Tom Sepez |
2017-02-23 | Store JS string constants as single-byte strings. | Tom Sepez |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Remove some JS_Define macroschromium/3020 | Tom Sepez |
2017-02-21 | Pass CJS_Runtime to JS callbacks. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-22 | Rename App to Env where needed. | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-11 | Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828 | tsepez |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-15 | Pass WideStrings without narrowing to c_str in javascript/ | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-11 | Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. | tsepez |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |