Remove or standardize UnderlyingSourceBase |
|||||
Issue descriptionIt doesn't have a spec link in the idl file. Neither WebKit or Gecko has it. Should we remove or standardize it?
,
Mar 20 2017
This is used as an internal implementation detail of Chrome to generate C++ files and is not web-exposed in any way. Thus it's not appropriate to either remove or standardize it. Is there an action we can take so that it is not tracked by whatever tool is filing these bugs?
,
Mar 21 2017
If there is some way we could mark the IDL file as not web exposed then this would be actionable. Otherwise there is nothing to do here and I am inclined to WontFix.
,
Apr 6 2017
,
Apr 6 2017
markdittmer@, can you exclude this file specifically from your tool? If we get too many exceptions that don't map cleanly to directories then perhaps we should consider an extended attribute, but not yet I think.
,
Apr 6 2017
foolip@, Google-internal web-apis service code updated (expect propagation in ~2h). I'll also patch the emerging "official" tool repo.
,
Apr 7 2017
,
May 8 2017
I'm not convinced that skipping files like this is valuable. Each platform implementation will model some non-standard things using IDL, but the collection of such things will be relatively small, and still constitutes a part of the platform implementation.
,
May 8 2017
domenic@, ricea@, is any object created and returned to scripts where toString() is '[object UnderlyingSourceBase]', or where UnderlyingSourceBase is otherwise on the prototype chain? If so, does the spec say anything about the shape of that object?
,
May 10 2017
> domenic@, ricea@, is any object created and returned to scripts where toString() is '[object UnderlyingSourceBase]', or where UnderlyingSourceBase is otherwise on the prototype chain? No.
,
May 10 2017
Huh, WontFix it is. This'll probably come up again but hopefully I'll remember to not file another bug. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by dtapu...@chromium.org
, Mar 20 2017