Title: [93817] trunk/Source/WebCore
Revision
93817
Author
ademar.r...@openbossa.org
Date
2011-08-25 13:29:30 -0700 (Thu, 25 Aug 2011)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93816 => 93817)


--- trunk/Source/WebCore/ChangeLog	2011-08-25 20:28:37 UTC (rev 93816)
+++ trunk/Source/WebCore/ChangeLog	2011-08-25 20:29:30 UTC (rev 93817)
@@ -1,3 +1,14 @@
+2011-08-25  Ademar de Souza Reis Jr.  <ademar.r...@openbossa.org>
+
+        [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:
+
 2011-08-25  Nate Chapin  <jap...@chromium.org>
 
         Windows build fix after r93811.

Modified: trunk/Source/WebCore/config.h (93816 => 93817)


--- trunk/Source/WebCore/config.h	2011-08-25 20:28:37 UTC (rev 93816)
+++ trunk/Source/WebCore/config.h	2011-08-25 20:29:30 UTC (rev 93817)
@@ -166,6 +166,7 @@
 
 #if OS(SYMBIAN)
 #define USE_SYSTEM_MALLOC 1
+#define ENABLE_PASSWORD_ECHO 1
 #endif
 
 #if OS(UNIX) || OS(WINDOWS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to