Age | Commit message (Expand) | Author |
2018-03-27 | Cleanup CXFA_LocaleMgr | Dan Sinclair |
2018-03-21 | Replace deprecated SetNamedPropertyHandler | Franziska Hinkelmann |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
2018-03-12 | Handle inserting negative values without a selection | Dan Sinclair |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-26 | Fixup AFSimple_Calculate indexing bug | Dan Sinclair |
2018-02-22 | [formcalc] Cleanup function handling | Dan Sinclair |
2018-02-19 | Merge FormCalc to JavaScript methods | dan sinclair |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-14 | Fix lifetime probe issue in CJX_Objectchromium/3348 | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Node::SetFlag | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Document const-ness | Dan Sinclair |
2018-02-13 | Split CFX_XMLNode::SaveXMLNode apart | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode pointers | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode and friendschromium/3347 | Dan Sinclair |
2018-02-13 | Cleanup CXFA_Node ownership | Dan Sinclair |
2018-02-13 | Use actual type in place of void* in V8 map | Tom Sepez |
2018-02-12 | Test if GC'd FXJS objects have their C-side counterparts cleaned up. | Tom Sepez |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-09 | Tidy V8TemplateMap. | Tom Sepez |
2018-02-09 | Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} | Tom Sepez |
2018-02-09 | Move CFX_V8 testing from embeddertest to unittest. | Tom Sepez |
2018-02-08 | Move cjs_v8.cpp to cfx_v8.cpp | Tom Sepez |
2018-02-08 | Move XFA-specific methods out of CJS_V8. | Tom Sepez |
2018-02-08 | Make CFXJS_Engine::SetObjectPrivate() static. | Tom Sepez |
2018-02-07 | Split creation of ordinary object and bound objects in FXJS.chromium/3343 | Tom Sepez |
2018-02-06 | Avoid needless malloc for v8:Global array. | Tom Sepez |
2018-02-06 | Remove unused FreeObjectPrivate() overload. | Tom Sepez |
2018-02-05 | Fold CJS_EmbedObj classes into CJS_Object classes | Dan Sinclair |
2018-02-05 | Remove the CJS_EmbedObj template param from JSConstructor. | Dan Sinclair |
2018-02-05 | Use unique pointer in CFXJS_PerObjectData. | Tom Sepez |
2018-02-05 | Fix some formcalc constant naming. | Lei Zhang |
2018-02-05 | [XFA] dot_accessor may not provide a valid object. | Dan Sinclair |
2018-02-05 | Move const arrays to CFXJS_Engine from CJS_V8 | Tom Sepez |
2018-02-02 | Small tidy of fxjs | Tom Sepez |
2018-02-02 | Remove V8 context from CJS_V8 | Tom Sepez |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-01 | Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337 | Tom Sepez |
2018-02-01 | Change internal usages of GetPageIndexDeprecated() to new method. | Henrique Nakashima |
2018-02-01 | Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers | Tom Sepez |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
2018-02-01 | Deprecate FPDFDest_GetPageIndex and create a fixed version. | Henrique Nakashima |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2018-02-01 | Test more context overlap in fxjs/fxjs_v8_embeddertest.cpp | Tom Sepez |