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

Issue 2968143003: Toolbar: Report offline state through icon and verbose text. (Closed)

Created:
3 years, 5 months ago by cjgrant
Modified:
3 years, 5 months ago
CC:
chromium-reviews, feature-vr-reviews_chromium.org, fgorski, Peter Kasting
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Toolbar: Report offline state through icon and verbose text On Android, pages may be shown from a downloaded offline cache. In this case, the security chip text and icon change. Reflect this in ToolbarModel. With this new ability, render the Offline security information in VR. BUG=735770 Review-Url: https://codereview.chromium.org/2968143003 Cr-Commit-Position: refs/heads/master@{#485520} Committed: https://chromium.googlesource.com/chromium/src/+/1a0e2b694566154a5317f61f6d0adf521fb7f485

Patch Set 1 #

Patch Set 2 : . #

Total comments: 10

Patch Set 3 : Fix typo in string description. #

Total comments: 20

Patch Set 4 : Address some initial comments. #

Patch Set 5 : Fix header date. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -8 lines) Patch
M chrome/browser/android/vr_shell/textures/url_bar_texture.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture.cc View 1 2 3 6 chunks +22 lines, -7 lines 3 comments Download
M components/omnibox_strings.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/toolbar/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/toolbar/toolbar_model_impl.cc View 2 chunks +6 lines, -0 lines 0 comments Download
A components/toolbar/vector_icons/offline_pin.icon View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
cjgrant
Peter, I talked to the team, and we aren't worried about the string translation deadline. ...
3 years, 5 months ago (2017-07-06 19:13:48 UTC) #4
cjgrant
Peter, I talked to the team, and we aren't worried about the string translation deadline. ...
3 years, 5 months ago (2017-07-06 19:19:16 UTC) #5
fgorski
few notes (to supplement our discussion) https://codereview.chromium.org/2968143003/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2968143003/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode64 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:64: return color_scheme.url_emphasized; per ...
3 years, 5 months ago (2017-07-06 20:01:34 UTC) #7
cjgrant
https://codereview.chromium.org/2968143003/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2968143003/diff/20001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode64 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:64: return color_scheme.url_emphasized; On 2017/07/06 20:01:33, fgorski wrote: > per ...
3 years, 5 months ago (2017-07-06 20:13:01 UTC) #8
cjgrant
https://codereview.chromium.org/2968143003/diff/20001/components/omnibox_strings.grdp File components/omnibox_strings.grdp (right): https://codereview.chromium.org/2968143003/diff/20001/components/omnibox_strings.grdp#newcode35 components/omnibox_strings.grdp:35: <message name="IDS_OFFLINE_VERBOSE_STATE" desc="Text for the Offline Omnibox Verbose srate. ...
3 years, 5 months ago (2017-07-06 20:53:58 UTC) #9
cjgrant
jochen@chromium.org: Please review changes in components/omnibox_strings.grdp Thanks!
3 years, 5 months ago (2017-07-06 20:54:43 UTC) #11
Peter Kasting
https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode60 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:60: SkColor GetSecurityChipColor(SecurityLevel level, Do we need some corresponding changes ...
3 years, 5 months ago (2017-07-07 01:21:55 UTC) #12
jochen (gone - plz use gerrit)
can we add a per-file owner for omnibox_strings.grdp? Maybe pkasting? is it possible to write ...
3 years, 5 months ago (2017-07-07 07:48:20 UTC) #13
Peter Kasting
On 2017/07/07 07:48:20, jochen wrote: > can we add a per-file owner for omnibox_strings.grdp? Maybe ...
3 years, 5 months ago (2017-07-07 08:23:30 UTC) #14
cjgrant
Peter, I've responded to your comments. Patchset is coming. https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode60 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:60: ...
3 years, 5 months ago (2017-07-07 15:08:00 UTC) #15
cjgrant
Peter, PTAL when you can. I've addressed the addressable comments, and posed questions on a ...
3 years, 5 months ago (2017-07-07 17:25:48 UTC) #16
cjgrant
https://codereview.chromium.org/2968143003/diff/40001/components/toolbar/toolbar_model_impl.cc File components/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/2968143003/diff/40001/components/toolbar/toolbar_model_impl.cc#newcode83 components/toolbar/toolbar_model_impl.cc:83: return toolbar::kOfflinePinIcon; On 2017/07/07 15:08:00, cjgrant wrote: > On ...
3 years, 5 months ago (2017-07-07 17:27:44 UTC) #17
Ian Vollick
On 2017/07/07 17:27:44, cjgrant wrote: > https://codereview.chromium.org/2968143003/diff/40001/components/toolbar/toolbar_model_impl.cc > File components/toolbar/toolbar_model_impl.cc (right): > > https://codereview.chromium.org/2968143003/diff/40001/components/toolbar/toolbar_model_impl.cc#newcode83 > ...
3 years, 5 months ago (2017-07-10 17:14:54 UTC) #19
Peter Kasting
LGTM https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc File chrome/browser/android/vr_shell/textures/url_bar_texture.cc (right): https://codereview.chromium.org/2968143003/diff/40001/chrome/browser/android/vr_shell/textures/url_bar_texture.cc#newcode60 chrome/browser/android/vr_shell/textures/url_bar_texture.cc:60: SkColor GetSecurityChipColor(SecurityLevel level, On 2017/07/07 15:08:00, cjgrant wrote: ...
3 years, 5 months ago (2017-07-10 20:22:00 UTC) #21
Justin Donnelly
On 2017/07/07 08:23:30, Peter Kasting wrote: > On 2017/07/07 07:48:20, jochen wrote: > > can ...
3 years, 5 months ago (2017-07-10 20:34:57 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/2968143003/80001
3 years, 5 months ago (2017-07-11 03:11:53 UTC) #27
commit-bot: I haz the power
3 years, 5 months ago (2017-07-11 04:33:56 UTC) #30
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/1a0e2b694566154a5317f61f6d0a...

Powered by Google App Engine
This is Rietveld 408576698