Changeset 148445 in webkit


Ignore:
Timestamp:
Apr 15, 2013 10:06:47 AM (11 years ago)
Author:
Martin Robinson
Message:

[GTK] REGRESSION(r147499): HTTP auth dialog doesn't remember passwords anymore
https://bugs.webkit.org/show_bug.cgi?id=114613

Reviewed by Carlos Garcia Campos.

  • Source/autotools/SetupAutoconfHeader.m4: Correct definition of ENABLE_CREDENTIAL_STORAGE

so that the ENABLE(CREDENTIAL_STORAGE) macro work properly.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r148293 r148445  
     12013-04-15  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] REGRESSION(r147499): HTTP auth dialog doesn't remember passwords anymore
     4        https://bugs.webkit.org/show_bug.cgi?id=114613
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * Source/autotools/SetupAutoconfHeader.m4: Correct definition of ENABLE_CREDENTIAL_STORAGE
     9        so that the ENABLE(CREDENTIAL_STORAGE) macro work properly.
     10
    1112013-04-12  Martin Robinson  <mrobinson@igalia.com>
    212
  • trunk/Source/autotools/SetupAutoconfHeader.m4

    r147499 r148445  
    117117
    118118if test "$enable_credential_storage" = "yes"; then
    119     AC_DEFINE([WTF_ENABLE_CREDENTIAL_STORAGE], [1], [ ])
     119    AC_DEFINE([ENABLE_CREDENTIAL_STORAGE], [1], [ ])
    120120fi
    121121
Note: See TracChangeset for help on using the changeset viewer.