1. 3d3dcdf Simplify a call in CXFA_ImageRenderer::Start(). by Lei Zhang · 6 years ago
  2. ae5a4c9 Check for zero-length strings in CXFA_NodeHelper::CreateNode(). by Tom Sepez · 6 years ago
  3. 266517d Specify CFGAS_StringFormatter format at creation time. by Tom Sepez · 6 years ago
  4. b271c06 Make CFGAS_StringFormatter::SplitOnBars() static. by Tom Sepez · 6 years ago
  5. f81f9f0 Fix a crash in DataMerge_UpdateBindingRelations(). by Lei Zhang · 6 years ago
  6. c3abbbb Use spans in CFGAS_StringFormatter::SplitFormatString() by Tom Sepez · 6 years ago
  7. d62f028 Rename CFGAS_FormatString to CFGAS_StringFormatter. by Tom Sepez · 6 years ago
  8. e11b4d7 Use spans in CFGAS_FormatString, part 2 by Tom Sepez · 6 years ago
  9. 3df5c7c Fix temporary going out of scope too early in XFA_LoadImageData() by Tom Sepez · 6 years ago
  10. 9ecb28f Make members private in CXFA_LayoutItem, adding accessors. by Tom Sepez · 6 years ago
  11. 3727e2f Tidy cxfa_itemlayoutprocessor.h by Tom Sepez · 6 years ago
  12. f28eb5a ExtractLayoutItem() breaks when current item found in old list. by Tom Sepez · 6 years ago
  13. e8f5721 Fix a nullptr crash in CXFA_Node::GetLocaleName(). by Lei Zhang · 6 years ago
  14. 8ad64c7 Fix 2 XFA nullptr crashes. by Lei Zhang · 6 years ago
  15. 91bef18 Rename "bool iFoo" variables to "bool bFoo". by Lei Zhang · 6 years ago
  16. f4d777d Check node types in CXFA_LayoutPageMgr::ProcessBreakBeforeOrAfter(). by Lei Zhang · 6 years ago
  17. 434de07 Fix nits in CXFA_Document::DataMerge_CopyContainer(). by Lei Zhang · 6 years ago
  18. afc4979 Use early return in CXFA_LayoutPageMgr::ProcessBreakBeforeOrAfter(). by Lei Zhang · 6 years ago
  19. ed975f9 Forward declare CPDF_Stream when possible. by Lei Zhang · 6 years ago
  20. 333ac4a Remove some more redundant CJX_Object subclass methods. by Tom Sepez · 6 years ago
  21. cc6297d Reflow CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  22. b2f59ad Split off code from CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  23. 26ba8e2 Use early returns in CXFA_FFNotify::OnCreateContentLayoutItem(). by Lei Zhang · 6 years ago
  24. bff397d Move XFA_ItemLayoutProcessorStages into CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  25. 1a2165d Remove CFGAS_Decimal implicit conversion operators. by Tom Sepez · 6 years ago
  26. 20ac643 Use Optional return value inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  27. 9693052 Give CXFA_ItemLayoutProcessor::GotoNextContainerNode() a return value. by Lei Zhang · 6 years ago
  28. 3407b0d Use std::vector<TextCharPos> in CXFA_TextLayout. by Lei Zhang · 6 years ago
  29. 58fc126 Remove more redundant CJX attribute wrappers. by Tom Sepez · 6 years ago
  30. 793691a Move some single-use CJX_Object property getters to subclasses. by Tom Sepez · 6 years ago
  31. 7abb469 Disallow invalid colspan values in RelocateTableRowCells(). by Lei Zhang · 6 years ago
  32. 3f684bd Add CJX_Object::GetMeasureInUnit(); by Lei Zhang · 6 years ago
  33. 2f1edd6 Break off parts of CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  34. 011147f Add null test before inserting in DoLayoutFlowedContainer() by Tom Sepez · 6 years ago
  35. 8c7f027 Clean up CFX_RTFBreak::GetDisplayPos() and its caller. by Lei Zhang · 6 years ago
  36. b8df605 Break circular dependency between xfa/fxfa and xfa/fgas. by Lei Zhang · 6 years ago
  37. 7ab1c4c Add JavaScript test for CXJ_Model object. by Tom Sepez · 6 years ago
  38. 8210549 Use even more size_t in CXFA_TextLayout. by Lei Zhang · 6 years ago
  39. c85ee4e Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS. by Lei Zhang · 6 years ago
  40. 0dcb8fd Remove unneeded fx_font.h includes from headers. by Lei Zhang · 6 years ago
  41. ad7d586 Document that CXFA_Document::GetLayoutProcessor() never returns null by Tom Sepez · 6 years ago
  42. 537da1e Fix xfa/fxfa/layout/BUILD.gn. by Lei Zhang · 6 years ago
  43. 75faf7b Break CXFA_Node direct dependence on CXFA_LayoutProcessor. by Tom Sepez · 6 years ago
  44. 4b71e90 Use more size_t in CXFA_TextLayout. by Lei Zhang · 6 years ago
  45. fabb0d3 CXFA_TextProvider does not need to know about layout/ objects by Tom Sepez · 6 years ago
  46. 8ec3cb1 Separate CXFA layout hierarchy from CXFA parser hierarchy. by Tom Sepez · 6 years ago
  47. 5830d87 Change CXFA_ContentLayoutItem::GetIndex() to return size_t. by Lei Zhang · 6 years ago
  48. b11ecd3 Create CXFA_FFDoc via static function. by Tom Sepez · 6 years ago
  49. e039dc3 Remove unneeded testing/test_support.h includes. by Lei Zhang · 6 years ago
  50. fef199e Use size_t for BlockData in CXFA_TextLayout. by Lei Zhang · 6 years ago
  51. 75fa481 Simplify a conditional in CXFA_TextLayout::ItemBlocks(). by Lei Zhang · 6 years ago
  52. 6ea07ba Use size_t for |iBlockIndex| in CXFA_TextLayout::DoSplitLayout(). by Lei Zhang · 6 years ago
  53. c2c8e63 Split CXFA_TextLayout::DoLayout() into two. by Lei Zhang · 6 years ago
  54. 69873e9 Mark CXFA_Document::notify_ as const. by Tom Sepez · 6 years ago
  55. 520d5f2 Get rid of |CXFA_TextLayout::m_Blocks| wrappers. by Lei Zhang · 6 years ago
  56. 503c246 Use a struct for |CXFA_TextLayout::m_Blocks|. by Lei Zhang · 6 years ago
  57. cdb8549 Wrap direct access to elements in |CXFA_TextLayout::m_Blocks|. by Lei Zhang · 6 years ago
  58. 229def4 Fix indexing confusion in CXFA_TextLayout::Layout(). by Lei Zhang · 6 years ago
  59. 9e2d243 Use a struct for |CXFA_LoaderContext::blockHeights|. by Lei Zhang · 6 years ago
  60. 12eacc8 Copy m_NewAddedNodes before iterating over it. by Tom Sepez · 6 years ago
  61. 0e08d59 Clean up parts of CXFA_TextLayout::DoLayout(). by Lei Zhang · 6 years ago
  62. 43a4e15 Clean up CXFA_TextLayout. by Lei Zhang · 6 years ago
  63. 96a7c58 Resolve xfa/fxa/parser to xfa/fgas/crt circular includes. by Tom Sepez · 6 years ago
  64. 9301f89 Remove optional parameters to FindPageAreaFromPageSet_SimplexDuplex(). by Lei Zhang · 6 years ago
  65. 202486b Clean up CXFA_RenderContext. by Lei Zhang · 6 years ago
  66. 7eeb78e Split XFA_FFWidgetType into its own header file. by Lei Zhang · 6 years ago
  67. 3c90892 Prevent cxfa_contentlayoutitem linked lists from getting entangled. by Tom Sepez · 6 years ago
  68. a482e1f Remove unreachable null checks for CXFA_Document::GetScriptContext(). by Tom Sepez · 6 years ago
  69. b600f15 Remove optional parameter from CFWL_Edit::SetText(). by Lei Zhang · 6 years ago
  70. a8c86c2 Delete "NULL terminator" CFXA_Node property/attribute records. by Tom Sepez · 6 years ago
  71. 578e248 Store properties/attributes in CXFA_Node as span<> by Tom Sepez · 6 years ago
  72. c0fa5f6 Pass attributes and properties to CFXA_Node as span<> by Tom Sepez · 6 years ago
  73. 148c144 Deprecate 7-Arg form of CFXA_Node constructor. by Tom Sepez · 6 years ago
  74. da86ca3 Remove last CJX_ classes that do not meaningfully extend superclasses by Tom Sepez · 6 years ago
  75. f0898a2 Remove CJX_ classes that do not meaningfully extend CJX_Container. by Tom Sepez · 6 years ago
  76. e24ead1 Remove CJX_ classes that do not meaningfully extend CJX_TextNode by Tom Sepez · 6 years ago
  77. ef6c19f Remove CJX_ classes that do not meaningfully extend CJX_Node. by Tom Sepez · 6 years ago
  78. e799885 Remove unneeded cfx_memorystream.h includes. by Lei Zhang · 6 years ago
  79. 13a5f9e Remove ampersands from element_attributes.inc function name entries by Tom Sepez · 6 years ago
  80. 56250c3 Rework JSE_PROP() macro to avoid illegal cast in xfa_basic_data.cpp. by Tom Sepez · 6 years ago
  81. 8dbd0e2 CXFA_GEPattern::m_matrix is always the identity matrix. by Tom Sepez · 6 years ago
  82. cd85620 No need to check return value from CXFA_Graphics::GetRenderDevice(). by Tom Sepez · 6 years ago
  83. f801451 Pass CFWL_Theme{Background,Text,Part} params by const-ref. by Tom Sepez · 6 years ago
  84. 89aff06 Pass out parameter to GetTextNode() by pointer, not reference by Tom Sepez · 6 years ago
  85. 28cfe34 Remove unreachable code paths in cxfa_document_parser.cpp by Tom Sepez · 6 years ago
  86. 7802e2a Tidy CXFA_EventParam by Tom Sepez · 6 years ago
  87. 92cc793 Move XFA-only fxcrt/ files to fgas/layout/ or fgas/crt. by Tom Sepez · 6 years ago
  88. 800298c Small cleanup in CXFA_ArrayNodeList::SetArrayNodeList() by Tom Sepez · 6 years ago
  89. 55d5d6c Make CXFA_ItemLayoutProcessor::m_pPageMgr an UnownedPtr<>. by Tom Sepez · 6 years ago
  90. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  91. 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 6 years ago
  92. 0f0b30c Avoid duplicate desc/lock attributes on leaf elements by Tom Sepez · 6 years ago
  93. 4b9d8e9 Re-structure element.inc hierarchy to avoid duplication. by Tom Sepez · 6 years ago
  94. 70340c1 Use span in CFDE_TextOut::DrawString(). by Lei Zhang · 6 years ago
  95. 5a6d70c Fix a crash in CXFA_Document::DoProtoMerge(). by Lei Zhang · 6 years ago
  96. ff027ce Avoid some hash comparisons in CXFA_NodeHelper. by Tom Sepez · 6 years ago
  97. a0c3680 Split part of xfa/fgas/BUILD.gn into xfa/fgas/layout/BUILD.gn. by Lei Zhang · 6 years ago
  98. 4aebf8c Fix nits in CFX_TxtBreak and related code. by Lei Zhang · 6 years ago
  99. 5360e70 Remove non-const parameter in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  100. a0e5e20 Add CXFA_ItemLayoutProcessor::GotoNextContainerNodeSimple(). by Lei Zhang · 6 years ago