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

Issue 2246293003: Unprefix CSS user-select property (Closed)

Created:
4 years, 4 months ago by yoichio
Modified:
3 years, 11 months ago
CC:
darktears, apavlov+blink_chromium.org, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-html_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Unprefix CSS user-select property Parse 'user-select' in the same way as '-webkit-user-select', and make the latter an alias of the former. Intent to Ship:https://groups.google.com/a/chromium.org/forum/#!searchin/blink- dev/user-select/blink-dev/2VWDU83_VzQ/Dw9l33nyAgAJ BUG=461018 Committed: https://crrev.com/a664cb352ef4e15f7e02ddfe2caae2c6d243a343 Cr-Commit-Position: refs/heads/master@{#413047}

Patch Set 1 #

Patch Set 2 : update #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -26 lines) Patch
M third_party/WebKit/LayoutTests/editing/selection/script-tests/user-select-js-property.html View 2 chunks +40 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/fast/css/getComputedStyle/computed-style-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/fast/css/getComputedStyle/computed-style-without-renderer-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/svg/css/getComputedStyle-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/webexposed/css-properties-as-js-properties-expected.txt View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 2 chunks +1 line, -1 line 2 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 35 (18 generated)
yoichio
4 years, 4 months ago (2016-08-17 08:45:09 UTC) #12
tkent
https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt File third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt (left): https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt#oldcode400 third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt:400: webkitUserSelect This means this CL unships element.style.webkitUserSelect property. Is ...
4 years, 4 months ago (2016-08-17 08:59:43 UTC) #13
yosin_UTC9
https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt File third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt (left): https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt#oldcode400 third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt:400: webkitUserSelect On 2016/08/17 at 08:59:42, tkent wrote: > This ...
4 years, 4 months ago (2016-08-17 09:35:29 UTC) #14
yoichio
On 2016/08/17 09:35:29, Yosi_UTC9 wrote: > https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt > File > third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt > (left): > > ...
4 years, 4 months ago (2016-08-18 04:47:49 UTC) #15
tkent
On 2016/08/18 at 04:47:49, yoichio wrote: > On 2016/08/17 09:35:29, Yosi_UTC9 wrote: > > https://codereview.chromium.org/2246293003/diff/20001/third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ...
4 years, 4 months ago (2016-08-18 04:53:36 UTC) #16
yosin_UTC9
lgtm
4 years, 4 months ago (2016-08-18 05:25:11 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2246293003/20001
4 years, 4 months ago (2016-08-18 06:45:22 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/240594)
4 years, 4 months ago (2016-08-18 06:51:16 UTC) #21
yoichio
mpearson@, could you review histograms.xml?
4 years, 4 months ago (2016-08-18 08:19:07 UTC) #23
Mark P
histograms.xml lgtm
4 years, 4 months ago (2016-08-18 16:30:06 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2246293003/20001
4 years, 4 months ago (2016-08-19 02:12:37 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-19 04:17:01 UTC) #28
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/a664cb352ef4e15f7e02ddfe2caae2c6d243a343 Cr-Commit-Position: refs/heads/master@{#413047}
4 years, 4 months ago (2016-08-19 04:18:40 UTC) #30
Dan Beam
any intent to change -webkit-user-select to user-select in CSS in Chrome?
3 years, 11 months ago (2017-01-11 23:39:22 UTC) #32
yoichio
On 2017/01/11 23:39:22, Dan Beam wrote: > any intent to change -webkit-user-select to user-select in ...
3 years, 11 months ago (2017-01-12 02:11:04 UTC) #33
tkent
On 2017/01/12 at 02:11:04, yoichio wrote: > On 2017/01/11 23:39:22, Dan Beam wrote: > > ...
3 years, 11 months ago (2017-01-12 02:25:01 UTC) #34
Dan Beam
3 years, 11 months ago (2017-01-12 02:30:43 UTC) #35
Message was sent while issue was closed.
On 2017/01/12 02:25:01, tkent wrote:
> On 2017/01/12 at 02:11:04, yoichio wrote:
> > On 2017/01/11 23:39:22, Dan Beam wrote:
> > > any intent to change -webkit-user-select to user-select in CSS in Chrome?
> > Do you mean dashboard?
> > https://www.chromestatus.com/features/5722186220306432
> 
> I think Dan meant runprefixing -webkit-user-select usage in Chrome WebUI.
>
https://cs.chromium.org/search/?q=webkit-user-select+-file:WebKit&sq=package:...

yes, something like this: https://codereview.chromium.org/2621993006/

Powered by Google App Engine
This is Rietveld 408576698