-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window.anonymous
usage in the wild
#1
Comments
Thanks! Initially, this was We can still expose I will run an HTTP archive query and put the result here once it is known. Thanks again for raising this potential issue! |
Here is the public HTTP archive analysis:
|
We are going to update to a more uncommon name: |
Sounds good, thanks! |
(keeping this open, up until it gets fixed in the spec and the implementation) |
Grammar nit: |
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577
As discussed in WICG/anonymous-iframe#1, we updated the name of the attribute to `window.isAnonymouslyFramed`. TODO(lyf): update the image.
As discussed in WICG#1, we updated the name of the attribute to `window.isAnonymouslyFramed`.
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496}
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496}
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496}
As discussed in #1, we updated the name of the attribute to `window.isAnonymouslyFramed`.
Resolved in both Chrome and the specification thanks to @iVanlIsh |
…us to window.isAnonymouslyFramed, a=testonly Automatic update from web-platform-tests [Anonymous Iframe] Change window.anonymous to window.isAnonymouslyFramed Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496} -- wpt-commits: 7cd897fb1c5c0b29a2d7460c8b3f8638f4142aee wpt-pr: 33962
…us to window.isAnonymouslyFramed, a=testonly Automatic update from web-platform-tests [Anonymous Iframe] Change window.anonymous to window.isAnonymouslyFramed Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496} -- wpt-commits: 7cd897fb1c5c0b29a2d7460c8b3f8638f4142aee wpt-pr: 33962
Since there's a bunch of usage of window.anonymous in various of origins currently in the world, we decide to change the naming to a more precise and un-confusing `isAnonymouslyFramed`. See more: WICG/anonymous-iframe#1 Bug: 1323180 Change-Id: I81637cdb004e87408235edb9b367062f62358577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613772 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000496} NOKEYCHECK=True GitOrigin-RevId: 8048aa846d48d42dc88b3cc85f6f8e6b1931685a
Have y'all done any analysis of how common
window.anonymous
is on the web, maybe via HTTP Archive?A quick search finds https://github.com/firebase/firebase-js-sdk/search?q=window.anonymous&type=code, which might create some confusing test errors down the road. Not sure that's a deal-breaker, but just flagging for awareness.
The text was updated successfully, but these errors were encountered: