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

Issue 2973013002: Group all responsive animation tests together (Closed)

Created:
3 years, 5 months ago by suzyh_UTC10 (ex-contributor)
Modified:
3 years, 5 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, dcheng, Eric Willigers, rjwright, shans
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Group all responsive animation tests together Move tests of animations being responsive to style changes under the existing animations/responsive test directory. The tests that are already there are testing responsiveness in interpolations, so they are moved to an interpolation/ subdirectory. The tests in the svg-attribute-responsive directory are also moved under responsive/interpolation/ in order to avoid creating a copy of the responsive-test.js with different relative path imports. BUG=623434 Review-Url: https://codereview.chromium.org/2973013002 Cr-Commit-Position: refs/heads/master@{#485512} Committed: https://chromium.googlesource.com/chromium/src/+/0a1a9e4d3577a94effac93c81110444f1fb9b7a4

Patch Set 1 #

Patch Set 2 : Move svg-attribute-responsive tests #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -3225 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG View 1 2 3 6 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/SlowTests View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-assorted-lengths.html View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-backgroundPosition.html View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-backgroundSize.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-borderImageWidth.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-borderRadius.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-borderWidth.html View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-boxShadow.html View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-fontSize.html View 1 chunk +0 lines, -72 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-fontWeight.html View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-minHeight.html View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-offsetDistance.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-opacity.html View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-perspective.html View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-shapeMargin.html View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-strokeDasharray.html View 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-textIndent.html View 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html View 1 chunk +0 lines, -237 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-to-inherited-change.html View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-to-style-change.html View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-transform.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-translate.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/animations-responsive-verticalAlign.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/filter-responsive-neutral-keyframe.html View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/filter-responsive-neutral-keyframe-expected.html View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/opacity-responsive-neutral-keyframe.html View 1 chunk +0 lines, -36 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/opacity-responsive-neutral-keyframe-expected.html View 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframe.html View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframe-expected.html View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive-neutral-keyframes.html View 1 chunk +0 lines, -87 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-assorted-lengths.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-backgroundPosition.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-backgroundSize.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-borderImageWidth.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-borderRadius.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-borderWidth.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-boxShadow.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-fontSize.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-fontWeight.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-minHeight.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-offsetDistance.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-opacity.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-perspective.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-shapeMargin.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-strokeDasharray.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-textIndent.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-to-color-change.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-to-inherited-change.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-to-style-change.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-transform.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-translate.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/animations-responsive-verticalAlign.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/backdrop-filter-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/background-position-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/border-image-outset-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/border-image-slice-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/clip-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/d-responsive.html View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html View 1 chunk +0 lines, -28 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/filter-responsive-neutral-keyframe.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/filter-responsive-neutral-keyframe-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/font-size-responsive.html View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/font-variation-settings-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/font-weight-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/backdrop-filter-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/background-image-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/background-position-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/border-image-outset-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/border-image-slice-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/border-image-source-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/box-shadow-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/clip-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/color-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/d-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/fill-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/font-size-responsive.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/font-variation-settings-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/font-weight-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/left-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/line-height-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/offset-rotate-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/resources/responsive-test.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/rotate-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/scale-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/shape-outside-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/stroke-dasharray-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/svg-d-responsive.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/svg-points-responsive.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/svg-tableValues-responsive.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/svg-transform-responsive.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/svg-x-list-responsive.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/text-indent-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/transform-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/translate-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/interpolation/visibility-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html View 1 chunk +0 lines, -113 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/offset-rotate-responsive.html View 1 chunk +0 lines, -43 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/opacity-responsive-neutral-keyframe.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/opacity-responsive-neutral-keyframe-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/resources/responsive-test.js View 1 chunk +0 lines, -298 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframe.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframe-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/responsive-neutral-keyframes.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/rotate-responsive.html View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/shape-outside-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/stacked-visibility-animations-responsive.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/stroke-dasharray-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-timing-updates.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/svg-responsive-to-updated-baseval.html View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/text-indent-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/transform-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/transform-responsive-neutral-keyframe.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/transform-responsive-neutral-keyframe-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/translate-responsive.html View 1 chunk +0 lines, -34 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/viewport-unit-animation-responsive.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/viewport-unit-animation-responsive-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/responsive/visibility-responsive.html View 1 chunk +0 lines, -41 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/zoom-responsive-transform-animation.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/animations/responsive/zoom-responsive-transform-animation-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/stacked-visibility-animations-responsive.html View 1 chunk +0 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-d-responsive.html View 1 1 chunk +0 lines, -49 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive.html View 1 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-tableValues-responsive.html View 1 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-transform-responsive.html View 1 1 chunk +0 lines, -42 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-x-list-responsive.html View 1 1 chunk +0 lines, -26 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/svg-responsive-to-timing-updates.html View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/svg-responsive-to-updated-baseval.html View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/transform-responsive-neutral-keyframe.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/transform-responsive-neutral-keyframe-expected.html View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/viewport-unit-animation-responsive.html View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/viewport-unit-animation-responsive-expected.html View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html View 1 chunk +0 lines, -67 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (17 generated)
suzyh_UTC10 (ex-contributor)
I'm not sure forking the resources/responsive-test.js file was the way to go, but it seems ...
3 years, 5 months ago (2017-07-06 06:39:12 UTC) #3
alancutter (OOO until 2018)
On 2017/07/06 at 06:39:12, suzyh wrote: > I'm not sure forking the resources/responsive-test.js file was ...
3 years, 5 months ago (2017-07-06 06:44:25 UTC) #6
suzyh_UTC10 (ex-contributor)
On 2017/07/06 at 06:44:25, alancutter wrote: > On 2017/07/06 at 06:39:12, suzyh wrote: > > ...
3 years, 5 months ago (2017-07-06 07:02:43 UTC) #8
suzyh_UTC10 (ex-contributor)
Ping?
3 years, 5 months ago (2017-07-10 01:36:07 UTC) #12
suzyh_UTC10 (ex-contributor)
+ericwilligers since alancutter is OOO
3 years, 5 months ago (2017-07-10 04:35:56 UTC) #14
Eric Willigers
Why do the following appear as "M" instead of D? third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-d-responsive.html third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive.html third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-tableValues-responsive.html third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-transform-responsive.html third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-x-list-responsive.html
3 years, 5 months ago (2017-07-11 03:18:29 UTC) #19
Eric Willigers
lgtm
3 years, 5 months ago (2017-07-11 03:18:41 UTC) #20
suzyh_UTC10 (ex-contributor)
On 2017/07/11 at 03:18:30, ericwilligers wrote: > Why do the following appear as "M" instead ...
3 years, 5 months ago (2017-07-11 03:21:47 UTC) #22
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/2973013002/60001
3 years, 5 months ago (2017-07-11 03:22:25 UTC) #24
commit-bot: I haz the power
3 years, 5 months ago (2017-07-11 03:29:22 UTC) #27
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/0a1a9e4d3577a94effac93c81110...

Powered by Google App Engine
This is Rietveld 408576698