commit | 0f3cbb131cd7a59f2eb7242382ed23f86c2ac489 | [log] [tgz] |
---|---|---|
author | Nasko Oskov <[email protected]> | Tue Jan 07 17:52:14 2020 |
committer | Commit Bot <[email protected]> | Tue Jan 07 17:52:14 2020 |
tree | de190f87a2a40658d820f0b4915b4256301b60c5 | |
parent | 6323d339154a6035a407d43c157c8ae3be9d0a22 [diff] |
Rename "swap out" terminology to unload. Historically, we have used the terminology of "swap out" to discuss the change of one RenderFrame to another during cross-process navigations. It dates back to times before RenderFrameProxy existed, so we had to navigate the frame itself to the swappedout:// URL. This has not been the case for a while now and in reality all the code that uses this terminology actually does unloading. This CL aims to rename most instances of "swap out" verbage in lieu of unload to make it more clear to folks who haven't worked in this area for a while. Bug: 1015882 Change-Id: I60f7fcfd28057a9c189a990df6d8ebb8ea25ac89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987030 Commit-Queue: Nasko Oskov <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#728980}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .