Side by Side Diff: third_party/WebKit/Source/core/testing/WorkerInternals.idl
Issue 2057273002:
[OriginTrials] Support OriginTrialEnabled IDL attribute on constants (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments from PS#2
Created 4 years, 6 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
On 2016/06/16 08:01:08, Yuki wrote:
> Why do you need this extended attribute? This disables tests about constant
> values.
I don't, now that I discovered the [Reflect] IDL attribute. The trouble was that
the constant I was adding would fail blink style checks, as it is all uppercase.
DoNotCheckConstants is already present on the Internals interface, so I felt
that adding it here was also justified.
Issue 2057273002: [OriginTrials] Support OriginTrialEnabled IDL attribute on constants
(Closed)
Created 4 years, 6 months ago by iclelland
Modified 4 years, 6 months ago
Reviewers: haraken, chasej, Yuki
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 28