Age | Commit message (Expand) | Author |
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 |
2018-01-31 | Remove handrolled search from GetEventParaInfoByName | Ryan Harrison |
2018-01-31 | Remove NumericLimit params which are always the same | Dan Sinclair |
2018-01-30 | Remove bare new from JS_Define.h | Tom Sepez |
2018-01-30 | Cleanup some param passing code | Dan Sinclair |
2018-01-29 | Fold single caller methods into callsite | Dan Sinclair |
2018-01-29 | Kill some bare |new|s in cjs_field.cpp | Tom Sepez |
2018-01-29 | Cleanup the FFWidget determination code. | Dan Sinclair |
2018-01-29 | Fix identical if/else blocks. | Lei Zhang |
2018-01-24 | Cleanup CreateUIChild node creation | Dan Sinclair |
2018-01-24 | Fix broken XFA builds with new V8 | Ryan Harrison |
2018-01-23 | Remove GetWidgetAcc calls | Dan Sinclair |
2018-01-23 | Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330 | Dan Sinclair |
2018-01-23 | Use accessor for WidgetAcc | Dan Sinclair |