Changeset 65881 in webkit


Ignore:
Timestamp:
Aug 24, 2010 2:27:22 AM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-08-24 Kent Tamura <tkent@chromium.org>

Reviewed by Jeremy Orlow.

[DRT/Chromium] Support for IndexedDB tests
https://bugs.webkit.org/show_bug.cgi?id=44490

  • platform/chromium/drt_expectations.txt:

2010-08-24 Kent Tamura <tkent@chromium.org>

Reviewed by Jeremy Orlow.

[DRT/Chromium] Support for IndexedDB tests
https://bugs.webkit.org/show_bug.cgi?id=44490

  • DEPS: Roll Chromium to r57145 to have a webkit_support change.

2010-08-24 Kent Tamura <tkent@chromium.org>

Reviewed by Jeremy Orlow.

[DRT/Chromium] Support for IndexedDB tests
https://bugs.webkit.org/show_bug.cgi?id=44490

  • DumpRenderTree/chromium/TestShell.cpp: (TestShell::TestShell): Enable IndexedDB.
Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65880 r65881  
     12010-08-24  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        [DRT/Chromium] Support for IndexedDB tests
     6        https://bugs.webkit.org/show_bug.cgi?id=44490
     7
     8        * platform/chromium/drt_expectations.txt:
     9
    1102010-08-24  Nikolas Zimmermann  <nzimmermann@rim.com>
    211
  • trunk/LayoutTests/platform/chromium/drt_expectations.txt

    r65800 r65881  
    207207BUG50197 WIN MAC LINUX : svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html = IMAGE
    208208
    209 BUG_DRT RELEASE : storage/indexeddb/basics.html = TIMEOUT
    210 BUG_DRT RELEASE : storage/indexeddb/database-basics.html = TIMEOUT
    211 BUG_DRT RELEASE : storage/indexeddb/keyrange.html = TIMEOUT
    212 BUG_DRT RELEASE : storage/indexeddb/objectstore-basics.html = TIMEOUT
    213 BUG_DRT DEBUG : storage/indexeddb/basics.html = CRASH
    214 BUG_DRT DEBUG : storage/indexeddb/database-basics.html = CRASH
    215 BUG_DRT DEBUG : storage/indexeddb/keyrange.html = CRASH
    216 BUG_DRT DEBUG : storage/indexeddb/objectstore-basics.html = CRASH
    217 BUG_DRT WIN MAC LINUX : storage/indexeddb/open-cursor.html = TIMEOUT
    218 BUG_DRT WIN MAC LINUX : storage/indexeddb/database-description.html = TIMEOUT
    219 BUG_DRT WIN MAC LINUX : storage/indexeddb/transaction-basics.html = TIMEOUT
    220 
    221209// Need to implement something?
    222210BUG_DRT WIN : inspector/console-assert.html = CRASH
  • trunk/WebKit/chromium/ChangeLog

    r65869 r65881  
     12010-08-24  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        [DRT/Chromium] Support for IndexedDB tests
     6        https://bugs.webkit.org/show_bug.cgi?id=44490
     7
     8        * DEPS: Roll Chromium to r57145 to have a webkit_support change.
     9
    1102010-08-24  Roland Steiner  <rolandsteiner@chromium.org>
    211
  • trunk/WebKit/chromium/DEPS

    r65715 r65881  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '56564',
     35  'chromium_rev': '57145',
    3636}
    3737
  • trunk/WebKitTools/ChangeLog

    r65841 r65881  
     12010-08-24  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        [DRT/Chromium] Support for IndexedDB tests
     6        https://bugs.webkit.org/show_bug.cgi?id=44490
     7
     8        * DumpRenderTree/chromium/TestShell.cpp:
     9        (TestShell::TestShell): Enable IndexedDB.
     10
    1112010-08-23  Martin Robinson  <mrobinson@igalia.com>
    212
  • trunk/WebKitTools/DumpRenderTree/chromium/TestShell.cpp

    r65216 r65881  
    8787{
    8888    WebRuntimeFeatures::enableGeolocation(true);
     89    WebRuntimeFeatures::enableIndexedDatabase(true);
    8990    m_accessibilityController.set(new AccessibilityController(this));
    9091    m_layoutTestController.set(new LayoutTestController(this));
Note: See TracChangeset for help on using the changeset viewer.