After consulting with some more experienced people, I added a command line switch --disable-enforced-throttling to disable the feature. However, command line switches don't work on ChromeOS (do they?). I wonder what is a better solution:
1) Do we have a way to use command line switches on ChromeOS?
2) Shall we put such an option item in about:flags? It seems that about:flags is used for experiments, though.
3) Shall we put it in about:net-internals?
On Mon, Jan 10, 2011 at 10:56 AM, Yuzhu Shen <yzs...@chromium.org> wrote:After consulting with some more experienced people, I added a command line switch --disable-enforced-throttling to disable the feature. However, command line switches don't work on ChromeOS (do they?). I wonder what is a better solution:
1) Do we have a way to use command line switches on ChromeOS?
2) Shall we put such an option item in about:flags? It seems that about:flags is used for experiments, though.
3) Shall we put it in about:net-internals?Please see the many emails Ben has sent out about about:flags.
In short, this should be in about:flags, which was created precisely for the purpose of enabling ChromeOS users access to command line flags (as well as some other side benefits).In theory about:flags should have a roughly 1:1 correspondence with command-line flags.PK
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Ben wrote in http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/5fa88c367d2829b8/9d389457c24339eb that:"(The only sort of thing that doesn't really belong in about:labs are thingsuseful only for debugging like --single-process etc). "Yuzhu said wed developers want to use --disable-enforced-throttling for debugging.
Hiding a user preference (which is persisted to the preference file)
in about:net-internals feels a lot like about:config to me.
Moreover about:net-internals is not a polished, or even internationalized page.
It would be a poor user experience to make users go here to change this setting.
Why not just put this preference with all the others, in "Under the hood" ?
Is the fear that it doesn't apply to enough users to warrant taking up
space in the options dialog?
Based on how many people starred that issue, I think there is cause to
make this setting more widely visible, so "Under the hood" seems like
a good fit to me.
Moreover about:net-internals is not a polished, or even internationalized page.
It would be a poor user experience to make users go here to change this setting.
Why not just put this preference with all the others, in "Under the hood" ?