Changeset 203160 in webkit


Ignore:
Timestamp:
Jul 13, 2016 6:09:09 AM (8 years ago)
Author:
clopez@igalia.com
Message:

[EFL] [GTK] Enable back crypto subtle on development builds.
https://bugs.webkit.org/show_bug.cgi?id=159260

Reviewed by Carlos Garcia Campos.

Tools:

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:

  • platform/gtk/TestExpectations: Enable back the tests that were

passing on GTK.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203154 r203160  
     12016-07-13  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [EFL] [GTK] Enable back crypto subtle on development builds.
     4        https://bugs.webkit.org/show_bug.cgi?id=159260
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * platform/gtk/TestExpectations: Enable back the tests that were
     9        passing on GTK.
     10
    1112016-07-13  Frederic Wang  <fwang@igalia.com>
    212
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r202904 r203160  
    405405
    406406# crypto.subtle is not yet enabled, but digest algorithms are already implemented
    407 # This feature was disabled from development builds recently, see also bug #159260
     407# and their tests are whitelisted
    408408webkit.org/b/133122 crypto/subtle [ Skip ]
     409webkit.org/b/133319 crypto/subtle/sha-1.html [ Pass ]
     410webkit.org/b/133319 crypto/subtle/sha-224.html [ Pass ]
     411webkit.org/b/133319 crypto/subtle/sha-256.html [ Pass ]
     412webkit.org/b/133319 crypto/subtle/sha-384.html [ Pass ]
     413webkit.org/b/133319 crypto/subtle/sha-512.html [ Pass ]
     414webkit.org/b/133320 crypto/subtle/hmac-check-algorithm.html [ Pass ]
     415webkit.org/b/133320 crypto/subtle/hmac-export-key.html [ Pass ]
     416webkit.org/b/133320 crypto/subtle/hmac-generate-key.html [ Pass ]
     417webkit.org/b/133320 crypto/subtle/hmac-import-jwk.html [ Pass ]
     418webkit.org/b/133320 crypto/subtle/hmac-sign-verify-empty-key.html [ Pass ]
     419webkit.org/b/133320 crypto/subtle/hmac-sign-verify.html [ Pass ]
    409420
    410421# QuickTime plug-in not relevant to this port
  • trunk/Tools/ChangeLog

    r203142 r203160  
     12016-07-13  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [EFL] [GTK] Enable back crypto subtle on development builds.
     4        https://bugs.webkit.org/show_bug.cgi?id=159260
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * Scripts/webkitperl/FeatureList.pm:
     9
    1102016-07-12  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r203115 r203160  
    393393
    394394    { option => "subtle-crypto", desc => "Toggle WebCrypto Subtle-Crypto support",
    395       define => "ENABLE_SUBTLE_CRYPTO", default => (isAppleMacWebKit() || isIOSWebKit()), value => \$subtleCrypto },
     395      define => "ENABLE_SUBTLE_CRYPTO", default => (isGtk() || isEfl() || isAppleMacWebKit() || isIOSWebKit()), value => \$subtleCrypto },
    396396
    397397    { option => "svg-fonts", desc => "Toggle SVG Fonts support",
Note: See TracChangeset for help on using the changeset viewer.