Skip to content

Consistently rename storage to webstorage to prevent confusion#39550

Merged
mrobinson merged 1 commit intoservo:mainfrom
arihant2math:storage-rename
Sep 29, 2025
Merged

Consistently rename storage to webstorage to prevent confusion#39550
mrobinson merged 1 commit intoservo:mainfrom
arihant2math:storage-rename

Conversation

@arihant2math
Copy link
Copy Markdown
Contributor

@arihant2math arihant2math commented Sep 28, 2025

Add the prefix of "WebStorage" instead of "Storage" for all webstorage spec related things. For example, a struct called StorageManager: this could refer to either webstorage's thread manager or to the backend for the storage manager interface. webstorage is the full name of the spec, so I chose to keep that in the names of files/structs to prevent confusion when storage manager is implemented.

@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Sep 28, 2025
@arihant2math arihant2math added the A-storage localstorage, indexeddb, etc label Sep 28, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Sep 29, 2025
@arihant2math arihant2math added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Sep 29, 2025
@jdm jdm added this pull request to the merge queue Sep 29, 2025
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Sep 29, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 29, 2025
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Sep 29, 2025
@mrobinson mrobinson added this pull request to the merge queue Sep 29, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Sep 29, 2025
Merged via the queue into servo:main with commit fef56fc Sep 29, 2025
34 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Sep 29, 2025
@arihant2math arihant2math deleted the storage-rename branch September 29, 2025 20:57
RichardTjokroutomo pushed a commit to RichardTjokroutomo/servo that referenced this pull request Sep 30, 2025
…#39550)

Add the prefix of "WebStorage" instead of "Storage" for all webstorage
spec related things. For example, a `struct` called `StorageManager`:
this could refer to either webstorage's thread manager or to the backend
for [the storage manager
interface](https://storage.spec.whatwg.org/#storagemanager). webstorage
is the full name of the spec, so I chose to keep that in the names of
files/structs to prevent confusion when storage manager is implemented.

Signed-off-by: Ashwin Naren <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 19, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 19, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 19, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 19, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 20, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 21, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
janvarga added a commit to janvarga/servo that referenced this pull request Dec 21, 2025
This patch performs a remaining round of renaming in the web storage code to
to avoid name conflicts with the newly introduced `StorageType` struct used by
`SiteDataManager`.

The change is a follow-up to PR servo#39550 and PR servo#40090 and does not introduce
any functional changes..

Signed-off-by: Jan Varga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-storage localstorage, indexeddb, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants