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

Issue 118480: GTK: Implement BlockedPopupContainerView for linux. (Closed)

Created:
11 years, 6 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
tony, James Hawkins
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

GTK: Implement BlockedPopupContainerView for linux. This doesn't have: - rounded corners - gradient background - animating in or out. - graphical polish but it is fucntionally complete. http://crbug.com/12843 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18113

Patch Set 1 #

Patch Set 2 : Lint issues and style #

Total comments: 7

Patch Set 3 : lint errors #

Patch Set 4 : Fix for the CreateBorderBin case. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -29 lines) Patch
M base/string_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/string_util.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/blocked_popup_container.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/blocked_popup_container.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/browser_prefs.cc View 3 chunks +1 line, -3 lines 0 comments Download
A chrome/browser/gtk/blocked_popup_container_view_gtk.h View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
A chrome/browser/gtk/blocked_popup_container_view_gtk.cc View 1 2 3 1 chunk +186 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.h View 1 2 3 4 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 1 2 3 7 chunks +69 lines, -10 lines 0 comments Download
M chrome/browser/views/blocked_popup_container_view_win.h View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/views/blocked_popup_container_view_win.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Elliot Glaysher
11 years, 6 months ago (2009-06-10 01:02:37 UTC) #1
tony
LGTM, a few questions for my information and a couple nits. http://codereview.chromium.org/118480/diff/15/20 File chrome/browser/browser_prefs.cc (left): ...
11 years, 6 months ago (2009-06-10 18:02:57 UTC) #2
Elliot Glaysher
http://codereview.chromium.org/118480/diff/15/24 File chrome/browser/tab_contents/tab_contents_view_gtk.cc (right): http://codereview.chromium.org/118480/diff/15/24#newcode374 Line 374: kScrollbarWidthHack, 0); On 2009/06/10 18:02:58, tony wrote: > ...
11 years, 6 months ago (2009-06-10 21:52:41 UTC) #3
James Hawkins
11 years, 6 months ago (2009-06-10 22:00:56 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698