1. 0698c85 Fix bad format string in CXFA_FM2JSContext. by Lei Zhang · 7 years ago
  2. 19e6bcf Add CFGAS_FormatString helper to extract digits. by Dan Sinclair · 7 years ago
  3. 7e6f396 CFGAS_FormatString use helper to convert char to int by Dan Sinclair · 7 years ago
  4. 04c79d3 Add CFGAS_FormatString Number to String helper by Dan Sinclair · 7 years ago
  5. 08839f3 Combine more CFGAS_FormatString code by Dan Sinclair · 7 years ago
  6. a0b322b Remove use of FXBSTR_ID from CFGAS_FormatString by Dan Sinclair · 7 years ago
  7. cee11c2 Simplify some CFGAS_FormatString methods by Dan Sinclair · 7 years ago
  8. 28d6769 Fix some CFGAS_FormatString issues by Dan Sinclair · 7 years ago
  9. 52998a4 Even more CFGAS_FormatString tests. by Dan Sinclair · 7 years ago
  10. 7dee685 Convert CFGAS_FormatString to pointer out parameters by Dan Sinclair · 7 years ago
  11. db124cf More CFGAS_FormatString tests by Dan Sinclair · 7 years ago
  12. b3a119e Add more CFGAS_FormatString tests. by Dan Sinclair · 7 years ago
  13. e98ba9d More CFGAS_FormatString tests by Dan Sinclair · 7 years ago
  14. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 7 years ago
  15. 7211eac Cleaning up some XFA locale related code by Dan Sinclair · 7 years ago
  16. d332e2d Prevent OOB access in CXFA_FM2JSContext::IsIsoTimeFormat(). by Lei Zhang · 7 years ago
  17. 0a91394 Remove explicit CFX_Matrix identity matrix instantiations. by Lei Zhang · 7 years ago
  18. 8cb8841 Tag CFXJSE_HostObject sub-classes. by Tom Sepez · 7 years ago
  19. a64cd6c Remove unused Locale code by Dan Sinclair · 7 years ago
  20. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 7 years ago
  21. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  22. 13115ec Fix FM2JSContext Round return type by Dan Sinclair · 7 years ago
  23. a7c9c01 Enable remaining boolean FM2JSContext tests by dan sinclair · 7 years ago
  24. 1603c7f Enable the FM2JSContext Exists test by dan sinclair · 7 years ago
  25. c11bf48 Enable FM2JSContext Choose tests by dan sinclair · 7 years ago
  26. 151c14f Enable most FM2JSContext boolean tests by dan sinclair · 7 years ago
  27. dc8a2b7 Convert to CFX_UnownedPtr, part 10 by Tom Sepez · 7 years ago
  28. 129b013 More FM2JSContext tests by Dan Sinclair · 7 years ago
  29. c4ecd7b Cleanup default values and methods in CXFA_Widgetdata by Dan Sinclair · 7 years ago
  30. b45324b Use NOTREACHED() in more places. by Lei Zhang · 7 years ago
  31. d15ce4c Use observed ptrs from CFGAS_GEFont back to its font mgrs. by Tom Sepez · 7 years ago
  32. 7936fd1 Use unowned ptr from CXFA_FFDocView to CXFA_FFDoc by Tom Sepez · 7 years ago
  33. 92c13a7 ASAN flags zero-length StringC in GetMapModuleString() by Tom Sepez · 7 years ago
  34. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 7 years ago
  35. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 7 years ago
  36. 14aacd5 Adding fm2js embedder tests by Dan Sinclair · 7 years ago
  37. 2034b94 Remove CXFA_FMErrorInfo by dan sinclair · 7 years ago
  38. f8afce6 Shorten internal JS prefixes. by Dan Sinclair · 7 years ago
  39. c559156 Adding CXFA_Parse unittests by Dan Sinclair · 7 years ago
  40. 2e9d47a Rename formcalc files to better match contents by Dan Sinclair · 7 years ago
  41. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  42. 3653335 CFDE_RenderDevice::m_bOwnerDevice is always false by Tom Sepez · 7 years ago
  43. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 7 years ago
  44. d3a3cc2 Handle when XFA parser error handlers cannot format error messages. by Lei Zhang · 7 years ago
  45. 9774984 Add formcalc lexer tests. by Dan Sinclair · 7 years ago
  46. c0d358a Update formcalc return types by Dan Sinclair · 7 years ago
  47. 2eef64c Do not walk off end of formcalc string by Dan Sinclair · 7 years ago
  48. 2a835b7 Minor xfa_lexer.cpp cleanup by Dan Sinclair · 7 years ago
  49. dc3a87c Return unique_ptr from xfa lexer Scan() method by Tom Sepez · 7 years ago
  50. a5085d4 Rename render device classes by Dan Sinclair · 7 years ago
  51. 4da1e76 Limit XFA FormCalc program translation size. by Lei Zhang · 7 years ago
  52. 6f62ccd Check CXFA_FM2JSContext::Translate() return value. by Lei Zhang · 7 years ago
  53. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 7 years ago
  54. e02b2bc Use CXFA_TextUserData in place of CFX_Retainable where possible. by Tom Sepez · 7 years ago
  55. efd4f94 No-effect cast in cxfa_layoutitem.cpp by Tom Sepez · 7 years ago
  56. 6ee22ea Remove downcast in cxfa_layoutpagemgr.cpp by Tom Sepez · 7 years ago
  57. 615bb96 Remove default params in CFX_DIBSource by Nicolas Pena · 7 years ago
  58. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 7 years ago
  59. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 7 years ago
  60. cf53b78 Cleanup CXFA_RenderContext by Dan Sinclair · 7 years ago
  61. dcefccc Removing unused IFX_Pause parameters by Dan Sinclair · 7 years ago
  62. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 7 years ago
  63. 69c743f XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr. by Tom Sepez · 7 years ago
  64. d9e0e6e Change BarcodeTest to render to bitmaps. by Lei Zhang · 7 years ago
  65. 0804b3f Remove more |new|s, part 7 by Tom Sepez · 7 years ago
  66. 40badde Remove more |new|s, part 6 by Tom Sepez · 7 years ago
  67. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 7 years ago
  68. 4536a47 Remove some more |new|s, part 4. by Tom Sepez · 7 years ago
  69. 3b91290 Remove more |new|s, part 3 by Tom Sepez · 7 years ago
  70. 7e93a2c CXFA_FMStringExpression: int16_t is not a good type for a string index. by Tom Sepez · 7 years ago
  71. 5628fd7 Add barcode test skeleton by Tom Sepez · 7 years ago
  72. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 7 years ago
  73. 80547a1 Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. by Tom Sepez · 7 years ago
  74. ab1faaa Use fx_extension.h utilities in more places in xfa/ by Lei Zhang · 7 years ago
  75. 64ee2c3 Use a pdfium-specific unittest main rather than gtest's by Tom Sepez · 7 years ago
  76. ed991c7 Nit cleanup in XFA widget code by Dan Sinclair · 7 years ago
  77. 67b2a35 Cleanup the XFA Bacode widget by Dan Sinclair · 7 years ago
  78. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 7 years ago
  79. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 7 years ago
  80. 1badb85 Change more fxbarcode to use return values. by Lei Zhang · 7 years ago
  81. c16ab75 Remove hand-written bsearch from cxfa_dataexporter.cpp by Tom Sepez · 7 years ago
  82. 88008a2 Cleanup some XFA widget code by Dan Sinclair · 7 years ago
  83. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 7 years ago
  84. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 7 years ago
  85. 03f5bab Do not insert null node if ParseAsXDPPacket_Config fails by Tom Sepez · 7 years ago
  86. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 7 years ago
  87. 3c66ea0 Update IFX_CharIter::Clone to return unique_ptr by Dan Sinclair · 7 years ago
  88. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 7 years ago
  89. 2a473db Cleanup the fgas_language defines by Dan Sinclair · 7 years ago
  90. 0d86ecb Move fde XML parser to core by Dan Sinclair · 7 years ago
  91. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 7 years ago
  92. 5af27b6 Remove hand-written bsearch from XFA_GetAttributeEnumByName() by Tom Sepez · 7 years ago
  93. 3420ba8 Remove hand-written bsearch from XFA_GetAttributeByName() by Tom Sepez · 7 years ago
  94. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 7 years ago
  95. fdf7d40 Remove IFGAS_Stream::CreateWideStringReadStream by Dan Sinclair · 7 years ago
  96. 7172969 Fold the CFGAS_Stream subclasses in CFGAS_Stream by Dan Sinclair · 7 years ago
  97. 1d0dc5e Codepage code into anonymouse namespace by Dan Sinclair · 7 years ago
  98. 4fcdf05 Subclass the stream implementations from CFGAS_Stream by Dan Sinclair · 7 years ago
  99. 1d52d1e Use unique_ptr in CFWL_NoteDriver::m_eventTargets map by Tom Sepez · 7 years ago
  100. 994acdc Rename text break files to match class names. by Dan Sinclair · 7 years ago