|
|
Created:
6 years, 6 months ago by Shuhei Takahashi Modified:
6 years, 6 months ago CC:
chromium-reviews, tburkard, hiroshimizuno Base URL:
https://chromium.googlesource.com/chromium/src.git@master Visibility:
Public. |
DescriptionDisable prerender on mobile for 1% users (retry).
r249463 was intended for this, but it turned out --prerender=enabled is
specified by default for Android and prerender is enabled for 100%
users.
BUG=341056
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276579
Patch Set 1 #
Messages
Total messages: 14 (0 generated)
tedchoc@chromium.org: Could you review this change?
Could Finch be used to control this instead?
On 2014/06/10 09:34:05, cbentzel wrote: > Could Finch be used to control this instead? I agree it's better to switch to Finch rather than hard-coded configuration. But that's another problem that should be addressed in separate CL, because even if we switch to Finch, its configuration is not used due to hard-coded --prerender=enabled flag.
lgtm, pending cbentzel ack that this approach is ok.
On 2014/06/10 16:35:58, Ted C wrote: > lgtm, pending cbentzel ack that this approach is ok. Thanks! I'll wait for cbentzel.
On 2014/06/11 08:21:55, Shuhei Takahashi wrote: > On 2014/06/10 16:35:58, Ted C wrote: > > lgtm, pending cbentzel ack that this approach is ok. > > Thanks! I'll wait for cbentzel. LGTM. thanks for explanation
The CQ bit was checked by nya@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nya@chromium.org/321943004/1
Message was sent while issue was closed.
Change committed as 276579
Message was sent while issue was closed.
Hi Chris, Ted, We'd like this change to be cherry-picked to M36 since - the change is very small (disables prerender for 1% users), and - our related experiments will be delayed for months if we wait for M37. I'm not familiar with process of cherry-picks. Could you give me advice? Thanks, Shuhei / nya
Message was sent while issue was closed.
Mechanism for cherry-pick is that you go the bug and add labels M-36 Merge-Requested and the TPMs will make the call for whether or not the changes get merged. However in this case I'm not sure I would support it. M36 is far along and this is not fixing a regression, security hole, or anything else.
Message was sent while issue was closed.
On 2014/06/12 13:31:15, cbentzel wrote: > Mechanism for cherry-pick is that you go the bug and add labels > > M-36 > Merge-Requested > > and the TPMs will make the call for whether or not the changes get merged. > > However in this case I'm not sure I would support it. M36 is far along and this > is not fixing a regression, security hole, or anything else. Thanks for explanation. I'll try it.
I'm not in favor of merging this. On Thu, Jun 12, 2014 at 11:16 AM, <nya@chromium.org> wrote: > On 2014/06/12 13:31:15, cbentzel wrote: > >> Mechanism for cherry-pick is that you go the bug and add labels >> > > M-36 >> Merge-Requested >> > > and the TPMs will make the call for whether or not the changes get merged. >> > > However in this case I'm not sure I would support it. M36 is far along and >> > this > >> is not fixing a regression, security hole, or anything else. >> > > Thanks for explanation. I'll try it. > > > https://codereview.chromium.org/321943004/ > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
Message was sent while issue was closed.
I see, then we'll just wait for M37. On 2014/06/12 17:47:27, cbentzel wrote: > I'm not in favor of merging this. > > > On Thu, Jun 12, 2014 at 11:16 AM, <mailto:nya@chromium.org> wrote: > > > On 2014/06/12 13:31:15, cbentzel wrote: > > > >> Mechanism for cherry-pick is that you go the bug and add labels > >> > > > > M-36 > >> Merge-Requested > >> > > > > and the TPMs will make the call for whether or not the changes get merged. > >> > > > > However in this case I'm not sure I would support it. M36 is far along and > >> > > this > > > >> is not fixing a regression, security hole, or anything else. > >> > > > > Thanks for explanation. I'll try it. > > > > > > https://codereview.chromium.org/321943004/ > > > > To unsubscribe from this group and stop receiving emails from it, send an email > to mailto:chromium-reviews+unsubscribe@chromium.org. |