Skip to content

Commit

Permalink
Revert "[Local Network Access] Rename private to local in WPTs"
Browse files Browse the repository at this point in the history
This reverts commit 09f21d8c48ebc54193b12874c895648c69dfbe92.

Reason for revert: The spec has been renamed back to Private Network Access WICG/private-network-access#106

Original change's description:
> [Local Network Access] Rename private to local in WPTs
>
> In WICG/private-network-access#91, we decided to
> rename Private Network Access to Local Network Access. The spec has
> already been renamed in
> WICG/private-network-access#97. The latest spec:
> https://wicg.github.io/local-network-access/
>
> This CL renames PrivateNetwork to LocalNetwork in wpt file names.
>
> There are so many places to rename, so during the process, there will
> inevitably be inconsistencies. Hopefully, we shall resolve all of them
> soon.
>
> Bug: 1418287
> Change-Id: I10ef6762b72fb10ac88525b13a674237628e9055
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4329033
> Commit-Queue: Jonathan Hao <phao@chromium.org>
> Reviewed-by: Weizhong Xia <weizhong@google.com>
> Cr-Commit-Position: refs/heads/main@{#1115802}

Bug: 1418287
Change-Id: I8f29e58c4a0e8741be98bc9fd640510e1473e61c
  • Loading branch information
johnathan79717 authored and chromium-wpt-export-bot committed Jul 10, 2023
1 parent 0679447 commit 91da888
Show file tree
Hide file tree
Showing 52 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/writing-tests/making-a-testing-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ that looks on a UNIX-like command line:

$ ls fetch
api/ DIR_METADATA OWNERS
connection-pool/ h1-parsing/ local-network-access/
connection-pool/ h1-parsing/ private-network-access/
content-encoding/ http-cache/ range/
content-length/ images/ README.md
content-type/ metadata/ redirect-navigate/
Expand Down
10 changes: 0 additions & 10 deletions fetch/local-network-access/README.md

This file was deleted.

File renamed without changes.
10 changes: 10 additions & 0 deletions fetch/private-network-access/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Private Network Access tests

This directory contains tests for Private Network Access' integration with
the Fetch specification.

See also:

* [The specification](https://wicg.github.io/private-network-access/)
* [The repository](https://github.com/WICG/private-network-access/)
* [Open issues](https://github.com/WICG/private-network-access/issues/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions infrastructure/assumptions/non-local-ports.sub.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// See the corresponding WPT RFC:
// https://github.com/web-platform-tests/rfcs/blob/master/rfcs/address_space_overrides.md
//
// These ports are used to test the Local Network Access specification:
// https://wicg.github.io/local-network-access/
// These ports are used to test the Private Network Access specification:
// https://wicg.github.io/private-network-access/
//
// More tests can be found in `fetch/local-network-access/`.
// More tests can be found in `fetch/private-network-access/`.

const alternatePorts = {
httpPrivate: "{{ports[http-private][0]}}",
Expand Down

0 comments on commit 91da888

Please sign in to comment.