Title: [87492] trunk
Revision
87492
Author
commit-qu...@webkit.org
Date
2011-05-27 04:16:52 -0700 (Fri, 27 May 2011)

Log Message

2011-05-27  Shishir Agrawal  <shis...@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  <shis...@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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87491 => 87492)


--- trunk/LayoutTests/ChangeLog	2011-05-27 10:54:40 UTC (rev 87491)
+++ trunk/LayoutTests/ChangeLog	2011-05-27 11:16:52 UTC (rev 87492)
@@ -1,3 +1,12 @@
+2011-05-27  Shishir Agrawal  <shis...@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  Ryosuke Niwa  <rn...@webkit.org>
 
         Reviewed by Kent Tamura.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87491 => 87492)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-27 10:54:40 UTC (rev 87491)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-27 11:16:52 UTC (rev 87492)
@@ -3868,12 +3868,6 @@
 // The test is added at r85961.
 BUGWK60414 WIN : platform/win/plugins/visibility-hidden.html = CRASH
 
-// Page visibility API not turned on.
-BUGWK54181 : fast/events/page-visibility-iframe-delete-test.html = TIMEOUT
-BUGWK54181 : fast/events/page-visibility-iframe-move-test.html = TIMEOUT
-BUGWK54181 : fast/events/page-visibility-iframe-propagation-test.html = TIMEOUT
-BUGWK54181 : fast/events/page-visibility-transition-test.html = TIMEOUT
-
 BUGCR82281 : fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html = TEXT
 BUGCR82281 : fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html = TEXT
 BUGCR82281 : fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html = TEXT

Modified: trunk/Source/WebKit/chromium/ChangeLog (87491 => 87492)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-05-27 10:54:40 UTC (rev 87491)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-05-27 11:16:52 UTC (rev 87492)
@@ -1,3 +1,12 @@
+2011-05-27  Shishir Agrawal  <shis...@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:
+
 2011-05-26  Mihai Parparita  <mih...@chromium.org>
 
         Reviewed by Adam Barth.

Modified: trunk/Source/WebKit/chromium/features.gypi (87491 => 87492)


--- trunk/Source/WebKit/chromium/features.gypi	2011-05-27 10:54:40 UTC (rev 87491)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-05-27 11:16:52 UTC (rev 87492)
@@ -77,7 +77,7 @@
         'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
         'ENABLE_OPENTYPE_SANITIZER=1',
         'ENABLE_ORIENTATION_EVENTS=0',
-        'ENABLE_PAGE_VISIBILITY_API=0',
+        'ENABLE_PAGE_VISIBILITY_API=1',
         'ENABLE_PROGRESS_TAG=1',
         'ENABLE_QUOTA=1',
         'ENABLE_REGISTER_PROTOCOL_HANDLER=0',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to