-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs(contributing): update WebView Android interface exposure link #26387
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
Conversation
Elchi3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, sad. Could this be an alternative: https://source.chromium.org/chromium/chromium/src/+/main:android_webview/test/data/web_tests/virtual/stable/webexposed/global-interface-listing-expected.txt ?
cc @foolip
Looks promising, but I'd link to https://github.com/chromium/chromium/blob/main/android_webview/test/data/web_tests/virtual/stable/webexposed/global-interface-listing-expected.txt instead, because it's easier to blame / see history. |
Co-authored-by: Florian Scholz <fs@florianscholz.com>
8ffb924 to
a3922ec
Compare
Summary
Removes the link to the
not-webview-exposed.txtfile in the Chromium repo, which was deleted in https://source.chromium.org/chromium/chromium/src/+/d83e960b676d9b7761163445d6e514f70dcf2719.Instead, adds a link to the
android_webview/…/global-interface-listing-expected.txtfile, which lists exposed interfaces (rather than not exposed features).Test results and supporting details
Related issues