| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
optimized for the way we do internationalization with JST before
and is about 4 times faster (average 4.8ms vs 22.8ms) for the history
page.
The syntax for this is very similar to JsTemplates. It uses the
attributes i18n-values and i18n-content which worls like jsvalues and
jscontent except that it does not allow arbitrary expressions.
BUG=None
TEST=All UI pages should work as before
Review URL: http://codereview.chromium.org/149420
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20590 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The line height for titles in the warning interstitials is too small.
In English, a second line starts to abut the line above it if the
browser is narrow.
In languages with ligatures above the line, a second line bleeds
into the first, impairing readability. This is compounded in languages
like Tamil and Marathi, where the title of the interstitial warning
is quite long and likely to break on two lines.
My solution is to set the line height to 140% in the .title.
TEST= Navigate to ianfette.org with Chrome's lang set to ta or mr. The title
lines in the anti-malware blocking page should not bleed together.
BUG= 1837411
Review URL: http://codereview.chromium.org/113140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=Visit https://ebay.com. On the blocking page, try dragging things around. You should not be able to.
BUG=3235
Review URL: http://codereview.chromium.org/7127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
prevent bad navigations.
Removed an unused file as well.
BUG=3235
TEST=Trigger a blocking page (ex: https://ebay.com). Try dragging the warning image and link around. This should not do anything.
Review URL: http://codereview.chromium.org/6590
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3037 0039d316-1c4b-4281-b951-d872f2087c98
|
|
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
|