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