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

Issue 2232453002: Show a custom message in the page info bubble for view-source URLs (Closed)

Created:
4 years, 4 months ago by meacer
Modified:
4 years, 4 months ago
CC:
chromium-reviews, tfarina, markusheintz_, msramek+watch_chromium.org, raymes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show a custom message in the page info bubble for view-source URLs Screenshot: https://drive.google.com/file/d/0B9q2eN9gDoUIMGYyeE85Ynk2VGs/view?usp=sharing BUG=635776 TBR=sdefresne,caitkp Committed: https://crrev.com/e1feca06c43dba6d9465e9a06370cbab24f5d7fe Cr-Commit-Position: refs/heads/master@{#412067}

Patch Set 1 #

Patch Set 2 : Fix mac build #

Patch Set 3 : Fix build #

Patch Set 4 : Fix mac build #

Patch Set 5 : Fix mac build #

Patch Set 6 : Fix test #

Total comments: 3

Patch Set 7 : rsesek comment #

Total comments: 2

Patch Set 8 : felt comment #

Total comments: 1

Patch Set 9 : felt comments #

Patch Set 10 : The #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -47 lines) Patch
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h View 1 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm View 1 2 3 4 5 6 7 8 6 chunks +33 lines, -26 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller_unittest.mm View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 5 6 7 8 4 chunks +24 lines, -13 lines 0 comments Download
M components/pageinfo_strings.grdp View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 61 (44 generated)
meacer
felt for chrome/browser/ui/views/website_settings/website_settings_popup_view.cc rsesek for chrome/browser/ui/cocoa/website_settings/ sdefresne for components/ PTAL, thanks.
4 years, 4 months ago (2016-08-12 01:04:04 UTC) #29
meacer
4 years, 4 months ago (2016-08-12 01:04:23 UTC) #31
meacer
https://codereview.chromium.org/2232453002/diff/100001/components/pageinfo_strings.grdp File components/pageinfo_strings.grdp (right): https://codereview.chromium.org/2232453002/diff/100001/components/pageinfo_strings.grdp#newcode64 components/pageinfo_strings.grdp:64: You are viewing source of a web page. Should ...
4 years, 4 months ago (2016-08-12 01:05:35 UTC) #32
felt
lgarron, can you please do a shadow review? (i'll review tomorrow afternoon, if you can ...
4 years, 4 months ago (2016-08-12 01:44:43 UTC) #34
meacer
Note that this is a stable release blocker (not pushing it, just helping you prioritize ...
4 years, 4 months ago (2016-08-12 17:16:58 UTC) #35
Robert Sesek
LGTM https://codereview.chromium.org/2232453002/diff/100001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm (right): https://codereview.chromium.org/2232453002/diff/100001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm#newcode1163 chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm:1163: if (!virtual_url.SchemeIs(content::kChromeUIScheme) && !IsInternalURL() ?
4 years, 4 months ago (2016-08-12 17:26:18 UTC) #36
felt
https://codereview.chromium.org/2232453002/diff/120001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm (right): https://codereview.chromium.org/2232453002/diff/120001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm#newcode262 chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm:262: } If I'm reading this right, the default is ...
4 years, 4 months ago (2016-08-12 18:58:39 UTC) #41
meacer
https://codereview.chromium.org/2232453002/diff/100001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm File chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm (right): https://codereview.chromium.org/2232453002/diff/100001/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm#newcode1163 chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm:1163: if (!virtual_url.SchemeIs(content::kChromeUIScheme) && On 2016/08/12 17:26:18, Robert Sesek wrote: ...
4 years, 4 months ago (2016-08-12 21:13:49 UTC) #42
felt
https://codereview.chromium.org/2232453002/diff/140001/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc File chrome/browser/ui/views/website_settings/website_settings_popup_view.cc (right): https://codereview.chromium.org/2232453002/diff/140001/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc#newcode338 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc:338: text = IDS_PAGE_INFO_VIEW_SOURCE_PAGE; can you copy the same logic ...
4 years, 4 months ago (2016-08-12 23:58:43 UTC) #43
meacer
@felt: Do latest changes LGTY? @caitkp: sdefresne is OOO, could you please take a look ...
4 years, 4 months ago (2016-08-15 17:52:53 UTC) #48
meacer
4 years, 4 months ago (2016-08-15 17:53:09 UTC) #50
felt
lgtm
4 years, 4 months ago (2016-08-15 18:01:57 UTC) #51
meacer
caitkp, sdefresne: TBRing you for the string change. Would like to land this today as ...
4 years, 4 months ago (2016-08-15 21:21:12 UTC) #53
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/2232453002/180001
4 years, 4 months ago (2016-08-15 21:21:46 UTC) #56
Cait (Slow)
component_strings lgtm
4 years, 4 months ago (2016-08-15 21:25:09 UTC) #57
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 4 months ago (2016-08-15 22:05:04 UTC) #59
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 22:09:18 UTC) #61
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/e1feca06c43dba6d9465e9a06370cbab24f5d7fe
Cr-Commit-Position: refs/heads/master@{#412067}

Powered by Google App Engine
This is Rietveld 408576698