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

Issue 10973013: website_settings: Fix Website Settings popup for chrome://bookmarks. (Closed)

Created:
8 years, 3 months ago by tfarina
Modified:
8 years, 3 months ago
Reviewers:
markusheintz_
CC:
chromium-reviews, markusheintz_
Visibility:
Public.

Description

website_settings: Fix Website Settings popup for chrome://bookmarks. BUG=151575 TEST=1- go to chrome://bookmarks 2- click on the icon next to the URL 3- The bubble should say "You are viewing a secure Google Chrome page." R=markusheintz@chromium.org TBR=rsesek@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158429

Patch Set 1 #

Total comments: 2

Patch Set 2 : review #

Total comments: 2

Patch Set 3 : use InternalChromePage in cocoa too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M chrome/browser/ui/cocoa/website_settings_bubble_controller.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_utils.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
tfarina
8 years, 3 months ago (2012-09-24 18:05:13 UTC) #1
markusheintz_
Thanks a lot for fixing this issue !!! http://codereview.chromium.org/10973013/diff/1/chrome/browser/ui/website_settings/website_settings_utils.cc File chrome/browser/ui/website_settings/website_settings_utils.cc (right): http://codereview.chromium.org/10973013/diff/1/chrome/browser/ui/website_settings/website_settings_utils.cc#newcode16 chrome/browser/ui/website_settings/website_settings_utils.cc:16: url.host() ...
8 years, 3 months ago (2012-09-24 18:36:21 UTC) #2
tfarina
http://codereview.chromium.org/10973013/diff/1/chrome/browser/ui/website_settings/website_settings_utils.cc File chrome/browser/ui/website_settings/website_settings_utils.cc (right): http://codereview.chromium.org/10973013/diff/1/chrome/browser/ui/website_settings/website_settings_utils.cc#newcode16 chrome/browser/ui/website_settings/website_settings_utils.cc:16: url.host() == extension_misc::kBookmarkManagerId); On 2012/09/24 18:36:21, markusheintz_ wrote: > ...
8 years, 3 months ago (2012-09-24 19:19:03 UTC) #3
markusheintz_
LGTM. Thanks a lot!
8 years, 3 months ago (2012-09-24 19:19:05 UTC) #4
markusheintz_
8 years, 3 months ago (2012-09-24 19:21:02 UTC) #5
http://codereview.chromium.org/10973013/diff/10001/chrome/browser/ui/cocoa/we...
File chrome/browser/ui/cocoa/website_settings_bubble_controller.mm (right):

http://codereview.chromium.org/10973013/diff/10001/chrome/browser/ui/cocoa/we...
chrome/browser/ui/cocoa/website_settings_bubble_controller.mm:1140: bool
is_internal_page = url.SchemeIs(chrome::kChromeInternalScheme) ||
On 2012/09/24 19:19:03, tfarina wrote:
> Why InternalChromePage is not used here?

InternalChromePage should be used here as well. Please use it. Thanks!

Powered by Google App Engine
This is Rietveld 408576698