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

Issue 898483004: Add --{enable,disable}-blink-features flags which set RuntimeEnabledFeatures. (Closed)

Created:
5 years, 10 months ago by jbroman
Modified:
5 years, 2 months ago
CC:
chrishtr, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, dzhioev+watch_chromium.org, jam, nasko+codewatch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add --{enable,disable}-blink-features flags which set RuntimeEnabledFeatures. These provide a straightforward way to toggle RuntimeEnabledFeatures without recompiling or plumbing a separate flag through for each. Features requiring more complicated logic will still have to plumb a separate flag through. The Blink-side CL is: https://codereview.chromium.org/890723004/ BUG=454504 Committed: https://crrev.com/8a522834e604f3683f3d9741181dfeb1a03d4998 Cr-Commit-Position: refs/heads/master@{#314821}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : address jochen review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
M chrome/browser/chromeos/login/chrome_restart_request.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
jbroman
Blink-side CL has LGTM from chrishtr. Does this look reasonable to you?
5 years, 10 months ago (2015-02-02 21:44:08 UTC) #2
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/898483004/diff/1/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/898483004/diff/1/content/child/runtime_features.cc#newcode200 content/child/runtime_features.cc:200: for (const std::string& feature : enabled_features) please add ...
5 years, 10 months ago (2015-02-04 12:39:21 UTC) #3
jbroman
https://codereview.chromium.org/898483004/diff/1/content/child/runtime_features.cc File content/child/runtime_features.cc (right): https://codereview.chromium.org/898483004/diff/1/content/child/runtime_features.cc#newcode200 content/child/runtime_features.cc:200: for (const std::string& feature : enabled_features) On 2015/02/04 12:39:20, ...
5 years, 10 months ago (2015-02-04 15:49:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898483004/60001
5 years, 10 months ago (2015-02-05 15:13:49 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 10 months ago (2015-02-05 16:14:28 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/8a522834e604f3683f3d9741181dfeb1a03d4998 Cr-Commit-Position: refs/heads/master@{#314821}
5 years, 10 months ago (2015-02-05 16:15:37 UTC) #10
rjvbertin
Is this why I am getting an unasked-for "You're using an unsupported feature, --disable-blink-features" whenever ...
5 years, 2 months ago (2015-09-28 07:49:58 UTC) #11
jbroman
On 2015/09/28 at 07:49:58, rjvbertin wrote: > Is this why I am getting an unasked-for ...
5 years, 2 months ago (2015-09-28 14:10:40 UTC) #12
rjvbertin
On 2015/09/28 14:10:40, jbroman wrote: > Please do not use the --disable-blink-features flag except for ...
5 years, 2 months ago (2015-09-28 15:37:26 UTC) #13
jbroman
On 2015/09/28 at 15:37:26, rjvbertin wrote: > On 2015/09/28 14:10:40, jbroman wrote: > > > ...
5 years, 2 months ago (2015-09-28 17:48:01 UTC) #14
rjvbertin
On 2015/09/28 17:48:01, jbroman wrote: > Could you please take a look at chrome://version and ...
5 years, 2 months ago (2015-09-28 21:31:31 UTC) #15
jbroman
On 2015/09/28 at 21:31:31, rjvbertin wrote: > On 2015/09/28 17:48:01, jbroman wrote: > > Could ...
5 years, 2 months ago (2015-09-28 21:50:25 UTC) #16
rjvbertin
5 years, 2 months ago (2015-09-29 13:26:15 UTC) #17
Message was sent while issue was closed.
> If this feature is breaking Google search, please do file a bug.

Nope. I was looking for a way to get rid of the annoying blue cursor in Google
search results and get back "normal" scrolling. Turns out that cannot be done on
the browser level (which is surprising because Chrome is the only browser I
tried that supports that cursor).

> And if you get crashes, please file a bug. (But please note that we generally

I think the rare Chrome crashes I see are mostly related to out-of-memory
conditions or Flash issues. I tend to push my poor old netbook too hard, despite
its 8Gb of RAM (and beginning with the fact I'm running off a ZFS root).
But if I run into a reproduceable bug, sure, I'll report it.

Powered by Google App Engine
This is Rietveld 408576698