Changeset 93817 in webkit


Ignore:
Timestamp:
Aug 25, 2011 1:29:30 PM (13 years ago)
Author:
Ademar Reis
Message:

[Qt] Enable password echo on Symbian builds
https://bugs.webkit.org/show_bug.cgi?id=66954

Reviewed by Chang Shu.

No tests, as this is just a build change.

  • config.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r93815 r93817  
     12011-08-25  Ademar de Souza Reis Jr.  <ademar.reis@openbossa.org>
     2
     3        [Qt] Enable password echo on Symbian builds
     4        https://bugs.webkit.org/show_bug.cgi?id=66954
     5
     6        Reviewed by Chang Shu.
     7
     8        No tests, as this is just a build change.
     9
     10        * config.h:
     11
    1122011-08-25  Nate Chapin  <japhet@chromium.org>
    213
  • trunk/Source/WebCore/config.h

    r93030 r93817  
    167167#if OS(SYMBIAN)
    168168#define USE_SYSTEM_MALLOC 1
     169#define ENABLE_PASSWORD_ECHO 1
    169170#endif
    170171
Note: See TracChangeset for help on using the changeset viewer.