1. 4609c5d Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). by Lei Zhang · 6 years ago
  2. 9947197 Move element/parent relationship data to .inc file by Tom Sepez · 6 years ago
  3. 1498ab8 Rename XFA_AttributeEnum to XFA_AttributeValue. by Tom Sepez · 6 years ago
  4. 190ae8e Remove ScriptAttributeString() wrappers, last part. by Tom Sepez · 6 years ago
  5. bf0e6ac Remove ScriptAttributeString() wrappers, part 7 by Tom Sepez · 6 years ago
  6. 19194a7 Remove ScriptAttributeString() wrappers, part 6. by Tom Sepez · 6 years ago
  7. e74399b Remove ScriptAttributeString() wrappers, part 5 by Tom Sepez · 6 years ago
  8. ecd1951 Remove more ScriptAttributeString() wrappers, part 4 by Tom Sepez · 6 years ago
  9. 0b45d76 Remove more ScriptAttributeString() wrappers, part 3 by Tom Sepez · 6 years ago
  10. 52c20e5 Replace ByteStringToDouble() with strtof() / strtod(). by Lei Zhang · 6 years ago
  11. 14e53bd Remove some unneeded includes. by Lei Zhang · 6 years ago
  12. 7d29d31 Remove redundant ScriptAttributeString() wrappers, part 2 by Tom Sepez · 6 years ago
  13. ddfe9a0 Remove redundant wrappers of CJX_Object::ScriptAttributeString(), part 1 by Tom Sepez · 6 years ago
  14. 6cfb9a7 Remove some non-existant method declarations from CFX_Object. by Tom Sepez · 6 years ago
  15. d4cda38 Remove underscores in CJS_Object::Script_Attribute_String() etc. by Tom Sepez · 6 years ago
  16. f90f0b9 Rename FX_atof() and FX_ftoa(). by Lei Zhang · 6 years ago
  17. 306ebab Prefer ByteString() over "". by Tom Sepez · 6 years ago
  18. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  19. 92ea923 Kill off most remaining wide string literal comparisons by Tom Sepez · 6 years ago
  20. 1d6c7e4 Remove wide string literals from XFA_AttributeEnumInfo. by Tom Sepez · 6 years ago
  21. 9dbc7de No need for string literals in XFA_ExecEventParaInfo. by Tom Sepez · 6 years ago
  22. ceac05a Make CJS_EventHandler::Name() and Type() return bytestrings. by Tom Sepez · 6 years ago
  23. 87ac6dc Use EqualsASCII{,NoCase}() and narrow literals in many places. by Tom Sepez · 6 years ago
  24. 4be7741 Remove wide literals from xfa_basic_data_element_script.cpp by Tom Sepez · 6 years ago
  25. d3b028b Mark kFoo variables const, or rename them if they are not. by Lei Zhang · 6 years ago
  26. 390ce23 Use single-byte strings in more places in pdfium. by Tom Sepez · 6 years ago
  27. 3e2cdea Better tests for CFXJSE_FormCalcContext::Decode(). by Tom Sepez · 6 years ago
  28. 6a4c0ad Remove some wide string literals in favor of single-bytes by Tom Sepez · 6 years ago
  29. b4c95fe Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}(). by Tom Sepez · 6 years ago
  30. 4031714 Rename WideString::FromLocal() to FromDefANSI(). by Tom Sepez · 6 years ago
  31. e897c46 XFA: Do not use UnownedPtr between CXFA_Nodes. by Tom Sepez · 6 years ago
  32. 3ef0242 Break circular dependence between {Byte,Wide}String by Tom Sepez · 6 years ago
  33. f263530 Use FXSYS_IsDecimalDigit() in more places. by Lei Zhang · 6 years ago
  34. 1ffdb44 Remove uncallable ctors from CJS_PublicMethods. by Tom Sepez · 6 years ago
  35. 75d214c Pack XFA_SCRIPTATTRIBUTEINFO tighter on 64-bit platforms by Tom Sepez · 6 years ago
  36. f605937 Add tests for radiobutton/checkbox JS properties. by Tom Sepez · 6 years ago
  37. 3c5f01a Remove unused strings from XFA_SCRIPTATTRIBUTEINFO. by Tom Sepez · 6 years ago
  38. e3b7b56 Break up ASSERT statements with ands. by Lei Zhang · 6 years ago
  39. 058e2aa Fix JS event.value behavior. by Lei Zhang · 6 years ago
  40. fc14212 Add better tests for AFSimple_Calculate(). by Tom Sepez · 6 years ago
  41. f71b563 Move another chunk of code to fx_date_helper.cpp. by Tom Sepez · 6 years ago
  42. 4a463d5 Remove redundancy between CFX_KeyValue and JSGlobalData. by Tom Sepez · 6 years ago
  43. 3eaad18 Tidy some small TODOs in CFX_GlobalData. by Tom Sepez · 6 years ago
  44. 19757a1 Remove some redundant C-style casts in cjs_event.cpp by Tom Sepez · 6 years ago
  45. bf2ef78 Beef up cfx_globaldata_unittest.cpp. by Tom Sepez · 6 years ago
  46. 436c9f1 Make cfx_globalarray a move-only type. by Tom Sepez · 6 years ago
  47. d105d2e Move CJS_PublicMethods::ParseString{String,Interger} to fx_date_helpers.cpp by Tom Sepez · 6 years ago
  48. 86e5fbf Move Non-JS date functions to fx_date_helpers.cpp by Tom Sepez · 6 years ago
  49. 9b86cb6 Add pdf_cjs_util_fuzzer. by Tom Sepez · 6 years ago
  50. eccfe0e Remove notion of file writing from CFX_GlobalData by Tom Sepez · 6 years ago
  51. 9964a4a Follow-up from CFX_GlobalData rename. by Tom Sepez · 6 years ago
  52. 41d04e1 Rename CJS_{KeyValue,GlobalData,GlobalVariableArray}.{h,cpp} to CFX_ by Tom Sepez · 6 years ago
  53. 0944953 Test error cases in util.printd() and printx(). by Tom Sepez · 6 years ago
  54. a5ea7ff Prefer single-byte form of CFX_V8::NewString() with literals. by Tom Sepez · 6 years ago
  55. f888579 JSMessage::kUnknownMethod and kTooManyOccurances are XFA-Only. by Tom Sepez · 6 years ago
  56. 2953284 Better test for AFSpecial_KeystrokeEx. by Tom Sepez · 6 years ago
  57. 98bc0ce Test util.scand() from javascript by Tom Sepez · 6 years ago
  58. 05e4363 Rename two more CJS_PublicMethods methods. by Tom Sepez · 6 years ago
  59. 06305f5 Rename CJS_PublicMethods::MakeFormatDate() and MakeRegularDate() by Tom Sepez · 6 years ago
  60. 2dd06eb Make IJS_Runtime::AsCJSRuntime be XFA-only by Tom Sepez · 6 years ago
  61. 007daeb Remove ctors from CJS_ objects which cant be instantiated. by Tom Sepez · 6 years ago
  62. 2a5c694 Test CFX_V8::ToByteString() in cfx_v8_unittest.cpp. by Tom Sepez · 6 years ago
  63. d868051 Be more particular about FX objects constructed from JS by Tom Sepez · 6 years ago
  64. 5ff1dde Test color.convert() and equal() from JS (and fix comparison logic). by Tom Sepez · 6 years ago
  65. c2454ac Remove CJS_Field::ValueIsOccur() by Tom Sepez · 6 years ago
  66. ce0f004 Remove CJS_Report class. by Tom Sepez · 6 years ago
  67. f52fb70 Remove JSMessage::kRunSuccess and its string by Tom Sepez · 6 years ago
  68. 706e187 Fix timezone inconsistency in document methods test. by Tom Sepez · 6 years ago
  69. af3d6cc Roll v8/ 604c50c84..626844157 (516 commits) by Lei Zhang · 6 years ago
  70. 4c1ced5 One more round of IWYU in fxjs/. by Lei Zhang · 6 years ago
  71. 8953baf Expand CJS_Document::mail{Doc,Form}() parameters by Tom Sepez · 6 years ago
  72. 0e5bab1 Remove PrintParams object. by Tom Sepez · 6 years ago
  73. ae2aec8 Do IWYU for core/fxcrt/xml headers. by Lei Zhang · 6 years ago
  74. 31beedc Do more IWYU in fxjs/. by Lei Zhang · 6 years ago
  75. 7015634 Forward declare some fxjs/ classes. by Lei Zhang · 6 years ago
  76. 378ec54 Remove a few V8 includes from header files. by Lei Zhang · 6 years ago
  77. 7281ed7 De-dup some static string tables in cjs_publicmethods.cpp by Tom Sepez · 6 years ago
  78. 86587e4 Add JavaScript public methods tests. by Tom Sepez · 6 years ago
  79. a8a69e7 Nest CJS_GlobalData_Element in CJS_GlobalData. by Tom Sepez · 6 years ago
  80. 5ae6c56 Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns. by Tom Sepez · 6 years ago
  81. 23b2d61 Fix the static initialization order problem for PartitionAlloc. by Lei Zhang · 6 years ago
  82. 994576b Use PartitionAllocZeroFill in CFX_V8ArrayBufferAllocator::Allocate(). by Lei Zhang · 6 years ago
  83. f1fae3c Update PartitionAlloc from Chromium at r599712. by Lei Zhang · 6 years ago
  84. 1929d6e Split pdfium_embeddertests sources. by Lei Zhang · 6 years ago
  85. f03f781 Split pdfium_unittests sources. by Lei Zhang · 6 years ago
  86. d2e27d6 Clone dict before iteration in CJS_Document::get_info by Tom Sepez · 6 years ago
  87. d250099 Convert %s -> %ls for wide string error format. by Tom Sepez · 6 years ago
  88. bc75f62 Make fxjs/ pass gn check. by Lei Zhang · 6 years ago
  89. d7f51c7 Make fpdfsdk/ pass gn check. by Lei Zhang · 6 years ago
  90. 56e0c3e Fix v8 ToLocalChecked() failure in CJS_Runtime. by Lei Zhang · 6 years ago
  91. b14a2f2 Beef up coverage in CJS_Field. by Tom Sepez · 6 years ago
  92. e421d38 Do IWYU in xfa. by Lei Zhang · 6 years ago
  93. 305bf6b Beef up CJS_Document method coverage. by Tom Sepez · 6 years ago
  94. 995374a Split core/fxcrt build rules into core/fxcrt/BUILD.gn. by Lei Zhang · 6 years ago
  95. 35d4587 Remove more unnecessary includes and do IWYU as needed. by Lei Zhang · 6 years ago
  96. d145e4b Move core/fdrm/crypto/* to core/fdrm/. by Lei Zhang · 6 years ago
  97. 88dbd54 Add test for CJS_Color properties. by Tom Sepez · 6 years ago
  98. a7dec32 Split fxjs build rules into fxjs/BUILD.gn. by Lei Zhang · 6 years ago
  99. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  100. 94f3ca9 Fix some nits in CJS_Document helpers. by Lei Zhang · 6 years ago