1. 9108588 Move remaining code out of third_party/base and into core/fxcrt by Lei Zhang · 1 year, 3 months ago
  2. f778d3c Move third_party/base/containers/*.h to core/fxcrt/containers by Lei Zhang · 1 year, 3 months ago
  3. ab486ae Use CRTP idiom to avoid cppgc plugin warnings in TreeNode. by Tom Sepez · 2 years, 2 months ago
  4. 1c6ab7f Fix CPPGC Plugin warnings for PDFium by Tom Sepez · 2 years, 2 months ago
  5. 832a694 Update old-style copyright headers by K. Moon · 2 years, 6 months ago
  6. 9e61a72 Prefer EXPECT_TRUE(x) over EXPECT_NE(nullptr, x) in tests. by Tom Sepez · 3 years ago
  7. fe28729 Fix HeapUnitTest.DISABLED_Bloat and re-enable. by Tom Sepez · 3 years ago
  8. d0fb7bc Add (disabled) test for cppgc heap bloating. by Tom Sepez · 3 years ago
  9. 503eae3 Remove unnecessary ptr_util.h includes. by Lei Zhang · 3 years, 1 month ago
  10. 87e3d7a Split pdfium::Contains() off to contains.h. by Lei Zhang · 3 years, 11 months ago
  11. 242c1ed Remove unneeded stl_util.h includes. by Lei Zhang · 3 years, 11 months ago
  12. b11a844 Forward declare cppgc::Heap in fxjs/gc/heap.h by Tom Sepez · 4 years ago
  13. dabb206 Do not include libplatform/libplatform.h in heap.h. by Lei Zhang · 4 years ago
  14. 59a1a91 Fix STL IWYU lint errors. by Lei Zhang · 4 years ago
  15. 59d1073 Avoid global cppgc:Persistents<> in tests with multiple heaps. by Tom Sepez · 4 years ago
  16. 449c700 Remove unused member from GCedTreeNodeMixinUnitTest. by Tom Sepez · 4 years ago
  17. 30eddfa Make cppgc initialization the responsibility of the embedder. by Tom Sepez · 4 years, 3 months ago chromium/4421
  18. 08b23fc [code health] Replace ASSERT() with DCHECK() in fxjs/ by Tom Sepez · 4 years, 3 months ago
  19. 561f5af Enable incremental sweeping for XFA by Tom Sepez · 4 years, 4 months ago chromium/4396
  20. 8626339 Pass new flags to cppgc heap initialization. by Tom Sepez · 4 years, 5 months ago chromium/4354 chromium/4355
  21. 56b2b1a Initialize CPPGC heap with kNoConservativeStack. by Tom Sepez · 4 years, 8 months ago
  22. 497f62e Add specialized templates to help tracing stl containers. by Tom Sepez · 4 years, 8 months ago
  23. e995621 Roll v8/ df143e8bd..63911905f (181 commits) by Daniel Hosseinian · 4 years, 8 months ago
  24. d16cfbf unowned_ptr.h: Don't include what you don't use. by Tom Sepez · 4 years, 8 months ago
  25. 9cfa23c Add move-assign tests for cppgc::Member<> and cppgc::Persistent<>. by Tom Sepez · 4 years, 9 months ago
  26. 8043d83 Pass actual isolate to GetForegroundTaskRunner() by Tom Sepez · 4 years, 9 months ago
  27. 775353b Introduce template GCedTreeNodeMixin<>. by Tom Sepez · 4 years, 9 months ago
  28. 221f535 Add FXGC_ForceGarbageCollection(). by Tom Sepez · 4 years, 10 months ago
  29. f5397f0 Move fxv8_unittests.{cpp,h} and fxgc_unittests.{cpp,h} to testing/ by Tom Sepez · 4 years, 10 months ago
  30. eaf9d21 Move class EmbedderTestEnvironment to standalone V8TestEnvironment. by Tom Sepez · 4 years, 10 months ago
  31. 19421f5 Fix nits in GCedTreeNode<>. by Tom Sepez · 4 years, 10 months ago
  32. 980a004 Add test GCedTreeNodeEmbedderTest.AsMapKey by Tom Sepez · 4 years, 10 months ago
  33. 05b558d Include cppgc/allocation.h in fxjs/gc/heap.h. by Tom Sepez · 4 years, 10 months ago
  34. 9535fce Perform more cleanup in FXGCScopedHeap destruction. by Tom Sepez · 4 years, 10 months ago
  35. 922ad53 Add (disabled) tests for desired cppgc behavior. by Tom Sepez · 4 years, 10 months ago
  36. cd29002 Roll v8/ bfc0d2f43..41918cc2b (4 commits) by Lei Zhang · 4 years, 11 months ago
  37. a4de225 Minor improvements for FXGC code. by Lei Zhang · 4 years, 11 months ago
  38. 2c1d9b2 Introduce GCedTreeNode class template. by Tom Sepez · 5 years ago
  39. ffe34d9 Split off HeapEmbedderTest into GCedEmbedderTest. by Tom Sepez · 5 years ago
  40. d452e06 Add Oilpan cppgc object allocation tests. by Tom Sepez · 5 years ago chromium/4175 chromium/4176
  41. cba1a93 Add a FXGC heap to the CPDFXFA_Context. by Tom Sepez · 5 years ago
  42. ced7a57 Introduce FXGCScopedHeap type. by Tom Sepez · 5 years ago chromium/4172 chromium/4173 chromium/4174
  43. f954d13 Add fxjs/gc interface to Oilpan's CPP GCed heaps. by Tom Sepez · 5 years ago