New issue
Advanced search Search tips

Issue 644010 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

idltest docs are a 404

Project Member Reported by sdy@chromium.org, Sep 4 2016

Issue description

On this page:
https://developer.chrome.com/extensions/declare_permissions

The "idltest" permission links to this page:
https://developer.chrome.com/extensions/idltest

…which 404s.
 
Status: Available (was: Untriaged)
Owner: lazyboy@chromium.org
Status: Started (was: Available)
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.
You started fixing this bug over two years ago. Are you still working on it? 

Sign in to add a comment