1. 24b3a20 Rename CPDF_{Byte,Wide}String::AsSpan() to span() by Tom Sepez · 5 years ago
  2. 815726b Fold CXFA_LayoutContext into CXFA_ContentLayoutProcessor. by Tom Sepez · 5 years ago
  3. f31c479 Rename CXFA_LayoutPageMgr to CXFA_ViewLayoutProcessor by Tom Sepez · 5 years ago[Renamed (92%) from xfa/fxfa/layout/cxfa_itemlayoutprocessor.cpp]
  4. 9010e56 Break circular include from fxfa/parser to fxfa/layout. by Tom Sepez · 5 years ago
  5. 654d950 Rename CXFA_Node::RemoveChild() to RemoveChildAndNotify() by Tom Sepez · 5 years ago
  6. 8c3d4a0 Add more helper methods to tree_node.h by Tom Sepez · 5 years ago
  7. 87bafc3 Rename CXFA_LayoutItem methods to match fxcrt::TreeNode. by Tom Sepez · 5 years ago
  8. 706619b Remove tree-corrupting methods from CXFA_LayoutItem, try #3. by Tom Sepez · 5 years ago
  9. 1c0142f Prevent parentless siblings in CXFA_ItemLayoutProcessor::SplitLayoutItem(). by Tom Sepez · 5 years ago
  10. 64b9a05 Revert "Remove potentially tree-corrupting methods from CXFA_LayoutItem." by Tom Sepez · 5 years ago
  11. d8beda8 Remove potentially tree-corrupting methods from CXFA_LayoutItem. by Tom Sepez · 5 years ago
  12. 22ae151 Separate CXFA_FFWidget from CXFA_ContentLayoutItem. by Tom Sepez · 5 years ago
  13. f0a0e35 Return Optional<float> from CXFA_Node::FindSplitPos(). by Lei Zhang · 5 years ago
  14. 685d24f Rename CXFA_ContainerLayoutItem to CXFA_ViewLayoutItem. by Tom Sepez · 5 years ago
  15. 86f87d7 Use span in cxfa_itemlayoutprocessor.cpp's SeparateStringW() by Tom Sepez · 5 years ago
  16. a22b706 Refactor code in CXFA_ItemLayoutProcessor::DoLayoutFlowedContainer(). by Lei Zhang · 5 years ago
  17. 652d081 Change ProcessOverflow() to return an Optional struct. by Lei Zhang · 5 years ago
  18. 8cd3ca2 Change ProcessBreakBeforeOrAfter() to return an Optional struct. by Lei Zhang · 5 years ago
  19. 69142e5 Remove unused parameter in CXFA_LayoutPageMgr::ProcessOverflow(). by Lei Zhang · 5 years ago
  20. 59e45fa Return a CXFA_Node* from CXFA_LayoutPageMgr::ProcessBookendLeaderOrTrailer(). by Lei Zhang · 5 years ago
  21. adeb79a Do early returns in CXFA_LayoutPageMgr. by Lei Zhang · 5 years ago
  22. 9ecb28f Make members private in CXFA_LayoutItem, adding accessors. by Tom Sepez · 6 years ago
  23. 3727e2f Tidy cxfa_itemlayoutprocessor.h by Tom Sepez · 6 years ago
  24. f28eb5a ExtractLayoutItem() breaks when current item found in old list. by Tom Sepez · 6 years ago
  25. cc6297d Reflow CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  26. b2f59ad Split off code from CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  27. bff397d Move XFA_ItemLayoutProcessorStages into CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  28. 20ac643 Use Optional return value inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  29. 9693052 Give CXFA_ItemLayoutProcessor::GotoNextContainerNode() a return value. by Lei Zhang · 6 years ago
  30. 7abb469 Disallow invalid colspan values in RelocateTableRowCells(). by Lei Zhang · 6 years ago
  31. 3f684bd Add CJX_Object::GetMeasureInUnit(); by Lei Zhang · 6 years ago
  32. 2f1edd6 Break off parts of CXFA_ItemLayoutProcessor::GotoNextContainerNode(). by Lei Zhang · 6 years ago
  33. 011147f Add null test before inserting in DoLayoutFlowedContainer() by Tom Sepez · 6 years ago
  34. 8ec3cb1 Separate CXFA layout hierarchy from CXFA parser hierarchy. by Tom Sepez · 6 years ago[Renamed (99%) from xfa/fxfa/parser/cxfa_itemlayoutprocessor.cpp]
  35. 3c90892 Prevent cxfa_contentlayoutitem linked lists from getting entangled. by Tom Sepez · 6 years ago
  36. 55d5d6c Make CXFA_ItemLayoutProcessor::m_pPageMgr an UnownedPtr<>. by Tom Sepez · 6 years ago
  37. 5360e70 Remove non-const parameter in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  38. a0e5e20 Add CXFA_ItemLayoutProcessor::GotoNextContainerNodeSimple(). by Lei Zhang · 6 years ago
  39. 676f919 Get rid of some #defines in XFA code. by Lei Zhang · 6 years ago
  40. 3de08dd Remove some non-const references in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  41. 97ad59c Clean up FindBreakNode() inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  42. 7868bcb Use more variables to make code shorter. by Lei Zhang · 6 years ago
  43. 05e2551 Fix null deref in cxfa_itemlayoutprocessor.cpp by Tom Sepez · 6 years ago
  44. 1498ab8 Rename XFA_AttributeEnum to XFA_AttributeValue. by Tom Sepez · 6 years ago
  45. 649e059 Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem() by Tom Sepez · 6 years ago
  46. d718d63 Type-safe iteration over CXFA_ContentLayoutItems. by Tom Sepez · 6 years ago
  47. f9d49da Use UnownedPtr/Optional in cfxa_layoutcontext.cpp by Tom Sepez · 6 years ago
  48. 09646f2 Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes. by Tom Sepez · 6 years ago
  49. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  50. c9cd287 Transform float out params from reference to pointer in CXFA_Node. by Henrique Nakashima · 6 years ago
  51. ea3a252 Replace some c-style cast with static_cast<> by Tom Sepez · 6 years ago
  52. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 7 years ago
  53. 2fa6441 Cleanup CXFA_Node::SetFlag by Dan Sinclair · 7 years ago
  54. d8d6f55 Cleanup CXFA_Document const-ness by Dan Sinclair · 7 years ago
  55. 11d33e1 Move initializers to header for CXFA_ItemLayoutProcess by Dan Sinclair · 7 years ago
  56. 405f17a Cleanup visibility in CXFA_ItemLayoutProcessor by Dan Sinclair · 7 years ago
  57. 990c093 Create CXFA_Node::PresenceRequiresSpace by Dan Sinclair · 7 years ago
  58. 414cc9c Remove GetWidgetAcc calls by Dan Sinclair · 7 years ago
  59. d859d57 Do more forward declarations in cxfa_node.h. by Lei Zhang · 7 years ago
  60. 3ffde1b Rename GetTemplateNode to GetTemplateNodeIfExists by Dan Sinclair · 7 years ago
  61. 93cfa06 Remove 2 param CXFA_Node::GetNodeItem by Dan Sinclair · 7 years ago
  62. 18a6069 Remove CXFA_Node::GetNodeItem by Dan Sinclair · 7 years ago
  63. 88c8e2f Differentiate the type of LayoutItem to create by Dan Sinclair · 7 years ago
  64. c560a8c Convert usages of pdfium::Optional to Optional by Ryan Harrison · 7 years ago
  65. 9647614 Fold CXFA_OccurData into CXFA_Occur by Dan Sinclair · 7 years ago
  66. df4f30e Add types to the CXFA_Node::Get*{Child|Sibling}* methods by Dan Sinclair · 7 years ago
  67. 2614250 Methods are on CJX_Object not CJX_Node now by Dan Sinclair · 7 years ago
  68. 93bb725 [xfa] Move JS method information to files. by Dan Sinclair · 7 years ago
  69. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  70. d02c4d8 Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum class by Dan Sinclair · 7 years ago
  71. 5fda35f Generate XFA node attribute information by Dan Sinclair · 7 years ago
  72. ebbc08b Remove XFA_Unit::Angle by Dan Sinclair · 7 years ago
  73. e74ae8c Convert calc data and layout item to store in CJX_Node by Dan Sinclair · 7 years ago
  74. 68c7759 Remove {Set|Get|Try}Object methods by Dan Sinclair · 7 years ago
  75. ce7ccd5 Convert CJX_Node::TryMeasure to pdfium::Optional by Dan Sinclair · 7 years ago
  76. 9d47de6 Convert TryEnum to return an optional by Dan Sinclair · 7 years ago
  77. b066704 Convert TryCData and TryContent to optionals by Dan Sinclair · 7 years ago
  78. 4011677 Move code out of xfa_utils by Dan Sinclair · 7 years ago
  79. aee2869 Cleanup XFA default value code by Dan Sinclair · 7 years ago
  80. 517807e Convert XFA_UNIT to an enum class by Dan Sinclair · 7 years ago
  81. 1d86501 Convert XFA_ATTRIBUTE to an enum class by Dan Sinclair · 7 years ago
  82. c3ef52c Rename CXFA_Occur to CXFA_OccurData by Dan Sinclair · 7 years ago
  83. 185832c Remove default params for CXFA_Node::{Insert|Remove}Child by Dan Sinclair · 7 years ago
  84. eda1761 Remove default values from Set{UserData|Object} and GetUserData. by Dan Sinclair · 7 years ago
  85. 3ac07ff Cleanup params to CJX_Node::TryCData by Dan Sinclair · 7 years ago
  86. e5434b5 Split JS code out of CXFA_Node. by Dan Sinclair · 7 years ago
  87. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  88. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  89. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  90. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  91. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 7 years ago
  92. b45324b Use NOTREACHED() in more places. by Lei Zhang · 7 years ago
  93. efcae5d Split xfa_object.h apart. by Dan Sinclair · 7 years ago
  94. ec1843d Renaming and splitting in xfa/fxfa/parser. by Dan Sinclair · 7 years ago[Renamed (99%) from xfa/fxfa/parser/xfa_layout_itemlayout.cpp]
  95. 35db73c use std::vector for m_rgSpecifiedColumnWidths by Tom Sepez · 7 years ago
  96. 656c781 Use std::vector for content layout item arrays by Tom Sepez · 7 years ago
  97. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  98. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 7 years ago
  99. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  100. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago