1. b8f3573 Revert "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()" by Lei Zhang · 5 years ago
  2. acb6a24 Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get() by Tom Sepez · 5 years ago
  3. 176c657 Explicitly check for null parent in CXFA_LayoutPageMgr::CreateViewRecord() by Tom Sepez · 5 years ago
  4. d2a2433 Remove bare |delete| from CXFA_FWLAdapterTimerMgr. by Tom Sepez · 5 years ago
  5. 3113655 Fix an assert failure in CreateDataBinding(). by Lei Zhang · 5 years ago
  6. db1b482 Do IWYU for core/fxcrt/fx_safe_types.h. by Lei Zhang · 5 years ago
  7. 590f424 Fix nits involving 'constexpr const' code. by Lei Zhang · 5 years ago
  8. 4dc6539 Remove XFA_ReleaseLayoutItem_NoPageArea(). by Lei Zhang · 5 years ago
  9. 5e42fb8 Make CXFA_LayoutItem::GetPage() return a const pointer. by Lei Zhang · 5 years ago
  10. 94d8250 Simplify CXFA_Node::InsertChildAndNotify() by Tom Sepez · 5 years ago
  11. 8170de8 Make CFX_XMLNode inherit from TreeNode<>. by Tom Sepez · 5 years ago
  12. a4b523d Rename CXFA_LayoutPageMgr functions that operate on children only. by Tom Sepez · 5 years ago
  13. 654d950 Rename CXFA_Node::RemoveChild() to RemoveChildAndNotify() by Tom Sepez · 5 years ago
  14. 8c3d4a0 Add more helper methods to tree_node.h by Tom Sepez · 5 years ago
  15. b2d0ebd Remove unneeded iostream includes. by Lei Zhang · 5 years ago
  16. 91d0a69 Remove a static initializer in fx_dib_main.cpp. by Lei Zhang · 5 years ago
  17. 112b16f Make CXFA_LayoutItem inherit from fxcrt::TreeNode<>. by Tom Sepez · 5 years ago
  18. 87bafc3 Rename CXFA_LayoutItem methods to match fxcrt::TreeNode. by Tom Sepez · 5 years ago
  19. 3fa9193 Rename CFWL_Widget::{Set,Get}LayoutItem() to {Set,Get}FFWidget() by Tom Sepez · 5 years ago
  20. 706619b Remove tree-corrupting methods from CXFA_LayoutItem, try #3. by Tom Sepez · 5 years ago
  21. 4e1afbd Conditionalize cxfa_layoutitem_embeddertests.cpp based on LEAK_SANITIZER by Tom Sepez · 5 years ago
  22. 6670c6e Call RemoveLayoutItem() before deleting layout items. by Tom Sepez · 5 years ago
  23. 69eae2d Add test case for leak from bug 1265. by Tom Sepez · 5 years ago
  24. 5da8d5b Tidy cxfa_layoutpagemgr.cpp before adding more RemoveLayoutItem() calls. by Tom Sepez · 5 years ago
  25. 17dedfa Use RemoveChild() in XFA_ReleaseLayoutItem. by Tom Sepez · 5 years ago
  26. 6e4710a Add embedder test for looping/leakage disclosed by bug 306123. by Tom Sepez · 5 years ago
  27. a3097da Make CPDF_Object and its subclasses retainable. by Tom Sepez · 5 years ago
  28. 8f64f4a Get rid of _FX_OS_. by Lei Zhang · 5 years ago
  29. 0eaf190 Add RetainPtr::<T>::operator==(T*) method. by Tom Sepez · 5 years ago
  30. e55cc91 Replace remaining _FX_PLATFORM_WINDOWS_ usage outside of fx_system.h. by Lei Zhang · 5 years ago
  31. 87b1511 Replace more _FX_PLATFORM_WINDOWS_ usage. by Lei Zhang · 5 years ago
  32. e67bcc7 Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN). by Lei Zhang · 5 years ago
  33. e4cdac5 Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX). by Lei Zhang · 5 years ago
  34. 1c0142f Prevent parentless siblings in CXFA_ItemLayoutProcessor::SplitLayoutItem(). by Tom Sepez · 5 years ago
  35. 5175c93 Make CXFA_Node inherit from fxcrt::TreeNode<> by Tom Sepez · 5 years ago
  36. 64b9a05 Revert "Remove potentially tree-corrupting methods from CXFA_LayoutItem." by Tom Sepez · 5 years ago
  37. d8beda8 Remove potentially tree-corrupting methods from CXFA_LayoutItem. by Tom Sepez · 5 years ago
  38. e9fa6a9 Check for possibility of inf value from FXSYS_wcstof() by Tom Sepez · 5 years ago
  39. 006b17d Fix integer underflow in cfgas_stringformatter.cpp, part 2 by Tom Sepez · 5 years ago
  40. 84275ef Check for nan in another place in cxfa_graphics.cpp by Tom Sepez · 5 years ago
  41. 0fb55ab Separate CXFA_ViewLayoutItem from CXFA_FFPageView. by Tom Sepez · 5 years ago
  42. 4fcc1f2 Encapsulate CXFA_ContentLayoutItem::m_dwStatus. by Tom Sepez · 5 years ago
  43. 9455999 Change |CXFA_LayoutPageMgr::m_ProposedViewRecords| to use unique_ptrs. by Lei Zhang · 5 years ago
  44. d7b4ec0 Replace dwStatus arguments with specific enums by Tom Sepez · 5 years ago
  45. aa5c0d1 Remove unused argument from CXFA_FFWidget::IsMatchVisibleStatus() by Tom Sepez · 5 years ago
  46. bbbacd7 Use early returns in CXFA_LayoutPageMgr::CreateViewRecord(). by Lei Zhang · 5 years ago
  47. f63c208 Add CXFA_LayoutPageMgr::CreateViewRecordSimple(). by Lei Zhang · 5 years ago
  48. b951686 Convert |CXFA_FFDocView::m_IndexChangedSubforms| to a deque. by Lei Zhang · 5 years ago
  49. 22ae151 Separate CXFA_FFWidget from CXFA_ContentLayoutItem. by Tom Sepez · 5 years ago
  50. f6c491f Use early returns in CXFA_Node. by Lei Zhang · 5 years ago
  51. 0b99ed0 Give CXFA_FFDocView* params proper names in CXFA_Node. by Lei Zhang · 5 years ago
  52. f0a0e35 Return Optional<float> from CXFA_Node::FindSplitPos(). by Lei Zhang · 5 years ago
  53. b7ee653 Add CXFA_LayoutPageMgr::ShouldGetNextPageArea(). by Lei Zhang · 5 years ago
  54. 297bda6 Add CXFA_LayoutPageMgr::HasCurrentViewRecord(). by Lei Zhang · 5 years ago
  55. 52c6731 Prevent an out of bound access in CXFA_TextLayout::DoLayout(). by Lei Zhang · 5 years ago
  56. 44034bc Make CXFA_TraverseStrategy_ViewLayoutItem private to cxfa_layoutpagemgr.cpp. by Tom Sepez · 5 years ago
  57. 26de1a6 Prevent out of bound access inside CXFA_LayoutPageMgr. by Lei Zhang · 5 years ago
  58. 685d24f Rename CXFA_ContainerLayoutItem to CXFA_ViewLayoutItem. by Tom Sepez · 5 years ago
  59. 022a2a6 Switch from vector to deque for some CXFA_FFDocView members. by Lei Zhang · 5 years ago
  60. d4c5e8d Correct hierarchy description in xfa/fxfa/README.md by Tom Sepez · 5 years ago
  61. c75ce35 Add pdfium::WrapRetain<>() type deducing wrapper by Tom Sepez · 5 years ago
  62. 7f7405e Move |CXFA_FFDocView::m_ValidateNodes| before iterating over it. by Lei Zhang · 5 years ago
  63. 7e4877f Clear v8 object binding in CXFA_Object destructor. by Tom Sepez · 5 years ago
  64. e824075 Use vector of uint8_t in XFA_Base64Decode(). by Tom Sepez · 5 years ago
  65. 86f87d7 Use span in cxfa_itemlayoutprocessor.cpp's SeparateStringW() by Tom Sepez · 5 years ago
  66. 47544b1 Add some unit tests for CXFA_Measurement. by Lei Zhang · 5 years ago
  67. f2e2057 Do not use pointer arithmetic in CXFA_Measurement. by Tom Sepez · 5 years ago
  68. 8399c51 Fix another integer overflow in CFGAS_StringFormatter::ParseNum() by Tom Sepez · 5 years ago
  69. dd77c86 Replace _FX_PLATFORM_ANDROID_ with defined(OS_ANDROID). by Lei Zhang · 5 years ago
  70. bb85116 Use span<> in CFXA_FMLexer. by Tom Sepez · 5 years ago
  71. 28de1b3 Use span<> in CXFA_TextParser::GetTabstops(). by Tom Sepez · 5 years ago
  72. c59c4f6 Remove CXFA_FFWidgetHandler::CreateMarginNode(). by Tom Sepez · 5 years ago
  73. c92d60e Introduce more span<> in fxfa. by Tom Sepez · 5 years ago
  74. 0e19f66 Reset wsDatePattern in CFGAS_StringFormatter::FormatDateTime() after move. by Tom Sepez · 5 years ago
  75. 05348f4 Pack struct PacketRecord more tightly on 64-bits. by Tom Sepez · 5 years ago
  76. 0a90dad Make CXFA_NodeHelper::GetIndex() a member of CXFA_Node. by Lei Zhang · 5 years ago
  77. 49191a7 Get rid of XFA_LOGIC_TYPE. by Lei Zhang · 5 years ago
  78. 1a9f8ed Tidy some warnings from clang-tidy by Tom Sepez · 5 years ago
  79. f6bd7c6 Make CXFA_NodeHelper::GetNameExpression() a member of CXFA_Node. by Lei Zhang · 5 years ago
  80. 3346ef9 Make CXFA_NodeHelper::NodeIsTransparent() a member of CXFA_Node. by Lei Zhang · 5 years ago
  81. de25313 Make CXFA_NodeHelper::GetOneChildNamed() a member of CXFA_Node. by Lei Zhang · 5 years ago
  82. ce8c581 Simplify GetTransparentParent(). by Lei Zhang · 5 years ago
  83. 67c9e02 Avoid undefined negation in CFGAS_Decimal.FromInt32. by Tom Sepez · 5 years ago
  84. db121ec Simplify CXFA_NodeHelper::GetParent() and callers. by Lei Zhang · 5 years ago
  85. 069b546 Avoid signed integer overflow in CFGAS_StringFormatter::ParseNum. by Tom Sepez · 5 years ago
  86. 17d55b5 Avoid bad index ASSERT() in CFGAS_StringFormatter::FormatNum by Tom Sepez · 5 years ago
  87. 7dd5503 Nest FX_XMLNODETYPE inside CFX_XMLNode. by Tom Sepez · 5 years ago
  88. a22b706 Refactor code in CXFA_ItemLayoutProcessor::DoLayoutFlowedContainer(). by Lei Zhang · 5 years ago
  89. 062646d Make CXFA_NodeHelper::CountSiblings() return a vector. by Lei Zhang · 5 years ago
  90. 4549c02 Make many CXFA_NodeHelper methods static. by Lei Zhang · 5 years ago
  91. be546ce Mark more CXFA_Node methods const. by Lei Zhang · 5 years ago
  92. 9e75654 Fix remaining lint errors in CXFA_LayoutPageMgr. by Lei Zhang · 5 years ago
  93. 652d081 Change ProcessOverflow() to return an Optional struct. by Lei Zhang · 5 years ago
  94. 8cd3ca2 Change ProcessBreakBeforeOrAfter() to return an Optional struct. by Lei Zhang · 5 years ago
  95. 69142e5 Remove unused parameter in CXFA_LayoutPageMgr::ProcessOverflow(). by Lei Zhang · 5 years ago
  96. 279a9a4 Fix a sign / unsigned comparison in CFGAS_StringFormatter. by Lei Zhang · 5 years ago
  97. ad046fa Return a CXFA_Node* from CXFA_LayoutPageMgr::ResolveBookendLeaderOrTrailer(). by Lei Zhang · 5 years ago
  98. 59e45fa Return a CXFA_Node* from CXFA_LayoutPageMgr::ProcessBookendLeaderOrTrailer(). by Lei Zhang · 5 years ago
  99. 98d67df Use early returns in CXFA_LayoutPageMgr::ProcessBookendLeaderOrTrailer(). by Lei Zhang · 5 years ago
  100. adeb79a Do early returns in CXFA_LayoutPageMgr. by Lei Zhang · 5 years ago