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

Issue 2324523002: MD Settings: restore super important about page functionality (Closed)

Created:
4 years, 3 months ago by Dan Beam
Modified:
4 years, 3 months ago
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: restore super important about page functionality R=hcarmona@chromium.org BUG=643651 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/05fc08750bd6c061013232ed4879b4e73f47e94b Cr-Commit-Position: refs/heads/master@{#417153}

Patch Set 1 : typo #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1 line) Patch
M chrome/browser/resources/settings/about_page/about_page.html View 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/about_page/about_page.js View 1 chunk +9 lines, -0 lines 2 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (13 generated)
Dan Beam
4 years, 3 months ago (2016-09-07 23:53:09 UTC) #5
hcarmona
LGTM
4 years, 3 months ago (2016-09-08 00:02:02 UTC) #10
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/2324523002/60001
4 years, 3 months ago (2016-09-08 00:12:56 UTC) #12
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/255071) closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 3 months ago (2016-09-08 00:15:47 UTC) #14
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/2324523002/60001
4 years, 3 months ago (2016-09-08 00:44:09 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:60001)
4 years, 3 months ago (2016-09-08 01:37:56 UTC) #17
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/05fc08750bd6c061013232ed4879b4e73f47e94b Cr-Commit-Position: refs/heads/master@{#417153}
4 years, 3 months ago (2016-09-08 01:42:51 UTC) #19
alancutter (OOO until 2018)
https://codereview.chromium.org/2324523002/diff/60001/chrome/browser/resources/settings/about_page/about_page.js File chrome/browser/resources/settings/about_page/about_page.js (right): https://codereview.chromium.org/2324523002/diff/60001/chrome/browser/resources/settings/about_page/about_page.js#newcode288 chrome/browser/resources/settings/about_page/about_page.js:288: logo.classList.add('spin'); If this doesn't get run on iOS you ...
4 years, 3 months ago (2016-09-08 01:58:47 UTC) #21
Dan Beam
4 years, 3 months ago (2016-09-08 17:41:25 UTC) #22
Message was sent while issue was closed.
https://codereview.chromium.org/2324523002/diff/60001/chrome/browser/resource...
File chrome/browser/resources/settings/about_page/about_page.js (right):

https://codereview.chromium.org/2324523002/diff/60001/chrome/browser/resource...
chrome/browser/resources/settings/about_page/about_page.js:288:
logo.classList.add('spin');
On 2016/09/08 01:58:47, alancutter wrote:
> If this doesn't get run on iOS you could write this as:
> logo.animate({transform: ['none', 'rotate(-10turn)']}, {
>   duration: 500,
>   easing: 'cubic-bezier(1, 0, 0, 1)',
> });
> 
> I don't think the fill forwards is necessary since the end state looks
identical
> to the non-animated state.

Okie dokie: https://codereview.chromium.org/2321913003

Powered by Google App Engine
This is Rietveld 408576698