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

Issue 1568913003: Add enable flag for pointer events in about://flags (Closed)

Created:
4 years, 11 months ago by Navid Zolghadr
Modified:
4 years, 8 months ago
CC:
chromium-reviews, asvitkine+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 flag for pointer events in about://flags Add a flag in about://flags which enables "PointerEvent" blink feature BUG=575239 Committed: https://crrev.com/2d8d3f92673829a3db08adc6303a89eb36948ef0 Cr-Commit-Position: refs/heads/master@{#388524}

Patch Set 1 #

Patch Set 2 : Rebasing #

Total comments: 5

Patch Set 3 : Add the new switch #

Patch Set 4 : Rebasing #

Total comments: 1

Patch Set 5 : Make use of new chrome feature #

Patch Set 6 : Another rebase #

Total comments: 2

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/common/content_features.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_features.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (8 generated)
Navid Zolghadr
I believe this change is blocked on others as Rick suggested. I just wanted to ...
4 years, 11 months ago (2016-01-07 19:26:01 UTC) #3
Rick Byers
https://codereview.chromium.org/1568913003/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1568913003/diff/20001/chrome/app/generated_resources.grd#newcode5876 chrome/app/generated_resources.grd:5876: + Enables the experimental pointer events. Let's try to ...
4 years, 11 months ago (2016-01-07 19:49:02 UTC) #4
mustaq
https://codereview.chromium.org/1568913003/diff/20001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1568913003/diff/20001/chrome/browser/about_flags.cc#newcode2122 chrome/browser/about_flags.cc:2122: switches::kEnableBlinkFeatures, On 2016/01/07 19:49:02, Rick Byers wrote: > I ...
4 years, 11 months ago (2016-01-07 20:13:06 UTC) #5
Navid Zolghadr
ptal. https://codereview.chromium.org/1568913003/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1568913003/diff/20001/chrome/app/generated_resources.grd#newcode5876 chrome/app/generated_resources.grd:5876: + Enables the experimental pointer events. On 2016/01/07 ...
4 years, 11 months ago (2016-01-08 16:50:09 UTC) #6
Rick Byers
Looks great, thanks. It's a little sad that so much plumbing is required (compared to ...
4 years, 11 months ago (2016-01-08 19:38:24 UTC) #7
Alexei Svitkine (slow)
You can avoid a lot of this plumbing by using the base/feature_list.h API, which does ...
4 years, 11 months ago (2016-01-08 19:50:45 UTC) #9
Rick Byers
Cool! But that's basically what we were initially doing by relying on --enable-blink-features=PointerEvent. But the ...
4 years, 11 months ago (2016-01-08 20:00:51 UTC) #10
Alexei Svitkine (slow)
Well, --enable-features doesn't trigger any warning - nor is it planned to. There's special plumbing ...
4 years, 11 months ago (2016-01-08 20:08:48 UTC) #11
Navid Zolghadr
I was wondering why some of the existing ones using "feature" instead of "switch". I ...
4 years, 11 months ago (2016-01-08 20:47:26 UTC) #12
Rick Byers
On 2016/01/08 20:47:26, Navid Zolghadr wrote: > I was wondering why some of the existing ...
4 years, 11 months ago (2016-01-08 20:53:28 UTC) #13
Navid Zolghadr
On 2016/01/08 20:53:28, Rick Byers wrote: > On 2016/01/08 20:47:26, Navid Zolghadr wrote: > > ...
4 years, 11 months ago (2016-01-08 21:30:01 UTC) #14
Navid Zolghadr
On 2016/01/08 21:30:01, Navid Zolghadr wrote: > On 2016/01/08 20:53:28, Rick Byers wrote: > > ...
4 years, 11 months ago (2016-01-11 18:14:30 UTC) #15
Alexei Svitkine (slow)
On 2016/01/11 18:14:30, Navid Zolghadr wrote: > On 2016/01/08 21:30:01, Navid Zolghadr wrote: > > ...
4 years, 11 months ago (2016-01-11 18:58:36 UTC) #16
Rick Byers
On 2016/01/11 18:58:36, Alexei Svitkine wrote: > On 2016/01/11 18:14:30, Navid Zolghadr wrote: > > ...
4 years, 11 months ago (2016-01-12 16:41:48 UTC) #17
Navid Zolghadr
I made use of Chrome feature as per Alexei's suggestion to make this CL and ...
4 years, 11 months ago (2016-01-13 16:33:54 UTC) #18
Alexei Svitkine (slow)
lgtm, thanks https://codereview.chromium.org/1568913003/diff/100001/content/public/common/content_features.cc File content/public/common/content_features.cc (right): https://codereview.chromium.org/1568913003/diff/100001/content/public/common/content_features.cc#newcode26 content/public/common/content_features.cc:26: // Partial support for pointer event feature ...
4 years, 11 months ago (2016-01-13 17:17:58 UTC) #19
Navid Zolghadr
ptal https://codereview.chromium.org/1568913003/diff/100001/content/public/common/content_features.cc File content/public/common/content_features.cc (right): https://codereview.chromium.org/1568913003/diff/100001/content/public/common/content_features.cc#newcode26 content/public/common/content_features.cc:26: // Partial support for pointer event feature On ...
4 years, 8 months ago (2016-04-20 15:12:48 UTC) #20
Rick Byers
LGTM
4 years, 8 months ago (2016-04-20 15:25:03 UTC) #21
Navid Zolghadr
creis@chromium.org: Please review changes in content/*
4 years, 8 months ago (2016-04-20 16:08:58 UTC) #23
Charlie Reis
content/ LGTM. Bug 567740 is fixed now, right? (I'm looking at https://crbug.com/575239#c1.)
4 years, 8 months ago (2016-04-20 16:42:32 UTC) #24
Navid Zolghadr
On 2016/04/20 16:42:32, Charlie Reis wrote: > content/ LGTM. > > Bug 567740 is fixed ...
4 years, 8 months ago (2016-04-20 17:10:05 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1568913003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1568913003/120001
4 years, 8 months ago (2016-04-20 17:10:51 UTC) #28
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 8 months ago (2016-04-20 17:14:48 UTC) #30
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:24:32 UTC) #32
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2d8d3f92673829a3db08adc6303a89eb36948ef0
Cr-Commit-Position: refs/heads/master@{#388524}

Powered by Google App Engine
This is Rietveld 408576698