Age | Commit message (Expand) | Author |
2017-10-26 | Remove CJS_Array | Dan Sinclair |
2017-10-25 | Remove CJS_Date | Dan Sinclair |
2017-10-25 | Remove methods from CJS_Date | Dan Sinclair |
2017-10-25 | Remove CJS_Value | Dan Sinclair |
2017-10-25 | Refactor JS method parameters and return values. | Dan Sinclair |
2017-10-25 | Convert JS input params to v8::Local<v8::Value>>s | dan sinclair |
2017-10-24 | Move MaybeCoerceToNumber to CJS_Runtime | Dan Sinclair |
2017-10-24 | Remove IsArrayObject and IsDateObject methods | Dan Sinclair |
2017-10-24 | Remove GetType from CJS_Value | Dan Sinclair |
2017-10-24 | Remove the CJS_Value To* methods. | Dan Sinclair |
2017-10-24 | Remove CJS_Value constructors | Dan Sinclair |
2017-10-24 | Remove most CJS_Value Set methods | Dan Sinclair |
2017-10-23 | Remove CJS_PropValue | Dan Sinclair |
2017-10-23 | Cleanup CJS_Valuechromium/3248 | Dan Sinclair |
2017-10-19 | Refactoring JS Callbacks. | dan sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-04 | Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-01-12 | Custom toString() methods may delete annots. | tsepez |
2016-09-29 | Move fxjs/include to fxjs | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-08-09 | Remove back-pointer to CJS_Runtime from CJS_Date | tsepez |
2016-08-08 | Remove backpointer to runtime from CJS_Array. | tsepez |
2016-08-05 | Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821 | tsepez |
2016-07-25 | Tidy up JS_Value.h | tsepez |
2016-07-25 | Remove unused CJS_Value::Attach() variant | tsepez |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-07-12 | Move fpdfsdk/jsapi into fxjs/ | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-04-15 | Pass WideStrings without narrowing to c_str in javascript/ | tsepez |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | 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 |