1. 5f45d7d Roll third_party/icu/ 45f655f2f..23de01679 (7 commits) by Lei Zhang · 6 years ago
  2. a09bfbf Roll tools/code_coverage/ 4191ea067..16298755a (12 commits) by Lei Zhang · 6 years ago
  3. d9f7862 Roll third_party/zlib/ dde5ce526..2aafd9d33 (6 commits) by Lei Zhang · 6 years ago
  4. ce4b8f8 Make bounding box changes take effect immediately. by Lei Zhang · 6 years ago
  5. f5fcd9e Fix encoding problem in FPDFAnnot_SetStringValue(). by Lei Zhang · 6 years ago
  6. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  7. 25bc9a9 Pick up Windows ARM64 support from base\logging.h by Tom Tan · 6 years ago
  8. eb3f474 Update README.md about public APIs. by Tom Sepez · 6 years ago
  9. ae3945f Make FPDFPage_SetRotation() take effect immediately. by Lei Zhang · 6 years ago
  10. d4599ec Add more resource params to CPDF_PageObjectHolder ctor. by Lei Zhang · 6 years ago
  11. 817c328 Change CFX_Matrix* params to CFX_Matrix& in core/fpdfapi/render. by Lei Zhang · 6 years ago
  12. 1d2a7ac Initialize CPDF_Form::m_pFormStream in the initializer list. by Lei Zhang · 6 years ago
  13. 4b70129 Always pass a page dictionary to CPDF_Page. by Lei Zhang · 6 years ago
  14. 981ccf6 Add a test for FPDFPage_SetRotation(). by Lei Zhang · 6 years ago
  15. 4626e20 Remove CFX_FloatRect::Reset(). by Tom Sepez · 6 years ago
  16. 81e9b68 Remove CFX_RectF::Reset(). by Tom Sepez · 6 years ago
  17. ec68f99 Fix a crash in FPDFPage_TransFormWithClip(). by Lei Zhang · 6 years ago
  18. 970fcfe Change FPDFPage_TransFormWithClip() to take const pointers. by Lei Zhang · 6 years ago
  19. 6fef1e4 Implement CFXMatrixFromFSMatrix(). by Lei Zhang · 6 years ago
  20. 65a8d5e Reorder cpdfsdk_helpers.cpp to match its header. by Lei Zhang · 6 years ago
  21. 23078b5 Pass matrix to CPDF_ClipPath::Transform() by const-ref. by Tom Sepez · 6 years ago
  22. 44d98b4 Remove a useless assignment in CPDF_Parser::ParseCrossRefV4(). by Lei Zhang · 6 years ago
  23. b78a068 Include objidl.h in fx_win32_gdipext.cpp. by Lei Zhang · 6 years ago
  24. a1f94aa Remove some CFX_Matrix::Concat() calls. by Lei Zhang · 6 years ago
  25. 351e8b0 Fix some nits in FPDFEditEmbeddertest. by Lei Zhang · 6 years ago
  26. aab6024 Remove CFX_Matrix::ConcatPrepend(), ConcatInverse(), SetIdentity(). by Tom Sepez · 6 years ago
  27. 0f0b30c Avoid duplicate desc/lock attributes on leaf elements by Tom Sepez · 6 years ago
  28. 831fa11 Make CPDFSDK_PageView::GetCurrentMatrix() a normal getter. by Lei Zhang · 6 years ago
  29. c13cbdc Fix some longstanding irks in CFX_Matrix by Tom Sepez · 6 years ago
  30. 4b9d8e9 Re-structure element.inc hierarchy to avoid duplication. by Tom Sepez · 6 years ago
  31. 49dbb7f Move jse_define.h to fxjs/xfa directory. by Tom Sepez · 6 years ago
  32. 5404b67 Remove unused XFA_AttributeType argument from CJX_Object::SetValue(). by Tom Sepez · 6 years ago
  33. 587891b Clean up CBA_FontMap. by Lei Zhang · 6 years ago
  34. ec16ba3 Initialize CFDE_TextOut members in the header. by Lei Zhang · 6 years ago
  35. 70340c1 Use span in CFDE_TextOut::DrawString(). by Lei Zhang · 6 years ago
  36. 061909f Use Optional in CJX_Object. by Lei Zhang · 6 years ago
  37. 5a6d70c Fix a crash in CXFA_Document::DoProtoMerge(). by Lei Zhang · 6 years ago
  38. ff027ce Avoid some hash comparisons in CXFA_NodeHelper. by Tom Sepez · 6 years ago
  39. 902c20e Check for bad values of startxref. by Lei Zhang · 6 years ago
  40. a0c3680 Split part of xfa/fgas/BUILD.gn into xfa/fgas/layout/BUILD.gn. by Lei Zhang · 6 years ago
  41. 4aebf8c Fix nits in CFX_TxtBreak and related code. by Lei Zhang · 6 years ago
  42. 3669514 Avoid unnecessary list initialization in CJX_Object. by Lei Zhang · 6 years ago
  43. f7f541f Remove most non-const reference parameters in CJX_Object. by Lei Zhang · 6 years ago
  44. 41ca949 Fix integer overflow in CFX_DIBBase::GetOverlapRect(). by Lei Zhang · 6 years ago
  45. bbf9707 Give CFX_DIBBase::GetOverlapRect() a return value. by Lei Zhang · 6 years ago
  46. 94dd1d5 Break circular dependency between formfiller and pwl. by Lei Zhang · 6 years ago
  47. 5360e70 Remove non-const parameter in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  48. 229a789 Merge CPWL_FontMap into CBA_FontMap. by Lei Zhang · 6 years ago
  49. a0e5e20 Add CXFA_ItemLayoutProcessor::GotoNextContainerNodeSimple(). by Lei Zhang · 6 years ago
  50. 676f919 Get rid of some #defines in XFA code. by Lei Zhang · 6 years ago
  51. c46c516 XFA: Avoid infinite recursion when deleting a ThisProxy object property. by Tom Sepez · 6 years ago
  52. 3de08dd Remove some non-const references in CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  53. 97ad59c Clean up FindBreakNode() inside CXFA_ItemLayoutProcessor. by Lei Zhang · 6 years ago
  54. e39009c Fix some nits in CXFA_NodeHelper. by Lei Zhang · 6 years ago
  55. 92530ce Add comment to string_view_template.h about pass-by-value by Tom Sepez · 6 years ago
  56. 2e6826b Change XFA_GetElementByName() to take a WideStringView. by Lei Zhang · 6 years ago
  57. c839ac7 Pass ByteStringView by value by Tom Sepez · 6 years ago
  58. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  59. 623e636 Call GetGlyphWidth() fewer times in LoadCompositeFont(). by Lei Zhang · 6 years ago
  60. caacc5f Make CXFA_NodeHelper method names match style guide. by Tom Sepez · 6 years ago
  61. 36d1839 Use more spans in font loading code. by Lei Zhang · 6 years ago
  62. a817e97 Move packet info from cxfa_document_parser.cpp to xfa_basic_data.cpp. by Tom Sepez · 6 years ago
  63. 83f6242 Split CXFA_Node::GetIntact(). by Lei Zhang · 6 years ago
  64. 7fdc211 Cleanup CFX_SystemHandler. by Lei Zhang · 6 years ago
  65. 425cb14 Remove unused CPDFSDK_FormFillEnvironment::GetLocalTime(). by Lei Zhang · 6 years ago
  66. 7868bcb Use more variables to make code shorter. by Lei Zhang · 6 years ago
  67. ca72689 Move XFA_ATTRIBUTEINFO and SCRIPTATTRIBUTEINFO to xfa_basic_data.h. by Tom Sepez · 6 years ago
  68. 0826582 Fix some formatting and wording in fpdf_formfill.h by Lei Zhang · 6 years ago
  69. d00d83a Sort cba_fontmap.cpp to match cba_fontmap.h. by Lei Zhang · 6 years ago
  70. 95008dd Remove out param in CPDFSDK_FormFillEnvironment::GetPageViewRect(). by Lei Zhang · 6 years ago
  71. ac75664 Do IWYU for public/fpdf_fwlevent.h. by Lei Zhang · 6 years ago
  72. 894f0ef Build packets table via C Preprocessor. by Tom Sepez · 6 years ago
  73. 70e5214 Move fxjs/cfxjse_* files to fxjs/xfa. by Tom Sepez · 6 years ago
  74. ca61078 Pass UFT8 ByteStringVies as arguments to {Get,Set}ObjectProperty(). by Tom Sepez · 6 years ago
  75. 7fc43dd Remove duplicate widestring literals from CXFA_*.cpp classes by Tom Sepez · 6 years ago
  76. 4c91b17 Return ByteStringViews from xfa_basic_data.cpp functions. by Tom Sepez · 6 years ago
  77. e79ad68 Combine ElementTable, parent array, and names. by Tom Sepez · 6 years ago
  78. 28376e2 Remove ELEM_HIDDEN____() macro. by Tom Sepez · 6 years ago
  79. 88f3969 De-duplicate rows in element-attributes table. by Tom Sepez · 6 years ago
  80. 407a081 Remove fragile script index mechanism. by Tom Sepez · 6 years ago
  81. e08b378 Remove strings/hashes from element-atttribute table. by Tom Sepez · 6 years ago
  82. f78267e Add ScriptType column to attributes.inc table by Tom Sepez · 6 years ago
  83. 3e2947e Check return values for all uses of GetFirstChildByClass<>() by Tom Sepez · 6 years ago
  84. f18547f Fix nits in CPWL_Caret and delete dead code. by Lei Zhang · 6 years ago
  85. 2cb7bdd Clean up CPWL_Timer and CPWL_TimerHandler. by Lei Zhang · 6 years ago
  86. 05e2551 Fix null deref in cxfa_itemlayoutprocessor.cpp by Tom Sepez · 6 years ago
  87. 98e2066 Get Attribute names much more simply. by Tom Sepez · 6 years ago
  88. 5d6714e Reduce reallocation in string classes. by Lei Zhang · 6 years ago
  89. baa664a Rename some structures in xfa_basic_data.cpp for consistency. by Tom Sepez · 6 years ago
  90. 0916377 Remove cxfa_node_statics.cpp. by Tom Sepez · 6 years ago
  91. f4f8cc5 Roll third_party/binutils/ 4110e0919..2be73f7fb (1 commit) by Lei Zhang · 6 years ago
  92. 1ccf890 Prevent a divide by zero in CFX_RTFBreak::GetDisplayPos(). by Lei Zhang · 6 years ago
  93. 882f4ec Remove xfa_basic_data.cpp representation dependence on XFA_SCRIPTATTRIBUTEINFO by Tom Sepez · 6 years ago
  94. 844f8de Wrap access to xfa_basic_data.cpp tables with functions. by Tom Sepez · 6 years ago
  95. 99b9ffb Rename xfa_basic_data_{enum,element_script}.cpp to match header file name by Tom Sepez · 6 years ago
  96. 32660f5 Move XFA_RESOLVENODE_* flags to cfxjse_resolveprocessor.h by Tom Sepez · 6 years ago
  97. 841c145 Handle empty v8::TryCatch messages in CFXJSE_Context. by Lei Zhang · 6 years ago
  98. 002e7c2 Avoid non-const reference parameters in CFXJSE_Context. by Lei Zhang · 6 years ago
  99. 002d936 Fix bad formatting in cjs_util.cpp. by Lei Zhang · 6 years ago
  100. 076b392 Shorten CreateReturnValue() in CFXJSE_Context. by Lei Zhang · 6 years ago