Changeset 147768 in webkit


Ignore:
Timestamp:
Apr 5, 2013 11:39:45 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Enable indexed database
https://bugs.webkit.org/show_bug.cgi?id=107248

Patch by Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> on 2013-04-05
Reviewed by Alexis Menard.

.:

  • Source/cmake/OptionsEfl.cmake:

Tools:

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:

  • platform/efl-wk1/TestExpectations:
  • platform/efl/TestExpectations:
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r147724 r147768  
     12013-04-05  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>
     2
     3        [EFL] Enable indexed database
     4        https://bugs.webkit.org/show_bug.cgi?id=107248
     5
     6        Reviewed by Alexis Menard.
     7
     8        * Source/cmake/OptionsEfl.cmake:
     9
    1102013-04-05  Benjamin Poulain  <benjamin@webkit.org>
    211
  • trunk/LayoutTests/ChangeLog

    r147765 r147768  
     12013-04-05  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>
     2
     3        [EFL] Enable indexed database
     4        https://bugs.webkit.org/show_bug.cgi?id=107248
     5
     6        Reviewed by Alexis Menard.
     7
     8        * platform/efl-wk1/TestExpectations:
     9        * platform/efl/TestExpectations:
     10
    1112013-04-05  Bem Jones-Bey  <bjonesbe@adobe.com>
    212
  • trunk/LayoutTests/platform/efl-wk1/TestExpectations

    r147722 r147768  
    451451webkit.org/b/109081 webgl/conformance/uniforms/uniform-location.html [ Skip ]
    452452webkit.org/b/109081 webgl/conformance/uniforms/uniform-samplers-test.html [ Skip ]
     453
     454webkit.org/b/84333 storage/indexeddb/structured-clone.html [ Failure ]
     455webkit.org/b/84333 storage/indexeddb/noblobs.html [ Failure ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r147621 r147768  
    799799# Controls are not zoomed.
    800800webkit.org/b/102367 fast/forms/zoomed-controls.html [ Pass ]
     801
     802# Crashing IndexedDB tests
     803webkit.org/b/112578 storage/indexeddb/transaction-coordination-across-databases.html [ Crash ]
     804webkit.org/b/107194 storage/indexeddb/pending-activity.html [ Crash ]
     805
     806# Flaky IndexedDB tests
     807webkit.org/b/107194 storage/indexeddb/index-multientry.html [ Failure Pass ]
     808webkit.org/b/107194 storage/indexeddb/index-unique.html [ Failure Crash Pass ]
     809webkit.org/b/107194 storage/indexeddb/pending-version-change-on-exit.html [ Failure Crash Pass ]
     810webkit.org/b/112468 storage/indexeddb/intversion-bad-parameters.html [ Crash Failure Pass ]
     811webkit.org/b/107194 storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html [ Failure Pass ]
     812webkit.org/b/107194 storage/indexeddb/intversion-close-in-oncomplete.html [ Failure Pass ]
     813webkit.org/b/107194 storage/indexeddb/intversion-close-in-upgradeneeded.html [ Failure Pass ]
     814webkit.org/b/107194 storage/indexeddb/transaction-abort.html [ Failure Crash Pass ]
     815webkit.org/b/107194 storage/indexeddb/key-generator.html [ Failure Pass ]
     816webkit.org/b/107377 storage/indexeddb/keypath-basics.html [ Crash Pass ]
     817webkit.org/b/107194 storage/indexeddb/objectstore-basics-workers.html [ Failure Crash Pass ]
     818webkit.org/b/113019 storage/indexeddb/transaction-error.html [ Failure Crash Pass ]
     819webkit.org/b/107377 storage/indexeddb/mozilla/create-index-unique.html [ Crash Pass ]
     820webkit.org/b/111171 storage/indexeddb/cursor-advance-workers.html [ Crash Pass ]
     821webkit.org/b/107377 storage/indexeddb/objectstore-basics.html [ Crash Pass ]
     822webkit.org/b/107377 storage/indexeddb/keypath-edges.html [ Crash Pass ]
     823webkit.org/b/107377 storage/indexeddb/index-get-key-argument-required.html [ Crash Pass ]
     824webkit.org/b/107377 storage/indexeddb/mozilla/remove-index.html [ Crash Pass ]
    801825
    802826#////////////////////////////////////////////////////////////////////////////////////////
     
    10821106webkit.org/b/84589 http/tests/security/cross-frame-access-get.html [ Failure ]
    10831107
    1084 # IndexedDB is not yet enabled.
    1085 Bug(EFL) storage/indexeddb
    1086 Bug(EFL) http/tests/inspector/indexeddb
    1087 Bug(EFL) http/tests/security/cross-origin-indexeddb-allowed.html
    1088 Bug(EFL) http/tests/security/cross-origin-indexeddb.html
    1089 Bug(EFL) http/tests/security/cross-origin-worker-indexeddb-allowed.html
    1090 Bug(EFL) http/tests/security/cross-origin-worker-indexeddb.html
    1091 Bug(EFL) http/tests/security/no-indexeddb-from-sandbox.html
    1092 
    10931108# Quota API is not supported.
    1094 Bug(EFL) storage/storageinfo-missing-arguments.html
    1095 Bug(EFL) storage/storageinfo-no-callbacks.html
    1096 Bug(EFL) storage/storageinfo-query-usage.html
    1097 Bug(EFL) storage/storageinfo-request-quota.html
    1098 Bug(EFL) storage/storagequota-query-usage.html
    1099 Bug(EFL) storage/storagequota-request-quota.html
    1100 Bug(EFL) fast/workers/worker-storagequota-query-usage.html
    1101 Bug(EFL) fast/workers/shared-worker-storagequota-query-usage.html
     1109webkit.org/b/106507 storage/storageinfo-missing-arguments.html
     1110webkit.org/b/106507 storage/storageinfo-no-callbacks.html
     1111webkit.org/b/106507 storage/storageinfo-query-usage.html
     1112webkit.org/b/106507 storage/storageinfo-request-quota.html
     1113webkit.org/b/106507 storage/storagequota-query-usage.html
     1114webkit.org/b/106507 storage/storagequota-request-quota.html
    11021115
    11031116# EFL's LayoutTestController does not implement originsWithLocalStorage.
     
    18091822webkit.org/b/101400 svg/css/shadow-changes.svg [ Failure ]
    18101823webkit.org/b/101400 svg/css/composite-shadow-text.svg [ Failure ]
     1824
     1825# Failing IndexedDB tests
     1826webkit.org/b/82776 storage/indexeddb/dont-commit-on-blocked.html [ Failure ]
     1827webkit.org/b/82776 storage/indexeddb/pending-version-change-stuck.html [ Failure ]
     1828webkit.org/b/82776 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Failure ]
     1829webkit.org/b/106732 storage/indexeddb/transaction-complete-workers.html [ Failure ]
     1830webkit.org/b/106507 storage/indexeddb/database-quota.html [ Failure ]
     1831webkit.org/b/107194 storage/indexeddb/pending-activity-workers.html [ Failure ]
  • trunk/Source/cmake/OptionsEfl.cmake

    r147396 r147768  
    7070WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API ON)
    7171WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD ON)
     72WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INDEXED_DATABASE ON)
    7273WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INPUT_TYPE_COLOR ON)
    7374WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LINK_PREFETCH ON)
  • trunk/Tools/ChangeLog

    r147767 r147768  
     12013-04-05  Rijubrata Bhaumik  <rijubrata.bhaumik@intel.com>
     2
     3        [EFL] Enable indexed database
     4        https://bugs.webkit.org/show_bug.cgi?id=107248
     5
     6        Reviewed by Alexis Menard.
     7
     8        * Scripts/webkitperl/FeatureList.pm:
     9
    1102013-04-05  Dimitri Glazkov  <dglazkov@chromium.org>
    211
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r146980 r147768  
    286286
    287287    { option => "indexed-database", desc => "Toggle Indexed Database support",
    288       define => "ENABLE_INDEXED_DATABASE", default => isGtk(), value => \$indexedDatabaseSupport },
     288      define => "ENABLE_INDEXED_DATABASE", default => (isGtk() || isEfl()), value => \$indexedDatabaseSupport },
    289289
    290290    { option => "input-speech", desc => "Toggle Input Speech support",
Note: See TracChangeset for help on using the changeset viewer.