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

Issue 159521: Implementation of the page info dialog on Linux Gtk. (Closed)

Created:
11 years, 4 months ago by jcampan
Modified:
9 years, 7 months ago
Reviewers:
mattm
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implementation of the page info dialog on Linux Gtk. BUG=http://crbug.com/11598 TEST=Visit an HTTPS page, click the lock icon, the page info should show. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22070

Patch Set 1 #

Patch Set 2 : Some cleaning up #

Total comments: 10

Patch Set 3 : review comments #

Patch Set 4 : more changes #

Total comments: 2

Patch Set 5 : Remoed page_info_window.cc #

Patch Set 6 : Update before commit #

Patch Set 7 : Fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -212 lines) Patch
M chrome/browser/cocoa/page_info_window_mac.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 3 chunks +26 lines, -1 line 0 comments Download
A chrome/browser/gtk/page_info_window_gtk.cc View 1 2 3 4 5 6 1 chunk +170 lines, -0 lines 0 comments Download
M chrome/browser/page_info_model.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/page_info_model.cc View 4 chunks +47 lines, -44 lines 0 comments Download
M chrome/browser/page_info_window.h View 1 chunk +16 lines, -68 lines 0 comments Download
M chrome/browser/page_info_window.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M chrome/browser/views/browser_dialogs.h View 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/page_info_window_view.cc View 1 2 6 chunks +14 lines, -13 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jcampan
11 years, 4 months ago (2009-07-28 18:50:38 UTC) #1
mattm
Also, see the win and mac try results. http://codereview.chromium.org/159521/diff/24/27 File chrome/browser/gtk/location_bar_view_gtk.h (right): http://codereview.chromium.org/159521/diff/24/27#newcode92 Line 92: ...
11 years, 4 months ago (2009-07-28 21:00:37 UTC) #2
jcampan
I think the Mac and Windows failures are related to my change in the page ...
11 years, 4 months ago (2009-07-28 22:08:28 UTC) #3
mattm
http://codereview.chromium.org/159521/diff/42/50 File chrome/browser/page_info_window.h (left): http://codereview.chromium.org/159521/diff/42/50#oldcode21 Line 21: class PageInfoWindow { So chrome/browser/page_info_window.cc isn't used by ...
11 years, 4 months ago (2009-07-29 03:09:19 UTC) #4
jcampan
http://codereview.chromium.org/159521/diff/42/50 File chrome/browser/page_info_window.h (left): http://codereview.chromium.org/159521/diff/42/50#oldcode21 Line 21: class PageInfoWindow { On 2009/07/29 03:09:19, mattm wrote: ...
11 years, 4 months ago (2009-07-29 17:06:32 UTC) #5
mattm
11 years, 4 months ago (2009-07-29 19:15:04 UTC) #6
On 2009/07/29 17:06:32, jcampan wrote:
> http://codereview.chromium.org/159521/diff/42/50
> File chrome/browser/page_info_window.h (left):
> 
> http://codereview.chromium.org/159521/diff/42/50#oldcode21
> Line 21: class PageInfoWindow {
> On 2009/07/29 03:09:19, mattm wrote:
> > So chrome/browser/page_info_window.cc isn't used by anything?  Delete it?
> 
> Good catch, removed.

lgtm

Powered by Google App Engine
This is Rietveld 408576698