Update docs to point directly at RuntimeEnabledFeatures.md.
Bypass the old chromium.org/blink/runtime-enabled-features link. Follow-up to https://crrev.com/633263 Change-Id: I45831d77af32deb3f969307027944a6cb63665ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2798814 Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#870619}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
6c3fbb1251
commit
645adc69a3
content/web_test/common
docs
third_party/blink
@ -44,7 +44,7 @@ const char kDisableAutoWPTOriginIsolation[] =
|
||||
// This makes us disable some web-platform runtime features so that we test
|
||||
// content_shell as if it was a stable release. It is only followed when
|
||||
// kRunWebTest is set. For the features' level, see
|
||||
// http://dev.chromium.org/blink/runtime-enabled-features.
|
||||
// third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
|
||||
const char kStableReleaseMode[] = "stable-release-mode";
|
||||
|
||||
// Disables the shell from beginning in headless mode. Tests will then attempt
|
||||
|
@ -12,7 +12,7 @@ For example, if you want to use the flag in src/content, you should add a base::
|
||||
* [content/public/common/content_features.h](https://cs.chromium.org/chromium/src/content/public/common/content_features.h)
|
||||
|
||||
If you want to use the flag in blink, you should also read
|
||||
[Runtime Enable Features](https://www.chromium.org/blink/runtime-enabled-features).
|
||||
[Runtime Enable Features](https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md).
|
||||
|
||||
You can refer to [this CL](https://chromium-review.googlesource.com/c/554510/) and [this document](initialize_blink_features.md)
|
||||
to see
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
// http://dev.chromium.org/blink/runtime-enabled-features
|
||||
// See third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
|
||||
//
|
||||
// This list is used to generate runtime_enabled_features.h/cc which contains
|
||||
// a class that stores static enablers for all experimental features.
|
||||
|
@ -27,4 +27,4 @@ If you want to enable a specific [runtime enabled feature][1], use
|
||||
./wpt run --binary-arg=--enable-blink-features=AsyncClipboard chrome clipboard-apis/
|
||||
```
|
||||
|
||||
[1]: https://www.chromium.org/blink/runtime-enabled-features
|
||||
[1]: https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/renderer/platform/RuntimeEnabledFeatures.md
|
||||
|
Reference in New Issue
Block a user