Changeset 87492 in webkit


Ignore:
Timestamp:
May 27, 2011 4:16:52 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-27 Shishir Agrawal <shishir@chromium.org>

Reviewed by Tony Gentilcore.

Enable Page Visibility API in the chromium port.
https://bugs.webkit.org/show_bug.cgi?id=61397

  • platform/chromium/test_expectations.txt:

2011-05-27 Shishir Agrawal <shishir@chromium.org>

Reviewed by Tony Gentilcore.

Enable Page Visibility API in the chromium port.
https://bugs.webkit.org/show_bug.cgi?id=61397

  • features.gypi:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87486 r87492  
     12011-05-27  Shishir Agrawal  <shishir@chromium.org>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        Enable Page Visibility API in the chromium port.
     6        https://bugs.webkit.org/show_bug.cgi?id=61397
     7
     8        * platform/chromium/test_expectations.txt:
     9
    1102011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r87489 r87492  
    38693869BUGWK60414 WIN : platform/win/plugins/visibility-hidden.html = CRASH
    38703870
    3871 // Page visibility API not turned on.
    3872 BUGWK54181 : fast/events/page-visibility-iframe-delete-test.html = TIMEOUT
    3873 BUGWK54181 : fast/events/page-visibility-iframe-move-test.html = TIMEOUT
    3874 BUGWK54181 : fast/events/page-visibility-iframe-propagation-test.html = TIMEOUT
    3875 BUGWK54181 : fast/events/page-visibility-transition-test.html = TIMEOUT
    3876 
    38773871BUGCR82281 : fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html = TEXT
    38783872BUGCR82281 : fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html = TEXT
  • trunk/Source/WebKit/chromium/ChangeLog

    r87469 r87492  
     12011-05-27  Shishir Agrawal  <shishir@chromium.org>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        Enable Page Visibility API in the chromium port.
     6        https://bugs.webkit.org/show_bug.cgi?id=61397
     7
     8        * features.gypi:
     9
    1102011-05-26  Mihai Parparita  <mihaip@chromium.org>
    211
  • trunk/Source/WebKit/chromium/features.gypi

    r87274 r87492  
    7878        'ENABLE_OPENTYPE_SANITIZER=1',
    7979        'ENABLE_ORIENTATION_EVENTS=0',
    80         'ENABLE_PAGE_VISIBILITY_API=0',
     80        'ENABLE_PAGE_VISIBILITY_API=1',
    8181        'ENABLE_PROGRESS_TAG=1',
    8282        'ENABLE_QUOTA=1',
Note: See TracChangeset for help on using the changeset viewer.