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

Issue 2795223002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)

Created:
3 years, 8 months ago by Shanmuga Pandi
Modified:
3 years, 8 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, Eric Willigers, rjwright, rwlbuis, shans
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE from CSSRule interface. Intent to Remove thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/mW1njtgDPHA BUG=689681 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2795223002 Cr-Commit-Position: refs/heads/master@{#466930} Committed: https://chromium.googlesource.com/chromium/src/+/0363d88c658806d011c31a4f48f25779e9bc5f22

Patch Set 1 #

Patch Set 2 : Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE #

Total comments: 2

Patch Set 3 : Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE #

Patch Set 4 : Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE #

Patch Set 5 : Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE #

Patch Set 6 : changes in ui/filemanager/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -96 lines) Patch
M android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/animation-css-rule-types-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframe-autoclose-brace.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframe-autoclose-brace-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframes-rule.html View 1 2 3 15 chunks +35 lines, -35 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframes-rule-expected.txt View 1 2 3 4 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSRule.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSRule.idl View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/file_manager/externs/css_rule.js View 1 2 3 4 5 1 chunk +0 lines, -9 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 78 (44 generated)
Shanmuga Pandi
PTAL!!
3 years, 8 months ago (2017-04-05 06:18:30 UTC) #8
fs
https://codereview.chromium.org/2795223002/diff/20001/third_party/WebKit/Source/core/css/CSSRule.idl File third_party/WebKit/Source/core/css/CSSRule.idl (left): https://codereview.chromium.org/2795223002/diff/20001/third_party/WebKit/Source/core/css/CSSRule.idl#oldcode54 third_party/WebKit/Source/core/css/CSSRule.idl:54: const unsigned short WEBKIT_KEYFRAMES_RULE = 7; I guess you ...
3 years, 8 months ago (2017-04-05 10:21:01 UTC) #11
Shanmuga Pandi
https://codereview.chromium.org/2795223002/diff/20001/third_party/WebKit/Source/core/css/CSSRule.idl File third_party/WebKit/Source/core/css/CSSRule.idl (left): https://codereview.chromium.org/2795223002/diff/20001/third_party/WebKit/Source/core/css/CSSRule.idl#oldcode54 third_party/WebKit/Source/core/css/CSSRule.idl:54: const unsigned short WEBKIT_KEYFRAMES_RULE = 7; On 2017/04/05 10:21:01, ...
3 years, 8 months ago (2017-04-05 10:46:22 UTC) #12
fs
LGTM, but you'll need someone to sign off on the webexposed bits. I'll also leave ...
3 years, 8 months ago (2017-04-05 10:54:42 UTC) #13
Shanmuga Pandi
timvolodine@chromium.org: Please review changes in android_webview
3 years, 8 months ago (2017-04-05 11:08:25 UTC) #16
timvolodine
On 2017/04/05 11:08:25, Shanmuga Pandi wrote: > mailto:timvolodine@chromium.org: Please review changes in android_webview android_webview/... -- ...
3 years, 8 months ago (2017-04-05 11:39:39 UTC) #17
foolip
On 2017/04/05 10:54:42, fs wrote: > LGTM, but you'll need someone to sign off on ...
3 years, 8 months ago (2017-04-05 15:03:26 UTC) #18
meade_UTC10
core/css lgtm. Added suzyh for LayoutTests/animations
3 years, 8 months ago (2017-04-06 03:33:01 UTC) #20
suzyh_UTC10 (ex-contributor)
On 2017/04/06 at 03:33:01, meade wrote: > core/css lgtm. Added suzyh for LayoutTests/animations LayoutTests/animations lgtm ...
3 years, 8 months ago (2017-04-06 03:45:48 UTC) #21
alancutter (OOO until 2018)
On 2017/04/05 at 15:03:26, foolip wrote: > https://groups.google.com/a/chromium.org/d/msg/blink-dev/HsAF_yFMvCM/ijFziajpDgAJ This link needs to be in the ...
3 years, 8 months ago (2017-04-06 04:11:22 UTC) #22
foolip
On 2017/04/06 04:11:22, alancutter wrote: > On 2017/04/05 at 15:03:26, foolip wrote: > > > ...
3 years, 8 months ago (2017-04-06 04:39:20 UTC) #23
Shanmuga Pandi
On 2017/04/05 15:03:26, foolip_UTC7 wrote: > On 2017/04/05 10:54:42, fs wrote: > > LGTM, but ...
3 years, 8 months ago (2017-04-07 11:08:19 UTC) #24
Shanmuga Pandi
All these sites behaving same before and after removal of these two.
3 years, 8 months ago (2017-04-07 11:10:07 UTC) #25
foolip
On 2017/04/07 11:10:07, Shanmuga Pandi wrote: > All these sites behaving same before and after ...
3 years, 8 months ago (2017-04-07 12:02:41 UTC) #26
Shanmuga Pandi
On 2017/04/06 03:45:48, suzyh_UTC10 wrote: > On 2017/04/06 at 03:33:01, meade wrote: > > core/css ...
3 years, 8 months ago (2017-04-13 12:31:29 UTC) #28
Shanmuga Pandi
On 2017/04/18 17:03:36, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
3 years, 8 months ago (2017-04-20 05:57:47 UTC) #45
Srirama
On 2017/04/20 05:57:47, Shanmuga Pandi wrote: > On 2017/04/18 17:03:36, commit-bot: I haz the power ...
3 years, 8 months ago (2017-04-20 06:24:49 UTC) #46
fs
On 2017/04/20 at 06:24:49, srirama.m wrote: > On 2017/04/20 05:57:47, Shanmuga Pandi wrote: > > ...
3 years, 8 months ago (2017-04-20 08:13:44 UTC) #47
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/2795223002/80001
3 years, 8 months ago (2017-04-20 10:49:08 UTC) #50
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/416310)
3 years, 8 months ago (2017-04-20 10:55:04 UTC) #52
Shanmuga Pandi
@foolip, ** Presubmit ERRORS ** Missing LGTM from an OWNER for these files: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
3 years, 8 months ago (2017-04-20 11:59:12 UTC) #53
Shanmuga Pandi
On 2017/04/20 08:13:44, fs wrote: > On 2017/04/20 at 06:24:49, srirama.m wrote: > > On ...
3 years, 8 months ago (2017-04-20 12:01:18 UTC) #54
foolip
On 2017/04/20 11:59:12, Shanmuga Pandi wrote: > @foolip, > > ** Presubmit ERRORS ** > ...
3 years, 8 months ago (2017-04-20 12:13:37 UTC) #55
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/2795223002/80001
3 years, 8 months ago (2017-04-21 06:03:40 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/410284)
3 years, 8 months ago (2017-04-21 09:01:23 UTC) #59
foolip
Seems like an unusual amount of failures here, are you sure it's not actually because ...
3 years, 8 months ago (2017-04-21 10:41:19 UTC) #60
Shanmuga Pandi
On 2017/04/21 10:41:19, foolip_UTC7 wrote: > Seems like an unusual amount of failures here, are ...
3 years, 8 months ago (2017-04-21 10:46:31 UTC) #61
Shanmuga Pandi
On 2017/04/21 10:41:19, foolip_UTC7 wrote: > Seems like an unusual amount of failures here, are ...
3 years, 8 months ago (2017-04-24 12:22:43 UTC) #62
fs
On 2017/04/24 at 12:22:43, shanmuga.m wrote: > On 2017/04/21 10:41:19, foolip_UTC7 wrote: > > Seems ...
3 years, 8 months ago (2017-04-24 12:34:25 UTC) #63
Shanmuga Pandi
On 2017/04/24 12:34:25, fs wrote: > On 2017/04/24 at 12:22:43, shanmuga.m wrote: > > On ...
3 years, 8 months ago (2017-04-25 07:00:49 UTC) #67
Shanmuga Pandi
fukino@chromium.org: Please review changes in ui/filemanager.
3 years, 8 months ago (2017-04-25 07:24:39 UTC) #69
fukino
ui/file_manager lgtm. Thanks!
3 years, 8 months ago (2017-04-25 08:22:01 UTC) #70
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/2795223002/100001
3 years, 8 months ago (2017-04-25 08:55:40 UTC) #75
commit-bot: I haz the power
3 years, 8 months ago (2017-04-25 08:59:27 UTC) #78
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/0363d88c658806d011c31a4f48f2...

Powered by Google App Engine
This is Rietveld 408576698