|
|
DescriptionTemporarily enable scroll anchoring on trunk.
This is to get feedback from canary users. It will be reverted on 2016-09-16.
BUG=624074
Committed: https://crrev.com/73693c4b2eb516e55b700c0317b38d672a0bdb29
Cr-Commit-Position: refs/heads/master@{#418715}
Patch Set 1 #Patch Set 2 : fix tests #
Total comments: 3
Patch Set 3 : depend on http://crrev.com/2343683002 #
Depends on Patchset: Messages
Total messages: 34 (18 generated)
The CQ bit was checked by skobes@chromium.org to run a CQ dry run
Description was changed from ========== Temporarily enable scroll anchoring on trunk. This is to get feedback from canary users. It will be reverted by 2016-09-16. BUG=624074 ========== to ========== Temporarily enable scroll anchoring on trunk. This is to get feedback from canary users. It will be reverted on 2016-09-16. BUG=624074 ==========
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
skobes@chromium.org changed reviewers: + ojan@chromium.org
lgtm
skobes@chromium.org changed reviewers: + rbyers@chromium.org
+rbyers for OWNERS
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
It looks like this breaks AutoScrollExtensionSettingsWebUITest.testAutoScroll. Hold off on reviewing until I investigate this.
On 2016/09/14 03:02:03, skobes wrote: > It looks like this breaks AutoScrollExtensionSettingsWebUITest.testAutoScroll. > Hold off on reviewing until I investigate this. Typically we'd use Finch for a trial like this (eg. to ensure it's only enabled on canary, not any dev channel builds that happen to go out). I suspect you'll eventually want to ship this intervention under finch anyway (so it can be easily disabled without pushing a new build), if so it's no more work in the end to setup the finch trial machinery now. That said, if you/ojan prefer this hack to example on canary for a couple days that's OK with me.
There's disagreement on best practice here. Although, I prefer the Finch approach as well in general, some other chrome leads don't (for good reasons fwiw). In order to not stall this, let's move forward with this patch as is for this case. I'll followup with Rick offline to resolve a policy for future decisions. On Wed, Sep 14, 2016, 8:16 AM <rbyers@chromium.org> wrote: > On 2016/09/14 03:02:03, skobes wrote: > > It looks like this breaks > AutoScrollExtensionSettingsWebUITest.testAutoScroll. > > > Hold off on reviewing until I investigate this. > > Typically we'd use Finch for a trial like this (eg. to ensure it's only > enabled > on canary, not any dev channel builds that happen to go out). I suspect > you'll > eventually want to ship this intervention under finch anyway (so it can be > easily disabled without pushing a new build), if so it's no more work in > the end > to setup the finch trial machinery now. > > That said, if you/ojan prefer this hack to example on canary for a couple > days > that's OK with me. > > https://codereview.chromium.org/2335363003/ > -- You received this message because you are subscribed to the Google Groups "Blink Reviews" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-reviews+unsubscribe@chromium.org.
There's disagreement on best practice here. Although, I prefer the Finch approach as well in general, some other chrome leads don't (for good reasons fwiw). In order to not stall this, let's move forward with this patch as is for this case. I'll followup with Rick offline to resolve a policy for future decisions. On Wed, Sep 14, 2016, 8:16 AM <rbyers@chromium.org> wrote: > On 2016/09/14 03:02:03, skobes wrote: > > It looks like this breaks > AutoScrollExtensionSettingsWebUITest.testAutoScroll. > > > Hold off on reviewing until I investigate this. > > Typically we'd use Finch for a trial like this (eg. to ensure it's only > enabled > on canary, not any dev channel builds that happen to go out). I suspect > you'll > eventually want to ship this intervention under finch anyway (so it can be > easily disabled without pushing a new build), if so it's no more work in > the end > to setup the finch trial machinery now. > > That said, if you/ojan prefer this hack to example on canary for a couple > days > that's OK with me. > > https://codereview.chromium.org/2335363003/ > -- You received this message because you are subscribed to the Google Groups "Chromium-reviews" group. To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
On 2016/09/14 15:28:47, ojan wrote: > There's disagreement on best practice here. Although, I prefer the Finch > approach as well in general, some other chrome leads don't (for good > reasons fwiw). In order to not stall this, let's move forward with this > patch as is for this case. I'll followup with Rick offline to resolve a > policy for future decisions. Ok, LGTM
The CQ bit was checked by skobes@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
ymalik@chromium.org changed reviewers: + ymalik@chromium.org
https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... File chrome/browser/ui/webui/extensions/extension_settings_browsertest.js (right): https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... chrome/browser/ui/webui/extensions/extension_settings_browsertest.js:330: document.body.scrollLeft = 0; Now that we already know of the bug, should this be done in a different CL?
https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... File chrome/browser/ui/webui/extensions/extension_settings_browsertest.js (right): https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... chrome/browser/ui/webui/extensions/extension_settings_browsertest.js:330: document.body.scrollLeft = 0; On 2016/09/14 19:54:18, ymalik wrote: > Now that we already know of the bug, should this be done in a different CL? Yes it should... see http://crrev.com/2343683002
https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... File chrome/browser/ui/webui/extensions/extension_settings_browsertest.js (right): https://codereview.chromium.org/2335363003/diff/20001/chrome/browser/ui/webui... chrome/browser/ui/webui/extensions/extension_settings_browsertest.js:330: document.body.scrollLeft = 0; On 2016/09/14 19:56:59, skobes wrote: > On 2016/09/14 19:54:18, ymalik wrote: > > Now that we already know of the bug, should this be done in a different CL? > > Yes it should... see http://crrev.com/2343683002 Ah I see. I was confused because you have it here as well. But presumably its because you are testing here?
The CQ bit was checked by skobes@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
This is ready to go after http://crrev.com/2343683002 lands.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by skobes@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from rbyers@chromium.org, ojan@chromium.org Link to the patchset: https://codereview.chromium.org/2335363003/#ps40001 (title: "depend on http://crrev.com/2343683002")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply the patch. On branch working_branch Your branch is up-to-date with 'origin/refs/pending/heads/master'. nothing to commit, working tree clean
Message was sent while issue was closed.
Description was changed from ========== Temporarily enable scroll anchoring on trunk. This is to get feedback from canary users. It will be reverted on 2016-09-16. BUG=624074 ========== to ========== Temporarily enable scroll anchoring on trunk. This is to get feedback from canary users. It will be reverted on 2016-09-16. BUG=624074 Committed: https://crrev.com/73693c4b2eb516e55b700c0317b38d672a0bdb29 Cr-Commit-Position: refs/heads/master@{#418715} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/73693c4b2eb516e55b700c0317b38d672a0bdb29 Cr-Commit-Position: refs/heads/master@{#418715} |