1. 8acf9ab Optimize map lookups in `SiteInstanceImpl` active document counts. by Jeffrey Yu · 2 days ago
  2. 5bf511a Migrate GURL accessors to Get* variants in //content by Charlie Harrison · 9 days ago
  3. 145f308f Remove unused include in site_instance.h by David Sanders · 10 days ago
  4. eb09474 Refactor SiteInfo::GetSiteForURLInternal by Camille Lamy · 4 weeks ago
  5. f165da34 content: Migrate to new 2-param BASE_FEATURE macro by Xiaohan Wang · 4 weeks ago
  6. 5d229f4 Refactor the ProcessReusePolicy enum to match the enum naming style by Jiacheng Guo · 5 weeks ago
  7. 6ce5e39e base: Gate old BASE_FEATURE macro behind a migration define by Xiaohan Wang · 5 weeks ago
  8. fa625735 Better track when WebPreferences need updates for color-related changes. by Peter Kasting · 6 weeks ago
  9. bc43eff Remove the process lock URL from SiteInfo by Camille Lamy · 7 weeks ago
  10. 2b2aabb content/browser: Migrate BASE_FEATURE macros to 2-argument version by Xiaohan Wang · 7 weeks ago
  11. cea2d7c Remove requires_origin_keyed_process_ from SiteInfo by Camille Lamy · 7 weeks ago
  12. 5ce9b96 Improve tracking of OAC state in SiteInfo by Camille Lamy · 9 weeks ago
  13. 52a5120 Compute AgentClusterKey for all navigations by Camille Lamy · 2 months ago
  14. b9a82bd7 refactor: Clean up Leaky LazyInstances under //content by Addison Luh · 3 months ago
  15. 20b80e3 Add some missing includes of browser_context.h by David Sanders · 3 months ago
  16. 1f07a09 Reland "Force the unintentional renderer process creation check by default" by Jiacheng Guo · 4 months ago
  17. 58d1a17 Fix SiteInstance::GetProcess crash in chromecast by Jiacheng Guo · 4 months ago
  18. cd62176 Rename the test only GetOrCreateProcess() to GetOrCreateProcessForTesting() by Jiacheng Guo · 4 months ago
  19. 3fb37eb Revert "Force the unintentional renderer process creation check by default" by Keita Suzuki · 4 months ago
  20. 403a7a4 Force the unintentional renderer process creation check by default by Jiacheng Guo · 4 months ago
  21. 1a7a6370 Introduce default SiteInstanceGroup by Sharon Yang · 5 months ago
  22. 6c216e2 Introduce default SiteInstanceGroup value only, support in tests by Sharon Yang · 5 months ago
  23. c935192 Cleanup COOP restrict-properties 4/7 by Camille Lamy · 5 months ago
  24. b9baa9f Unify the process check in GetOrCreateProcess() when creating dumps by Jiacheng Guo · 7 months ago
  25. ee0a7059 Track the COOP mismatch in the ProcessAllocationContext by Jiacheng Guo · 8 months ago
  26. 6a61229f Remove the kProcessSharingWithStrictSiteInstances feature by Sharon Yang · 8 months ago
  27. 10600c2 Add ProcessAllocationContext when allocating renderer processes by Jiacheng Guo · 8 months ago
  28. 914790c Reland "Add SiteInstance::GetOrCreateProcess for creating a renderer process" by Jiacheng Guo · 8 months ago
  29. 05c4b5c Revert "Add SiteInstance::GetOrCreateProcess for creating a renderer process" by Florian Jacky · 8 months ago
  30. 6ae65e31 Add SiteInstance::GetOrCreateProcess for creating a renderer process by Jiacheng Guo · 8 months ago
  31. a89fdc3c Code Health: Clean up stale ProcessSharingWithDefaultSiteInstances by Nathan Memmott · 10 months ago
  32. d15fd76 Change RenderProcessHost::GetID to RenderProcessHost::GetDeprecatedID by Emily Andrews · 10 months ago
  33. f8236e1 Add tracing support for UrlInfo and add events that use it in SiteInstance and RFHM by Alex Moshchuk · 10 months ago
  34. 5b3dfbc1 Improve tracing in SiteInstanceImpl::LockProcessIfNeeded by Sharon Yang · 10 months ago
  35. b41d6ee Replace CHECK(false) in content/ by Peter Boström · 11 months ago
  36. 85d8ee7 data: URL subframes use SiteInstanceGroup by Sharon Yang · 11 months ago
  37. 58553e9e Cleanup obsolete condition in IsNavigationSameSite. by Nasko Oskov · 1 year ago
  38. 9ce0ed22 Refactor RenderProcessHost reuse functions for broader use. by Charlie Reis · 1 year, 1 month ago
  39. 2348b37 Fix process model for hosted apps embedding same-site PDFs. by Alex Moshchuk · 1 year, 1 month ago
  40. b2e5e99 Split REUSE_PENDING_OR_COMMITTED_SITE into SUBFRAME/WORKER variants by W. James MacLean · 1 year, 1 month ago
  41. c737a630 policy: implement Javascript optimization policy by Elly · 1 year, 2 months ago
  42. d1f015d [DIP] Implement process isolation by Camille Lamy · 1 year, 3 months ago
  43. a96c84bd Add SiteInstance::GetSiteInstanceGroupId to content/public API by Sharon Yang · 1 year, 4 months ago
  44. 24a340af Manifest-sandboxed extension frames should be process isolated. by W. James MacLean · 1 year, 4 months ago
  45. 770f3fc Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 6 months ago
  46. d2cbc59 Don't use destination SiteInstance on extension redirects to data/about URLs by Rakina Zata Amni · 1 year, 6 months ago
  47. 81f4f2c7 Migrate TODOs referencing old crbug IDs to the new issue tracker IDs by Alison Gale · 1 year, 6 months ago
  48. 5f6f832 Dispatch SiteInstanceGotProcess() only when both process and site are set. by Alex Moshchuk · 1 year, 9 months ago
  49. c686e8f Rename {absl => std}::optional in //content/ by Arthur Sonzogni · 1 year, 9 months ago
  50. 21873705 Add a new bit "fixed storage partition" to BrowsingInstance and friends by Jason Lin · 1 year, 11 months ago
  51. 86076cb1 COOP-RP: Don't reuse BrowsingInstances with incorrect common_coop_origin by Alex Moshchuk · 2 years ago
  52. bdeca8e Privatize content features. by Arthur Sonzogni · 2 years, 1 month ago
  53. eae661e iwa: Don't inherit 'Isolated Application' level in cross-origin frames by Robbie McElrath · 2 years, 2 months ago
  54. b54f707 Remove SiteInstanceGroupManager::GetOrCreateGroupForNewSiteInstance by Sharon Yang · 2 years, 3 months ago
  55. ebd61d1 Use SiteInfo for RelatedActiveContents metrics by Rakina Zata Amni · 2 years, 4 months ago
  56. f149f77b Remove SiteInstanceDeleting from content/public API. by Alex Moshchuk · 2 years, 5 months ago
  57. 2a84fbf Don't track origins process-isolated by default. by W. James MacLean · 2 years, 5 months ago
  58. a3e593f COOP: restrict-properties 5/*: tokens for BI and CoopRelatedGroup. by Arthur Hemery · 2 years, 5 months ago
  59. 53e24b7 Add process isolation for default OAC. by W. James MacLean · 2 years, 5 months ago
  60. ee640f6 Refactor to rename OAC header-specific enums and functions. by W. James MacLean · 2 years, 5 months ago
  61. 08d8288 COOP: restrict-properties 4/*: proxy management. by Arthur Hemery · 2 years, 6 months ago
  62. ee1457d Fix SiteInstance assignment for about:blank when source SiteInstance can't be used. by Alex Moshchuk · 2 years, 6 months ago
  63. 9cf12075 Rename ReuseCurrentProcessIfPossible to ReuseExistingProcessIfPossible. by Alex Moshchuk · 2 years, 6 months ago
  64. e1f71d3a Remove features::SiteIsolationForGuests by Alex Moshchuk · 2 years, 7 months ago
  65. d8e016d Ensure that only empty document schemes have unassigned SiteInstances. by Alex Moshchuk · 2 years, 7 months ago
  66. 73883d3 Store a scoped_refptr<BrowsingInstance> on SiteInstanceGroup by Sharon Yang · 2 years, 7 months ago
  67. 44094de4 COOP: restrict-properties 3/*: CoopRelatedGroup by Arthur Hemery · 2 years, 7 months ago
  68. 735d1e92 COOP: restrict-properties 2/*: kRelatedCoopSwap. by Arthur Hemery · 2 years, 8 months ago
  69. 37be268 Remove remaining SiteInstanceImpl casts from RenderFrameHostManager. by Charlie Reis · 2 years, 9 months ago
  70. 7d286973 Move kIsolateSandboxedIframes flag to blink. by W. James MacLean · 3 years ago
  71. 7f5500e FencedFrames: Implement process isolation inside Guests by Adithya Srinivasan · 3 years, 1 month ago
  72. e769366d Fix site-origin mismatch for sandboxed srcdoc iframes in per-origin mode. by W. James MacLean · 3 years, 1 month ago
  73. 4e1b7bc3 Update copyright headers in content/ by Avi Drissman · 3 years, 1 month ago
  74. 2aa9bea [FencedFrames] Set is_fenced for service worker SiteInstances by Adithya Srinivasan · 3 years, 1 month ago
  75. f6377b1 [FencedFrames] Implement process isolation for fenced frames by Adithya Srinivasan · 3 years, 1 month ago
  76. 715fc7d MPArch: Force fenced frame SiteInstance to reuse embedder's process by Adithya Srinivasan · 3 years, 2 months ago
  77. 37dd4aade Add per-document mode to kIsolateSandboxedIframes by W. James MacLean · 3 years, 2 months ago
  78. c07dc41b Make OriginAgentCluster global walk more efficient for OAC-by-default. by W. James MacLean · 3 years, 3 months ago
  79. 3b6d087 Add per-origin mode to kIsolateSandboxedIframes by W. James MacLean · 3 years, 4 months ago
  80. 39948d2 Fix default SiteInstance handling in <webview> site isolation paths. by Alex Moshchuk · 3 years, 4 months ago
  81. 0fd1546 MPArch: Adjust initial SiteInstance for Fenced Frames by Adithya Srinivasan · 3 years, 4 months ago
  82. 47457a6 Reland "Do not allow ProcessLocks to be refined if process has been used." by Charlie Reis · 3 years, 5 months ago
  83. 99ce2eb Revert "Do not allow ProcessLocks to be refined if process has been used." by Meredith Lane · 3 years, 5 months ago
  84. 81175d8 Do not allow ProcessLocks to be refined if process has been used. by Charlie Reis · 3 years, 5 months ago
  85. 2f3304a Remove a SiteInstanceGroup when its process goes away by Sharon Yang · 3 years, 5 months ago
  86. b5c6df41 Use const& url::Origin parameter for IsNavigationSameSite by David Sanders · 3 years, 6 months ago
  87. 699a2465 Do IWYU for //content/browser/site_instance_impl.h by David Sanders · 3 years, 6 months ago
  88. 95e83f4 [mparch] Switch to FrameTreeNode::IsOutermostMainFrame, part 2 by Ian Vollick · 3 years, 6 months ago
  89. d0e131d Couple of extra WebExposedIsolationInfo cleanups. by Arthur Hemery · 3 years, 6 months ago
  90. 858df4ab Add synthetic trial for process-isolated OAC. by W. James MacLean · 3 years, 7 months ago
  91. 074cd18 [tracing] Use TracedProto in //content. by Alexander Timin · 3 years, 7 months ago
  92. 80d37bb Add SiteInstanceGroup proto for tracing by Sharon Yang · 3 years, 7 months ago
  93. c79153d Implement sandboxed iframe isolation for origin-restricted sandboxes. by W. James MacLean · 3 years, 8 months ago
  94. a2fe85e Move Observer interface from SiteInstanceImpl to SiteInstanceGroup by Sharon Yang · 3 years, 8 months ago
  95. 35e82cf Remove outdated TODO in SiteInstanceImpl by Sharon Yang · 3 years, 8 months ago
  96. df15d8e Introduce a feature for site isolation in <webview> guests by Alex Moshchuk · 3 years, 8 months ago
  97. 8015afcf Remove StoragePartitionId. by Alex Moshchuk · 3 years, 8 months ago
  98. 300cc247 Clean up unused RenderProcessHostFactor in SiteInstanceImpl by Sharon Yang · 3 years, 9 months ago
  99. 9a5d1bd [CrossOriginIsolated] Clarify WebExposedIsolationInfo inheritances. by Arthur Hemery · 3 years, 9 months ago
  100. 3a991c09 [CrossOriginIsolated] Make WebExposedIsolationInfo optional. by Arthur Hemery · 3 years, 10 months ago