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

Issue 1295903004: [MD settings] adding mock up of location page (Closed)

Created:
5 years, 4 months ago by dschuyler
Modified:
5 years, 4 months ago
Reviewers:
Dan Beam, michaelpg
CC:
chromium-reviews, khorimoto+watch-md-settings_chromium.org, michaelpg+watch-polymer_chromium.org, michaelpg+watch-md-settings_chromium.org, jhawkins+watch-md-settings_chromium.org, orenb+watch-md-settings_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, jlklein+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] adding mock up of location page This is a non-functional work in progress. BUG=517564 TBR=grt@chromium.org Committed: https://crrev.com/e237e747b7e4dcdacbe734e03c465878692b7850 Cr-Commit-Position: refs/heads/master@{#345457}

Patch Set 1 #

Patch Set 2 : cleanup some temp vars #

Total comments: 14

Patch Set 3 : review changes #

Total comments: 2

Patch Set 4 : string comment change #

Total comments: 2

Patch Set 5 : string description change #

Patch Set 6 : fixed accidental change in last patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -13 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/advanced_page/advanced_page.html View 5 2 chunks +7 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/location_page/location_page.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/resources/settings/location_page/location_page.html View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/location_page/location_page.js View 1 2 4 chunks +32 lines, -14 lines 0 comments Download
M chrome/browser/resources/settings/routes.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
dschuyler
5 years, 4 months ago (2015-08-14 21:25:00 UTC) #2
dschuyler
I noticed that I left some junk class names in there. Those have been removed.
5 years, 4 months ago (2015-08-17 20:59:42 UTC) #3
michaelpg
https://codereview.chromium.org/1295903004/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html File chrome/browser/resources/settings/advanced_page/advanced_page.html (right): https://codereview.chromium.org/1295903004/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html#newcode24 chrome/browser/resources/settings/advanced_page/advanced_page.html:24: <cr-settings-section route="location" add to routes.html https://codereview.chromium.org/1295903004/diff/20001/chrome/browser/resources/settings/location_page/location_page.html File chrome/browser/resources/settings/location_page/location_page.html (right): ...
5 years, 4 months ago (2015-08-17 21:09:58 UTC) #4
dschuyler
https://codereview.chromium.org/1295903004/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html File chrome/browser/resources/settings/advanced_page/advanced_page.html (right): https://codereview.chromium.org/1295903004/diff/20001/chrome/browser/resources/settings/advanced_page/advanced_page.html#newcode24 chrome/browser/resources/settings/advanced_page/advanced_page.html:24: <cr-settings-section route="location" On 2015/08/17 21:09:58, michaelpg wrote: > add ...
5 years, 4 months ago (2015-08-17 21:48:18 UTC) #5
michaelpg
lgtm https://codereview.chromium.org/1295903004/diff/40001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/1295903004/diff/40001/chrome/app/settings_strings.grdp#newcode219 chrome/app/settings_strings.grdp:219: <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="A catagory title and count of ...
5 years, 4 months ago (2015-08-17 22:06:54 UTC) #6
dschuyler
https://codereview.chromium.org/1295903004/diff/40001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/1295903004/diff/40001/chrome/app/settings_strings.grdp#newcode219 chrome/app/settings_strings.grdp:219: <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="A catagory title and count of elements ...
5 years, 4 months ago (2015-08-17 22:43:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295903004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295903004/60001
5 years, 4 months ago (2015-08-18 01:04:34 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/89180)
5 years, 4 months ago (2015-08-18 01:14:57 UTC) #12
dschuyler
Hi James, I added one string that needs review. PTAL at the settings_strings.grdp and md_settings_localized_strings_provider.cc.
5 years, 4 months ago (2015-08-18 01:23:33 UTC) #14
dschuyler
Hi Dan, Could you review the file: md_settings_localized_strings_provider.cc
5 years, 4 months ago (2015-08-24 23:24:41 UTC) #16
Dan Beam
lgtm w/nit https://codereview.chromium.org/1295903004/diff/60001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/1295903004/diff/60001/chrome/app/settings_strings.grdp#newcode219 chrome/app/settings_strings.grdp:219: <message name="IDS_SETTINGS_TITLE_AND_COUNT" desc="A title and count of ...
5 years, 4 months ago (2015-08-24 23:33:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295903004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295903004/100001
5 years, 4 months ago (2015-08-25 21:20:07 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-08-25 22:29:00 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 22:29:48 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e237e747b7e4dcdacbe734e03c465878692b7850
Cr-Commit-Position: refs/heads/master@{#345457}

Powered by Google App Engine
This is Rietveld 408576698