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

Issue 203473003: [FastTextAutosizer] Enable FastTextAutosizer on tot/dev by default (Closed)

Created:
6 years, 9 months ago by pdr.
Modified:
6 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[FastTextAutosizer] Enable FastTextAutosizer on tot/dev by default This patch enables the FastTextAutosizer on tot/dev by default in order to get some early feedback before flipping this live everywhere. I've added a tri-state default/enabled/disabled flag in about://flags where the disabled state takes precedence. By default, chrome now has the fast text autosizer enabled but content does not. BUG=352373 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258661

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add tri-state enabled/disabled/default in about:flags #

Total comments: 1

Patch Set 3 : Moon lander #

Total comments: 1

Patch Set 4 : Update chrome_restart_request.cc #

Total comments: 1

Patch Set 5 : Indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -2 lines) Patch
M chrome/browser/about_flags.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_startup_flags.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (0 generated)
pdr.
6 years, 9 months ago (2014-03-19 18:12:00 UTC) #1
skobes
lgtm https://codereview.chromium.org/203473003/diff/1/chrome/browser/android/chrome_startup_flags.cc File chrome/browser/android/chrome_startup_flags.cc (right): https://codereview.chromium.org/203473003/diff/1/chrome/browser/android/chrome_startup_flags.cc#newcode59 chrome/browser/android/chrome_startup_flags.cc:59: // Enable the Fast Text Autosizer on local ...
6 years, 9 months ago (2014-03-19 19:41:29 UTC) #2
pdr.
(+cc johnme and timvolodine in case they have comments as well) On 2014/03/19 19:41:29, skobes ...
6 years, 9 months ago (2014-03-19 19:48:05 UTC) #3
skobes
On 2014/03/19 19:48:05, pdr wrote: > We would have to manually comment out this line ...
6 years, 9 months ago (2014-03-19 20:26:29 UTC) #4
timvolodine
On 2014/03/19 20:26:29, skobes wrote: > On 2014/03/19 19:48:05, pdr wrote: > > We would ...
6 years, 9 months ago (2014-03-20 11:48:14 UTC) #5
pdr.
On 2014/03/20 11:48:14, timvolodine wrote: > On 2014/03/19 20:26:29, skobes wrote: > > On 2014/03/19 ...
6 years, 9 months ago (2014-03-20 20:25:01 UTC) #6
skobes
lgtm https://codereview.chromium.org/203473003/diff/20001/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/203473003/diff/20001/content/child/runtime_features.cc#newcode161 content/child/runtime_features.cc:161: WebRuntimeFeatures::enableFastTextAutosizing(false); The default is false in RuntimeEnabledFeatures, right? ...
6 years, 9 months ago (2014-03-20 20:48:18 UTC) #7
pdr.
On 2014/03/20 20:48:18, skobes wrote: > lgtm > > https://codereview.chromium.org/203473003/diff/20001/content/child/runtime_features.cc > File content/child/runtime_features.cc (right): > ...
6 years, 9 months ago (2014-03-20 21:07:36 UTC) #8
piman
lgtm https://codereview.chromium.org/203473003/diff/40001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/203473003/diff/40001/content/browser/renderer_host/render_process_host_impl.cc#newcode1044 content/browser/renderer_host/render_process_host_impl.cc:1044: switches::kDisableFastTextAutosizing, Can you add this (and the enable ...
6 years, 9 months ago (2014-03-20 21:16:04 UTC) #9
pdr.
On 2014/03/20 21:16:04, piman wrote: > lgtm > > https://codereview.chromium.org/203473003/diff/40001/content/browser/renderer_host/render_process_host_impl.cc > File content/browser/renderer_host/render_process_host_impl.cc (right): > ...
6 years, 9 months ago (2014-03-20 21:23:45 UTC) #10
piman
On Thu, Mar 20, 2014 at 2:23 PM, <pdr@chromium.org> wrote: > On 2014/03/20 21:16:04, piman ...
6 years, 9 months ago (2014-03-20 21:42:32 UTC) #11
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-20 21:42:58 UTC) #12
pdr.
The CQ bit was unchecked by pdr@chromium.org
6 years, 9 months ago (2014-03-20 21:43:15 UTC) #13
pdr.
(Apologies, I misclicked the button)
6 years, 9 months ago (2014-03-20 21:43:38 UTC) #14
pdr.
On 2014/03/20 21:42:32, piman wrote: > On Thu, Mar 20, 2014 at 2:23 PM, <mailto:pdr@chromium.org> ...
6 years, 9 months ago (2014-03-20 21:48:13 UTC) #15
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-20 21:48:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/203473003/60001
6 years, 9 months ago (2014-03-20 21:52:14 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 22:26:22 UTC) #18
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=56600
6 years, 9 months ago (2014-03-20 22:26:22 UTC) #19
pdr.
On 2014/03/20 22:26:22, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 9 months ago (2014-03-20 22:28:38 UTC) #20
bulach
lgtm, thanks!
6 years, 9 months ago (2014-03-21 09:07:23 UTC) #21
Ted C
lgtm (w/ nit) https://codereview.chromium.org/203473003/diff/60001/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/203473003/diff/60001/content/child/runtime_features.cc#newcode161 content/child/runtime_features.cc:161: && !command_line.HasSwitch(switches::kDisableFastTextAutosizing)) +2 indent
6 years, 9 months ago (2014-03-21 10:23:47 UTC) #22
pdr.
On 2014/03/21 10:23:47, Ted C wrote: > lgtm (w/ nit) > > https://codereview.chromium.org/203473003/diff/60001/content/child/runtime_features.cc > File ...
6 years, 9 months ago (2014-03-21 16:29:51 UTC) #23
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-21 16:29:58 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/203473003/80001
6 years, 9 months ago (2014-03-21 16:30:47 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 16:32:49 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-21 16:32:49 UTC) #27
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-21 16:36:08 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/203473003/80001
6 years, 9 months ago (2014-03-21 16:37:52 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 16:39:24 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-21 16:39:25 UTC) #31
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-21 18:38:26 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/203473003/80001
6 years, 9 months ago (2014-03-21 18:39:04 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 18:42:53 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-21 18:42:53 UTC) #35
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-21 18:45:00 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/203473003/80001
6 years, 9 months ago (2014-03-21 18:46:02 UTC) #37
commit-bot: I haz the power
Change committed as 258661
6 years, 9 months ago (2014-03-21 20:27:36 UTC) #38
Nico
Just happened to see this while looking for supporting data for my rant on https://chromiumcodereview.appspot.com/229533002/ ...
6 years, 8 months ago (2014-04-22 22:14:51 UTC) #39
chromium-reviews
We wanted to turn it on for a subset of users to get feedback before ...
6 years, 8 months ago (2014-04-22 22:33:07 UTC) #40
Nico
On Tue, Apr 22, 2014 at 3:32 PM, Steve Kobes <skobes@google.com> wrote: > We wanted ...
6 years, 8 months ago (2014-04-22 22:33:53 UTC) #41
chromium-reviews
I'm confused. You just said "We try not to do things depending on the channel ...
6 years, 8 months ago (2014-04-22 22:38:32 UTC) #42
Nico
On Tue, Apr 22, 2014 at 3:38 PM, Steve Kobes <skobes@google.com> wrote: > I'm confused. ...
6 years, 8 months ago (2014-04-22 22:40:08 UTC) #43
chromium-reviews
Ah, I see now. I think we wanted to launch to a subset without being ...
6 years, 8 months ago (2014-04-22 22:49:15 UTC) #44
pdr.
I'm happy to say this is going away soon because we're launching. This feature is ...
6 years, 8 months ago (2014-04-22 22:59:52 UTC) #45
Nico
On Tue, Apr 22, 2014 at 3:48 PM, Steve Kobes <skobes@google.com> wrote: > Ah, I ...
6 years, 8 months ago (2014-04-22 23:00:33 UTC) #46
pdr.
On 2014/04/22 23:00:33, Nico wrote: Steve and I chatted about this. crbug.com/365911 is the new ...
6 years, 8 months ago (2014-04-22 23:22:08 UTC) #47
chromium-reviews
6 years, 8 months ago (2014-04-22 23:28:03 UTC) #48
On Tue, Apr 22, 2014 at 4:00 PM, Nico Weber <thakis@chromium.org> wrote:

> I think the usual feature progression is:
> 1.) Feature is behind a flag. There's enough stuff broken with it on that
> you don't need data to turn it on. You fix all known critical bugs.
> 2.) Flag on by default. Two possible futures:
> 2a: You learn about some new bugs, but nothing you can't fix. You fix bugs
> as they come in, feature stays on, launches.
> 2b: You learn about major new bugs you weren't aware of. In this case,
> goto 1 as having it on won't give you useful new data.
>

We should put this on a wiki somewhere. :)

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698