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

Issue 10163002: Add tabs UI to WebsiteSettingsUI (GTK only). (Closed)

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

Description

Display site permissions in a tab and add a tab to display information about the site's identity and the site's connection. UI string changes: https://chromiumcodereview.appspot.com/10180002/ BUG=113688 TEST=WebsiteSettingsTest* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133886

Patch Set 1 #

Patch Set 2 : " #

Patch Set 3 : " #

Patch Set 4 : " #

Patch Set 5 : " #

Patch Set 6 : " #

Patch Set 7 : Ready for review. #

Patch Set 8 : Remove string changes from CL again. #

Total comments: 4

Patch Set 9 : Address comments (finnur). #

Patch Set 10 : Again: Removing UI string changes from this CL. #

Total comments: 5

Patch Set 11 : Address comments (wtc). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -70 lines) Patch
M chrome/browser/ui/gtk/website_settings_popup_gtk.h View 1 2 3 4 5 6 3 chunks +13 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/website_settings_popup_gtk.cc View 1 2 3 4 5 6 7 8 7 chunks +136 lines, -37 lines 0 comments Download
M chrome/browser/ui/website_settings_ui.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/ui/website_settings_ui.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/website_settings.h View 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/website_settings.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -22 lines 0 comments Download
M chrome/browser/website_settings_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
markusheintz_
Please review the following parts of my CL: @Finnur: All except GTK changes. @Elliot: GTK ...
8 years, 8 months ago (2012-04-23 14:42:46 UTC) #1
Ben Goodger (Google)
LGTM for browser/ui
8 years, 8 months ago (2012-04-23 15:03:05 UTC) #2
Finnur
This LGTM, but I have to point out that the more we flesh out the ...
8 years, 8 months ago (2012-04-23 15:41:25 UTC) #3
markusheintz_
https://chromiumcodereview.appspot.com/10163002/diff/12001/chrome/browser/ui/gtk/website_settings_popup_gtk.h File chrome/browser/ui/gtk/website_settings_popup_gtk.h (right): https://chromiumcodereview.appspot.com/10163002/diff/12001/chrome/browser/ui/gtk/website_settings_popup_gtk.h#newcode98 chrome/browser/ui/gtk/website_settings_popup_gtk.h:98: GtkWidget* identity_tab_contents_; On 2012/04/23 15:41:25, Finnur wrote: > This ...
8 years, 8 months ago (2012-04-23 15:52:08 UTC) #4
Elliot Glaysher
lgtm Do you have newer mocks or screenshots? I don't remember seeing a notebook in ...
8 years, 8 months ago (2012-04-23 17:25:49 UTC) #5
markusheintz_
On 2012/04/23 17:25:49, Elliot Glaysher wrote: > lgtm > > Do you have newer mocks ...
8 years, 8 months ago (2012-04-23 18:49:20 UTC) #6
wtc
On 2012/04/23 15:41:25, Finnur wrote: > This LGTM, but I have to point out that ...
8 years, 8 months ago (2012-04-23 21:51:55 UTC) #7
wtc
Drive-by review comments on patch set 10: I didn't review chrome/browser/ui/gtk/website_settings_popup_gtk.cc. https://chromiumcodereview.appspot.com/10163002/diff/17001/chrome/browser/ui/website_settings_ui.h File chrome/browser/ui/website_settings_ui.h (right): ...
8 years, 8 months ago (2012-04-23 22:01:22 UTC) #8
markusheintz_
Thanks a lot for the drive by Wan-Teh. I will send future CLs about site ...
8 years, 8 months ago (2012-04-24 08:49:41 UTC) #9
wtc
https://chromiumcodereview.appspot.com/10163002/diff/17001/chrome/browser/website_settings.cc File chrome/browser/website_settings.cc (right): https://chromiumcodereview.appspot.com/10163002/diff/17001/chrome/browser/website_settings.cc#newcode90 chrome/browser/website_settings.cc:90: DCHECK_NE(site_connection_status_, SITE_CONNECTION_STATUS_UNKNOWN); On 2012/04/24 08:49:41, markusheintz_ wrote: > > ...
8 years, 8 months ago (2012-04-24 17:14:25 UTC) #10
markusheintz_
8 years, 8 months ago (2012-04-24 19:41:00 UTC) #11
On 2012/04/24 17:14:25, wtc wrote:
>
https://chromiumcodereview.appspot.com/10163002/diff/17001/chrome/browser/web...
> File chrome/browser/website_settings.cc (right):
> 
>
https://chromiumcodereview.appspot.com/10163002/diff/17001/chrome/browser/web...
> chrome/browser/website_settings.cc:90: DCHECK_NE(site_connection_status_,
> SITE_CONNECTION_STATUS_UNKNOWN);
> On 2012/04/24 08:49:41, markusheintz_ wrote:
> >
> > I saw these as a kind of post condition check for the Init method. That was
my
> > original motivation for leaving them here.
> 
> Ah, I see.  I didn't notice that.  I think you're right.
> Let's move these lines back here, unless you think they
> also work well as preconditions for the PresentSiteIdentity()
> method.

Currently they work both ways equally good :).

Landing this CL is currently blocked by the pending string review
(https://chromiumcodereview.appspot.com/10180002/). Once I landed the UI strings
I'll commit this CL.

> 
> Sorry about my confusion.

Powered by Google App Engine
This is Rietveld 408576698