idltest docs are a 404 |
||
Issue descriptionOn this page: https://developer.chrome.com/extensions/declare_permissions The "idltest" permission links to this page: https://developer.chrome.com/extensions/idltest …which 404s.
,
Sep 17 2016
We should skip generating this in declare_permissions as this API is internal/test only. Generally, a Private suffix in a permission makes docserver skip listing it: https://cs.chromium.org/chromium/src/chrome/common/extensions/docs/server2/permissions_data_source.py?rcl=0&l=19 The "nodoc" true trick applies to APIs, but not permissions AFAIK. We can consider renaming this permission to idltestPrivate, or special case it in permissions_data_source.py (eww?), or expand "nodoc" attribute to permissions too.
,
Jan 11
You started fixing this bug over two years ago. Are you still working on it? |
||
►
Sign in to add a comment |
||
Comment 1 by lazyboy@chromium.org
, Sep 16 2016