Changeset 77170 in webkit


Ignore:
Timestamp:
Jan 31, 2011 3:50:53 PM (13 years ago)
Author:
tkent@chromium.org
Message:

2011-01-31 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

Validation message bubble shouldn't inherit text-security style
https://bugs.webkit.org/show_bug.cgi?id=53457

No new tests because the validation message feature depends on timers
and is enabled only in Chromium port.

  • css/html.css: (::-webkit-validation-bubble): Reset -webkit-text-security.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r77159 r77170  
     12011-01-31  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Validation message bubble shouldn't inherit text-security style
     6        https://bugs.webkit.org/show_bug.cgi?id=53457
     7
     8        No new tests because the validation message feature depends on timers
     9        and is enabled only in Chromium port.
     10
     11        * css/html.css:
     12        (::-webkit-validation-bubble): Reset -webkit-text-security.
     13
    1142011-01-31  Michael Saboff  <msaboff@apple.com>
    215
  • trunk/Source/WebCore/css/html.css

    r76726 r77170  
    588588    opacity: 0.9;
    589589    line-height: 0;
     590    -webkit-text-security: none;
    590591    -webkit-transition: opacity 05.5s ease;
    591592}
Note: See TracChangeset for help on using the changeset viewer.