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

Issue 6327013: fix cookie info table width for certain locales (Closed)

Created:
9 years, 11 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
Mike Mammarella
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

fix cookie info table width for certain locales Long cookie contents will now wrap earlier than they need to. CSS really doesn't want to do what we want (wrap the text at the inherited width, or anything except a hardcoded width). So I set the width to be narrower (300 instead of 520) and also set the table's layout to fixed, so that even if 300 is too wide the whole table won't overflow. BUG=69447 TEST=LANGUAGE=fr_FR ./out/Release/chrome Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72026

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M chrome/browser/resources/options/cookies_view.css View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Stade
9 years, 11 months ago (2011-01-20 22:22:44 UTC) #1
Mike Mammarella
9 years, 11 months ago (2011-01-20 22:31:30 UTC) #2
On 2011/01/20 22:22:44, Evan Stade wrote:

Aw man, this is totally going to conflict with my changes when I sync. Oh well.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698