Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Issue 2628923002: Make document.rootScroller into an origin trial (Closed)

Created:
3 years, 11 months ago by bokan
Modified:
3 years, 11 months ago
Reviewers:
iclelland, Rick Byers
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make document.rootScroller into an origin trial Intent-to-experiment: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/COF0YKkjZVQ BUG=680190 Review-Url: https://codereview.chromium.org/2628923002 Cr-Commit-Position: refs/heads/master@{#443956} Committed: https://chromium.googlesource.com/chromium/src/+/f2b6b4c6b17f90d48d986c3856f4a422ddbdbc2c

Patch Set 1 #

Total comments: 3

Patch Set 2 : installConditionalFeatures #

Total comments: 1

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (11 generated)
bokan
Hey Ian, Two questions: The OriginTrials documentation says I may also need run V8Binding.cpp's installOriginTrials ...
3 years, 11 months ago (2017-01-11 18:33:45 UTC) #3
iclelland
On 2017/01/11 18:33:45, bokan wrote: > Hey Ian, > > Two questions: > > The ...
3 years, 11 months ago (2017-01-12 15:50:59 UTC) #5
iclelland
https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl File third_party/WebKit/Source/core/dom/Document.idl (right): https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl#newcode81 third_party/WebKit/Source/core/dom/Document.idl:81: [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] attribute Element? rootScroller; You'll also need ...
3 years, 11 months ago (2017-01-12 15:58:13 UTC) #6
bokan
On 2017/01/12 15:50:59, iclelland wrote: > On 2017/01/11 18:33:45, bokan wrote: > > I also ...
3 years, 11 months ago (2017-01-12 16:11:30 UTC) #7
bokan
Added the attribute to installConditionalFeatures. PTAL https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl File third_party/WebKit/Source/core/dom/Document.idl (right): https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl#newcode81 third_party/WebKit/Source/core/dom/Document.idl:81: [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] ...
3 years, 11 months ago (2017-01-12 16:11:59 UTC) #8
iclelland
https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl File third_party/WebKit/Source/core/dom/Document.idl (right): https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl#newcode81 third_party/WebKit/Source/core/dom/Document.idl:81: [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] attribute Element? rootScroller; On 2017/01/12 16:11:59, ...
3 years, 11 months ago (2017-01-12 19:26:41 UTC) #9
bokan
On 2017/01/12 19:26:41, iclelland wrote: > https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl > File third_party/WebKit/Source/core/dom/Document.idl (right): > > https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl#newcode81 > ...
3 years, 11 months ago (2017-01-12 19:28:10 UTC) #10
iclelland
On 2017/01/12 19:28:10, bokan wrote: > On 2017/01/12 19:26:41, iclelland wrote: > > > https://codereview.chromium.org/2628923002/diff/1/third_party/WebKit/Source/core/dom/Document.idl ...
3 years, 11 months ago (2017-01-12 19:31:06 UTC) #11
bokan
Thanks, so will this automatically kick off all that's needed for origins to sign up ...
3 years, 11 months ago (2017-01-12 19:38:06 UTC) #12
bokan
+esprehn for platform and bindings OWNER.
3 years, 11 months ago (2017-01-12 19:39:37 UTC) #14
iclelland
On 2017/01/12 19:38:06, bokan wrote: > Thanks, so will this automatically kick off all that's ...
3 years, 11 months ago (2017-01-12 19:43:59 UTC) #15
bokan
On 2017/01/12 19:43:59, iclelland wrote: > On 2017/01/12 19:38:06, bokan wrote: > > Thanks, so ...
3 years, 11 months ago (2017-01-12 19:45:15 UTC) #16
bokan
+jam@ for OWNER stamp
3 years, 11 months ago (2017-01-13 21:26:42 UTC) #19
jam
On 2017/01/13 21:26:42, bokan wrote: > +jam@ for OWNER stamp i'm not an owner in ...
3 years, 11 months ago (2017-01-13 23:08:01 UTC) #20
bokan
+rbyers@
3 years, 11 months ago (2017-01-15 19:11:43 UTC) #22
Rick Byers
LGTM https://codereview.chromium.org/2628923002/diff/20001/third_party/WebKit/Source/core/dom/Document.idl File third_party/WebKit/Source/core/dom/Document.idl (right): https://codereview.chromium.org/2628923002/diff/20001/third_party/WebKit/Source/core/dom/Document.idl#newcode81 third_party/WebKit/Source/core/dom/Document.idl:81: [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] attribute Element? rootScroller; I assume ...
3 years, 11 months ago (2017-01-16 20:32:47 UTC) #23
bokan
On 2017/01/16 20:32:47, Rick Byers wrote: > LGTM > > https://codereview.chromium.org/2628923002/diff/20001/third_party/WebKit/Source/core/dom/Document.idl > File third_party/WebKit/Source/core/dom/Document.idl (right): ...
3 years, 11 months ago (2017-01-16 21:27:28 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2628923002/40001
3 years, 11 months ago (2017-01-16 21:29:21 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/f2b6b4c6b17f90d48d986c3856f4a422ddbdbc2c
3 years, 11 months ago (2017-01-16 23:02:58 UTC) #30
bokan
3 years, 10 months ago (2017-02-23 14:46:37 UTC) #31
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2707133008/ by bokan@chromium.org.

The reason for reverting is: Origin trial has been delayed for now.

Powered by Google App Engine
This is Rietveld 408576698