1. 740b131 Use iosfwd in more headers. by Lei Zhang · 5 years ago
  2. 912235c Use operator!= instead of Compare(). by Lei Zhang · 5 years ago chromium/4489 chromium/4490
  3. 814e3bf Use operator== instead of Compare(). by Lei Zhang · 5 years ago
  4. 95c396d Fix -Wexit-time-destructors warnings in non-test code. by Lei Zhang · 5 years ago
  5. 7a5f8ee Introduce and apply pdfium_strict_config. by Lei Zhang · 5 years ago
  6. 4a58bb3 Ensure tags used as V8 aligned pointers are aligned by Tom Sepez · 5 years ago
  7. 2ec39d9 UnownedPtrs<> should ideally be const, part 2. by Tom Sepez · 5 years ago
  8. 4582920 Switch to DCHECK_EQ() when appropriate. by Lei Zhang · 5 years ago
  9. eebdb6e Remove always-kNotify argument from ResetForm() / ResetField(). by Tom Sepez · 5 years ago chromium/4479
  10. beab570 Remove always-false argument to CPDFSDK_InteractiveForm::SubmitForm() by Tom Sepez · 5 years ago
  11. 6b71276 Remove always-true argument to SetForceRelayout() and DoDataRemerge() by Tom Sepez · 5 years ago
  12. c317e8f Remove always-true argument to SetSelectedMember(). by Tom Sepez · 5 years ago
  13. d733fb4 Remove always-true boolean options to SetItemSelection() by Tom Sepez · 5 years ago
  14. be322a4 Run clang-format on the code base. by Lei Zhang · 5 years ago
  15. 511d49d Use "= default' in more places. by Lei Zhang · 5 years ago chromium/4466
  16. 5bfc5f5 Another CL adding UnownedPtr<>. by Tom Sepez · 5 years ago
  17. 8d32e9e Add Time2Num tests that involve timezones. by Lei Zhang · 5 years ago
  18. 33655c0 Replace FX_TIMEZONE with an integer. by Lei Zhang · 5 years ago
  19. 3a2eef8 Convert more raw ptrs to UnownedPtr<> by Tom Sepez · 5 years ago
  20. 1553cc1 Handle half hour timezone offsets in Time2Num(). by Lei Zhang · 5 years ago
  21. 3a34543 Fix CFXJSE_FormCalcContext::Time2Num(). by Lei Zhang · 5 years ago
  22. 6fc2c31 Add more test cases for CFXJSE_FormCalcContextEmbedderTest.Time2Num. by Lei Zhang · 5 years ago chromium/4458 chromium/4459
  23. 247f6e7 Rename some variables in CFXJSE_FormCalcContext::Time2Num(). by Lei Zhang · 5 years ago
  24. af9b842 Remove more unused forward declarations, part 3. by Tom Sepez · 5 years ago
  25. 9cc1c1f Fix endless revalidation in when validation makes identical changes. by Tom Sepez · 5 years ago chromium/4437
  26. 30eddfa Make cppgc initialization the responsibility of the embedder. by Tom Sepez · 5 years ago chromium/4421
  27. 08b23fc [code health] Replace ASSERT() with DCHECK() in fxjs/ by Tom Sepez · 5 years ago
  28. 048f670 Fix segv in CFXJSE_FormCalcContext::Time2Num(). by Tom Sepez · 5 years ago chromium/4397
  29. aa44361 Kill majority of remaining CFXJSE_Value usage in fxjs/xfa by Tom Sepez · 5 years ago
  30. 561f5af Enable incremental sweeping for XFA by Tom Sepez · 5 years ago chromium/4396
  31. e75ecf3 Add tagging for fxjs per-isolate data. by Tom Sepez · 5 years ago chromium/4390 chromium/4391 chromium/4392 chromium/4393 chromium/4394
  32. 4f67a28 Remove out parameter from CJS_Global::ObjectToArray() by Tom Sepez · 5 years ago chromium/4360 chromium/4361 chromium/4362 chromium/4363 chromium/4364 chromium/4365 chromium/4366 chromium/4367 chromium/4368 chromium/4369 chromium/4370 chromium/4371 chromium/4373 chromium/4374 chromium/4375 chromium/4376 chromium/4377 chromium/4378 chromium/4379 chromium/4380 chromium/4381 chromium/4382 chromium/4383
  33. 8626339 Pass new flags to cppgc heap initialization. by Tom Sepez · 5 years ago chromium/4354 chromium/4355
  34. fdac621 Fix some grammar in cjx_node.cpp by Tom Sepez · 5 years ago
  35. 46df5d1 Remove one form of CFXJSE_ScoeUtil_IsolateHandleContext constructor. by Tom Sepez · 5 years ago chromium/4344 chromium/4345
  36. 5c7e998 Split up CFXJSE_ScopeUtil_IsolateHandleContext by Tom Sepez · 5 years ago
  37. 8e0ff24 Remove most remaining CFXJSE_Value from CFXJSE_FormCalcContext. by Tom Sepez · 5 years ago
  38. 81fd018 Rework XFA_ResolveNodeRS. by Tom Sepez · 5 years ago
  39. 494efc7 Tidy fxjs/cjs_global.cpp by Tom Sepez · 5 years ago chromium/4343
  40. ab436ae CFXJSE_Value removal CL, part 7. by Tom Sepez · 5 years ago chromium/4332 chromium/4333 chromium/4334 chromium/4335 chromium/4336
  41. 876a780 Save some zero bytes in struct XFA_FMHtmlReserveCode by Tom Sepez · 5 years ago chromium/4331
  42. 145e22d Remove CFXJSE_Value from CFXJSE_FormCalcContext::DotAccessorCommon(). by Tom Sepez · 5 years ago chromium/4330
  43. 0e6cb46 Remove CFXJSE_Value from CFXJSE_FormCalcContext::oneOf() by Tom Sepez · 5 years ago
  44. 75e5e19 Remove CFXJSE_Values from CFXJSE_FormCalcContext::Mod() and Round() by Tom Sepez · 5 years ago
  45. b38e42b Remove CFXJSE_Value from CFXJSE_FormCalcContext::ApplyToExpansion(). by Tom Sepez · 5 years ago
  46. a15da34 Split up CFXJSE_FormCalcContext::ApplyToExpansion() by Tom Sepez · 5 years ago chromium/4326 chromium/4327
  47. cd341d7 Consolidate some common logic in cfxjse_formcalccontext.cpp. by Tom Sepez · 5 years ago
  48. 5ea7187 Purge every C-style cast of int32_t by Daniel Hosseinian · 5 years ago
  49. 1c83112 Remove most CFXJSE_Value usage from CFXJSE_FormCalcContext. by Tom Sepez · 5 years ago chromium/4325
  50. 79f7371 Consolidate logic in CFXJSE_FormCalcContext, part 2 by Tom Sepez · 5 years ago chromium/4324
  51. e6b8e87 Consolidate logic in CFXJSE_FormCalcContext, part 1. by Tom Sepez · 5 years ago
  52. 57e24f1 Replace CFXJSE_FormCaclContext static methods. by Tom Sepez · 5 years ago
  53. 27643a0 Simplify CFXJSE_Engine::RemoveBuiltInObjs() by Tom Sepez · 5 years ago
  54. f487445 Return v8::Local<> from CFXJSE_Context::GetGlobalContext() by Tom Sepez · 5 years ago
  55. 4643cf6 Avoid allocating CFXJSE_Values for |this| in poperty callbacks by Tom Sepez · 5 years ago chromium/4321 chromium/4322
  56. d564b0d Use v8::Global<> directly in CFXJSE_FormCalcContext and tests. by Tom Sepez · 5 years ago chromium/4320
  57. 2d45001 De-duplicate some code in cfxjse_formcalc_context_embeddertest.cpp by Tom Sepez · 5 years ago
  58. 61afcee Add alternate CFXJSE_ScopeUtil_IsolateHandleContext constructor. by Tom Sepez · 5 years ago
  59. 0b69784 Remove use of CFXJSE_Value in CFXJSE_Engine::m_mapObjectToValue. by Tom Sepez · 5 years ago
  60. d2b7675 Remove some calls to CFXJSE_Value::ForceSetValue() by Tom Sepez · 5 years ago
  61. acea960 Remove arg from CFXJSE_Value's constructor. by Tom Sepez · 5 years ago
  62. 33001e2 Remove pointer to isolate from CFXJSE_Value by Tom Sepez · 5 years ago chromium/4316
  63. 0d76dab Move some more binding logic out of CFXJSE_Value. by Tom Sepez · 5 years ago
  64. af6371f Consolidate some tests in new fxv8:: functions. by Tom Sepez · 5 years ago chromium/4314 chromium/4315
  65. c570c11 Provide better logging from CJS_PublicMethods's AlertIfPossible(). by Tom Sepez · 5 years ago
  66. 2d61ff8 Tolerate empty local in JS_DateParse(). by Tom Sepez · 5 years ago chromium/4307
  67. a58a676 Split up xfa/fgas/BUILD.gn by crt/ and font/ directories by Tom Sepez · 5 years ago chromium/4293
  68. 8a5699d Observe CFX_Timer's timer handler objects. by Tom Sepez · 5 years ago
  69. b495871 Make CJS_Object's ObjDefnID be one-based. by Tom Sepez · 5 years ago
  70. 4affe8b Use "= default" for constructors. by Lei Zhang · 5 years ago
  71. 538433c Explain why kFuncTag/kClassTag should remain as strings. by Lei Zhang · 5 years ago chromium/4292
  72. 810f16e Comment some fields as allowed for stack only types. by Tom Sepez · 5 years ago
  73. 6b170cf Simplify struct TbConvertAdditional. by Lei Zhang · 5 years ago
  74. 53999b4 Move CFXA_MapModule to CFXJSE_MapModule and add tests by Tom Sepez · 5 years ago
  75. e0579cb Move XFA_ATTRIBUTE_CALLBACK from fxjs/ to xfa/ directory by Tom Sepez · 5 years ago
  76. d9d3ed2 Add some missing const in CFXJSE_Context by Tom Sepez · 5 years ago
  77. 3dffb9f Completely re-implement CFXA_MapModule data storage by Tom Sepez · 5 years ago
  78. 4312624 Avoid relocations in struct XFA_FMHtmlReserveCode. by Lei Zhang · 5 years ago
  79. ae31a59 Better encapsulate CXFA_MapModule members. by Tom Sepez · 5 years ago
  80. bbae2d5 Rename struct XFA_MAPMODULEDATA to class CXFA_MapModule. by Tom Sepez · 5 years ago
  81. 3c9bf8e Remove CJX_Object::SetUserData(). by Tom Sepez · 5 years ago
  82. 0439e19 Deduplicate one line in CJX_Object::GetMeasureInUnit(). by Tom Sepez · 5 years ago
  83. ff30c3d Make XFA_MAPMODULEDATA::m_ValueMap map onto int, not void*. by Tom Sepez · 5 years ago chromium/4286 chromium/4287
  84. 8a7742c Make XFA_MAPMODULEDATA be keyed by uint32_t, not void*. by Tom Sepez · 6 years ago
  85. d7ad3a9 Forward declare XFA_MAPDATABLOCKCALLBACKINFO in cjx_object.h by Tom Sepez · 6 years ago
  86. ce72574 Rename third_party/base/logging.h to check_op.h. by Lei Zhang · 6 years ago chromium/4281
  87. 3063207 Add third_party/base/check.h and notreached.h. by Lei Zhang · 6 years ago
  88. 7be15a4 Use vector of cppgc::Member in XFA_ResolveNodeRS. by Tom Sepez · 6 years ago
  89. 6d584e2 Bring XFA_RESOLVENODE_RS more in line with style guide. by Tom Sepez · 6 years ago
  90. 7dd086b Introduce common superclass GCedLocaleIface by Tom Sepez · 6 years ago
  91. f7a0128 Simplify interface to CJX_Object::SetAttributeValue(). by Lei Zhang · 6 years ago chromium/4275
  92. c09fa73 Simplify interface to CJX_Object::SetCData(). by Lei Zhang · 6 years ago
  93. 06a51b1 Remove a parameter from CJX_Object::SetAttributeByString(). by Lei Zhang · 6 years ago
  94. 231308b Disambiguate CJX_Object methods. by Lei Zhang · 6 years ago
  95. 5f8335c Nest FX_LOCALE* enums. by Tom Sepez · 6 years ago
  96. 7589280 Do IWYU for unowned_ptr.h, and remove some unused includes. by Lei Zhang · 6 years ago
  97. ba9bad1 Declare CXFA_FMLexer as stack-allocated by Tom Sepez · 6 years ago
  98. 3ac4970 Garbage collect CXFA_CalcData. by Tom Sepez · 6 years ago
  99. 757a6bf Make CJX_Object and its subclasses be garbage collected. by Tom Sepez · 6 years ago
  100. d8a5347 Make CXFA_FMExpression and its subclasses be garbage collected. by Tom Sepez · 6 years ago