1. e039dc3 Remove unneeded testing/test_support.h includes. by Lei Zhang · 6 years ago
  2. 220ef3d Add a unit_test_support target. by Lei Zhang · 6 years ago
  3. 4c64e96 Split hashing code into testing/utils/hash.h. by Lei Zhang · 6 years ago
  4. fef199e Use size_t for BlockData in CXFA_TextLayout. by Lei Zhang · 6 years ago
  5. 75fa481 Simplify a conditional in CXFA_TextLayout::ItemBlocks(). by Lei Zhang · 6 years ago
  6. 6ea07ba Use size_t for |iBlockIndex| in CXFA_TextLayout::DoSplitLayout(). by Lei Zhang · 6 years ago
  7. c2c8e63 Split CXFA_TextLayout::DoLayout() into two. by Lei Zhang · 6 years ago
  8. 69873e9 Mark CXFA_Document::notify_ as const. by Tom Sepez · 6 years ago
  9. 520d5f2 Get rid of |CXFA_TextLayout::m_Blocks| wrappers. by Lei Zhang · 6 years ago
  10. 503c246 Use a struct for |CXFA_TextLayout::m_Blocks|. by Lei Zhang · 6 years ago
  11. cdb8549 Wrap direct access to elements in |CXFA_TextLayout::m_Blocks|. by Lei Zhang · 6 years ago
  12. 229def4 Fix indexing confusion in CXFA_TextLayout::Layout(). by Lei Zhang · 6 years ago
  13. 9e2d243 Use a struct for |CXFA_LoaderContext::blockHeights|. by Lei Zhang · 6 years ago
  14. 12eacc8 Copy m_NewAddedNodes before iterating over it. by Tom Sepez · 6 years ago
  15. 0e08d59 Clean up parts of CXFA_TextLayout::DoLayout(). by Lei Zhang · 6 years ago
  16. 43a4e15 Clean up CXFA_TextLayout. by Lei Zhang · 6 years ago
  17. f4f2669 Use RenderLoadedPageWithFlags() instead of RenderPageWithFlags(). by Lei Zhang · 6 years ago
  18. 96a7c58 Resolve xfa/fxa/parser to xfa/fgas/crt circular includes. by Tom Sepez · 6 years ago
  19. 9301f89 Remove optional parameters to FindPageAreaFromPageSet_SimplexDuplex(). by Lei Zhang · 6 years ago
  20. 00f2caa Remove unused CFWL_WidgetMgr::GetSameGroupRadioButton(). by Tom Sepez · 6 years ago
  21. aff8460 Remove unused CFWL_WidgetProperties::m_pOwner. by Tom Sepez · 6 years ago
  22. 202486b Clean up CXFA_RenderContext. by Lei Zhang · 6 years ago
  23. 8b6b33c Remove unused FWL stretch handler mechanism. by Tom Sepez · 6 years ago
  24. 7eeb78e Split XFA_FFWidgetType into its own header file. by Lei Zhang · 6 years ago
  25. 3c90892 Prevent cxfa_contentlayoutitem linked lists from getting entangled. by Tom Sepez · 6 years ago
  26. a482e1f Remove unreachable null checks for CXFA_Document::GetScriptContext(). by Tom Sepez · 6 years ago
  27. b600f15 Remove optional parameter from CFWL_Edit::SetText(). by Lei Zhang · 6 years ago
  28. fc9986f Add destructors for CFWL_Edit subclasses. by Lei Zhang · 6 years ago
  29. 41f22be Make CFWL_Barcode's status an enum. by Lei Zhang · 6 years ago
  30. a8c86c2 Delete "NULL terminator" CFXA_Node property/attribute records. by Tom Sepez · 6 years ago
  31. 578e248 Store properties/attributes in CXFA_Node as span<> by Tom Sepez · 6 years ago
  32. c0fa5f6 Pass attributes and properties to CFXA_Node as span<> by Tom Sepez · 6 years ago
  33. 148c144 Deprecate 7-Arg form of CFXA_Node constructor. by Tom Sepez · 6 years ago
  34. da86ca3 Remove last CJX_ classes that do not meaningfully extend superclasses by Tom Sepez · 6 years ago
  35. f0898a2 Remove CJX_ classes that do not meaningfully extend CJX_Container. by Tom Sepez · 6 years ago
  36. e24ead1 Remove CJX_ classes that do not meaningfully extend CJX_TextNode by Tom Sepez · 6 years ago
  37. ef6c19f Remove CJX_ classes that do not meaningfully extend CJX_Node. by Tom Sepez · 6 years ago
  38. e799885 Remove unneeded cfx_memorystream.h includes. by Lei Zhang · 6 years ago
  39. 13a5f9e Remove ampersands from element_attributes.inc function name entries by Tom Sepez · 6 years ago
  40. 56250c3 Rework JSE_PROP() macro to avoid illegal cast in xfa_basic_data.cpp. by Tom Sepez · 6 years ago
  41. 4cb5f49 Fix deprecated casting style lint errors. by Lei Zhang · 6 years ago
  42. 8dbd0e2 CXFA_GEPattern::m_matrix is always the identity matrix. by Tom Sepez · 6 years ago
  43. cd85620 No need to check return value from CXFA_Graphics::GetRenderDevice(). by Tom Sepez · 6 years ago
  44. 5bb66b9 CXFA_Graphics::m_renderDevice is always present. by Tom Sepez · 6 years ago
  45. a49689f Remove ~4KB worth of unused zeros from cxfa_graphics.cpp. by Tom Sepez · 6 years ago
  46. 7429e33 Tidy xfa/fxgraphics/cxfa_graphics.h by Tom Sepez · 6 years ago
  47. e404b29 Remove some unused parameters inside cfwl_monthcalendar.cpp. by Lei Zhang · 6 years ago
  48. d2972a7 Pass rectancles by const-ref in xfa/fwl/theme by Tom Sepez · 6 years ago
  49. 6d66d7a Pass CFX_Matrix arguments by const-ref in xfa/fwl/theme methods. by Tom Sepez · 6 years ago
  50. fa738c8 Remove one void* missed in a8e243f9e473 by Tom Sepez · 6 years ago
  51. f801451 Pass CFWL_Theme{Background,Text,Part} params by const-ref. by Tom Sepez · 6 years ago
  52. a8e243f Make CWFL_ThemePart::m_pData be a CFX_RectF* and not a void*. by Tom Sepez · 6 years ago
  53. 283677f Don't check null returns from CFX_FontMgr::GetBuiltinMapper(). by Tom Sepez · 6 years ago
  54. 89aff06 Pass out parameter to GetTextNode() by pointer, not reference by Tom Sepez · 6 years ago
  55. 28cfe34 Remove unreachable code paths in cxfa_document_parser.cpp by Tom Sepez · 6 years ago
  56. 7802e2a Tidy CXFA_EventParam by Tom Sepez · 6 years ago
  57. f054f62 Do not check null returns from CFWL_App::Get{WidgetMgr,NoteDriver}() by Tom Sepez · 6 years ago
  58. 4bbbb11 Do not check null return from CFWL_Widget::GetOwnerApp(). by Tom Sepez · 6 years ago
  59. cb6064c Add minimal test for CFWL_ComboBox by Tom Sepez · 6 years ago
  60. 253f1a9 Remove unused CFWL_Message constructors. by Tom Sepez · 6 years ago
  61. 1e78e43 Add minimal test for CXFA_FFImageEdit / CFWL_PictureBox. by Tom Sepez · 6 years ago
  62. b89d897 Remove CFWL_NoteDriver::m_NoteLoopQueue. by Tom Sepez · 6 years ago
  63. a96e2eb Remove uninstantiated class CFWL_Form. by Tom Sepez · 6 years ago
  64. 92cc793 Move XFA-only fxcrt/ files to fgas/layout/ or fgas/crt. by Tom Sepez · 6 years ago
  65. a9a7332 Add minimal test for CFWL_DateTimePicker. by Tom Sepez · 6 years ago
  66. 0657332 Break circular dependence between xfa/fde and xfa/fgas/layout. by Tom Sepez · 6 years ago
  67. cf1eb5a Dis-entangle cfx_char.h from fx_bidi.h. by Tom Sepez · 6 years ago
  68. 808b7e0 Make FX_LINEBREAK an enum class. by Tom Sepez · 6 years ago
  69. dbb2857 Stop exposing fx_unicode.h uint32_t internal representation. by Tom Sepez · 6 years ago
  70. a13fd3f Add FX_ prefix to all fx_unicode.h global functions. by Tom Sepez · 6 years ago
  71. 084a842 Reshape the gs_FX_LineBreak_PairTable[][] to match index range. by Tom Sepez · 6 years ago
  72. 735db99 Remove shift from FX_CHARTYPE enum values by Tom Sepez · 6 years ago
  73. 2f2b5be Restore symbolic values from old fx_ucd.h and use in fx_ucddata.inc by Tom Sepez · 6 years ago
  74. 45531b9 Cleanup fx_ucddata.h, part 1. by Tom Sepez · 6 years ago
  75. c9da8fe Add GetBreakPropertyFromProp() and GetLineBreakTypeFromPair(). by Tom Sepez · 6 years ago
  76. 800298c Small cleanup in CXFA_ArrayNodeList::SetArrayNodeList() by Tom Sepez · 6 years ago
  77. 55d5d6c Make CXFA_ItemLayoutProcessor::m_pPageMgr an UnownedPtr<>. by Tom Sepez · 6 years ago
  78. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  79. 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 6 years ago
  80. 23078b5 Pass matrix to CPDF_ClipPath::Transform() by const-ref. by Tom Sepez · 6 years ago
  81. aab6024 Remove CFX_Matrix::ConcatPrepend(), ConcatInverse(), SetIdentity(). by Tom Sepez · 6 years ago
  82. 0f0b30c Avoid duplicate desc/lock attributes on leaf elements by Tom Sepez · 6 years ago
  83. 4b9d8e9 Re-structure element.inc hierarchy to avoid duplication. by Tom Sepez · 6 years ago
  84. ec16ba3 Initialize CFDE_TextOut members in the header. by Lei Zhang · 6 years ago
  85. 70340c1 Use span in CFDE_TextOut::DrawString(). by Lei Zhang · 6 years ago
  86. 5a6d70c Fix a crash in CXFA_Document::DoProtoMerge(). by Lei Zhang · 6 years ago
  87. ff027ce Avoid some hash comparisons in CXFA_NodeHelper. by Tom Sepez · 6 years ago
  88. a0c3680 Split part of xfa/fgas/BUILD.gn into xfa/fgas/layout/BUILD.gn. by Lei Zhang · 6 years ago
  89. 4aebf8c Fix nits in CFX_TxtBreak and related code. by Lei Zhang · 6 years ago
  90. 5360e70 Remove non-const parameter in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  91. a0e5e20 Add CXFA_ItemLayoutProcessor::GotoNextContainerNodeSimple(). by Lei Zhang · 6 years ago
  92. 676f919 Get rid of some #defines in XFA code. by Lei Zhang · 6 years ago
  93. 3de08dd Remove some non-const references in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  94. 97ad59c Clean up FindBreakNode() inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  95. e39009c Fix some nits in CXFA_NodeHelper. by Lei Zhang · 6 years ago
  96. 2e6826b Change XFA_GetElementByName() to take a WideStringView. by Lei Zhang · 6 years ago
  97. c839ac7 Pass ByteStringView by value by Tom Sepez · 6 years ago
  98. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  99. caacc5f Make CXFA_NodeHelper method names match style guide. by Tom Sepez · 6 years ago
  100. a817e97 Move packet info from cxfa_document_parser.cpp to xfa_basic_data.cpp. by Tom Sepez · 6 years ago