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

Issue 1864713003: [MD settings] appearance browser tests (Closed)

Created:
4 years, 8 months ago by dschuyler
Modified:
4 years, 8 months ago
Reviewers:
dpapad
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD settings] appearance browser tests This CL adds a simple appearance browser test for the font data. The old non-browser proxy tests are also being removed. BUG=531786 Committed: https://crrev.com/1ab2cbeafaf9e2573a91e21fbe271bab3cf9484c Cr-Commit-Position: refs/heads/master@{#387120}

Patch Set 1 : cleanup #

Total comments: 8

Patch Set 2 : review changes #

Total comments: 2

Patch Set 3 : review nit #

Patch Set 4 : changing test file name #

Patch Set 5 : fix test proxy #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -75 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/webui/settings/appearance_browsertest.js View 1 2 3 1 chunk +0 lines, -74 lines 0 comments Download
A chrome/test/data/webui/settings/appearance_page_test.js View 1 2 3 4 1 chunk +73 lines, -0 lines 2 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 3 4 1 chunk +26 lines, -0 lines 1 comment Download

Messages

Total messages: 26 (10 generated)
dschuyler
This CL has only one real test, intending to focus on the test setup (framework).
4 years, 8 months ago (2016-04-06 01:25:32 UTC) #4
dpapad
https://codereview.chromium.org/1864713003/diff/40001/chrome/test/data/webui/settings/appearance_browsertest.js File chrome/test/data/webui/settings/appearance_browsertest.js (right): https://codereview.chromium.org/1864713003/diff/40001/chrome/test/data/webui/settings/appearance_browsertest.js#newcode24 chrome/test/data/webui/settings/appearance_browsertest.js:24: fontsData: { Since fontsData is not a function, it ...
4 years, 8 months ago (2016-04-06 17:14:56 UTC) #5
dschuyler
https://codereview.chromium.org/1864713003/diff/40001/chrome/test/data/webui/settings/appearance_browsertest.js File chrome/test/data/webui/settings/appearance_browsertest.js (right): https://codereview.chromium.org/1864713003/diff/40001/chrome/test/data/webui/settings/appearance_browsertest.js#newcode24 chrome/test/data/webui/settings/appearance_browsertest.js:24: fontsData: { On 2016/04/06 17:14:55, dpapad wrote: > Since ...
4 years, 8 months ago (2016-04-07 20:47:42 UTC) #6
dpapad
LGTM https://codereview.chromium.org/1864713003/diff/60001/chrome/test/data/webui/settings/appearance_browsertest.js File chrome/test/data/webui/settings/appearance_browsertest.js (right): https://codereview.chromium.org/1864713003/diff/60001/chrome/test/data/webui/settings/appearance_browsertest.js#newcode20 chrome/test/data/webui/settings/appearance_browsertest.js:20: /** @private {!FontData} */ Typo? s/FontData/FontsData
4 years, 8 months ago (2016-04-07 21:24:26 UTC) #7
dschuyler
Thanks! https://codereview.chromium.org/1864713003/diff/60001/chrome/test/data/webui/settings/appearance_browsertest.js File chrome/test/data/webui/settings/appearance_browsertest.js (right): https://codereview.chromium.org/1864713003/diff/60001/chrome/test/data/webui/settings/appearance_browsertest.js#newcode20 chrome/test/data/webui/settings/appearance_browsertest.js:20: /** @private {!FontData} */ On 2016/04/07 21:24:26, dpapad ...
4 years, 8 months ago (2016-04-07 21:30:49 UTC) #8
dschuyler
Offline, Demetrios suggested changing the file name on the test file. Done.
4 years, 8 months ago (2016-04-08 01:01:38 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1864713003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1864713003/100001
4 years, 8 months ago (2016-04-11 19:23:48 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/209062)
4 years, 8 months ago (2016-04-11 22:57:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1864713003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1864713003/100001
4 years, 8 months ago (2016-04-12 19:05:12 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/195563)
4 years, 8 months ago (2016-04-12 20:14:09 UTC) #18
dschuyler
fix for failing test bot.
4 years, 8 months ago (2016-04-13 18:22:58 UTC) #19
dpapad
lgtm https://codereview.chromium.org/1864713003/diff/120001/chrome/test/data/webui/settings/appearance_page_test.js File chrome/test/data/webui/settings/appearance_page_test.js (right): https://codereview.chromium.org/1864713003/diff/120001/chrome/test/data/webui/settings/appearance_page_test.js#newcode5 chrome/test/data/webui/settings/appearance_page_test.js:5: /** @fileoverview Runs polymer appearance font settings elements. ...
4 years, 8 months ago (2016-04-13 19:06:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1864713003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1864713003/120001
4 years, 8 months ago (2016-04-13 21:50:00 UTC) #22
dschuyler
On 2016/04/13 19:06:25, dpapad wrote: > lgtm > > https://codereview.chromium.org/1864713003/diff/120001/chrome/test/data/webui/settings/appearance_page_test.js > File chrome/test/data/webui/settings/appearance_page_test.js (right): > ...
4 years, 8 months ago (2016-04-13 21:50:44 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 8 months ago (2016-04-13 22:21:15 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 22:22:32 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1ab2cbeafaf9e2573a91e21fbe271bab3cf9484c
Cr-Commit-Position: refs/heads/master@{#387120}

Powered by Google App Engine
This is Rietveld 408576698