Title: [102275] trunk
Revision
102275
Author
[email protected]
Date
2011-12-07 14:46:24 -0800 (Wed, 07 Dec 2011)

Log Message

[MutationObservers] Enable in Chromium trunk
https://bugs.webkit.org/show_bug.cgi?id=73851

Reviewed by Ojan Vafai.

Source/WebKit/chromium:

Re-landing after fixing Chromium unit test crashes in r102171
and inspector debugger crash in r102264.

* features.gypi:

LayoutTests:

* platform/chromium/test_expectations.txt: Stop skipping fast/mutation tests.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102274 => 102275)


--- trunk/LayoutTests/ChangeLog	2011-12-07 22:45:15 UTC (rev 102274)
+++ trunk/LayoutTests/ChangeLog	2011-12-07 22:46:24 UTC (rev 102275)
@@ -1,3 +1,12 @@
+2011-12-07  Adam Klein  <[email protected]>
+
+        [MutationObservers] Enable in Chromium trunk
+        https://bugs.webkit.org/show_bug.cgi?id=73851
+
+        Reviewed by Ojan Vafai.
+
+        * platform/chromium/test_expectations.txt: Stop skipping fast/mutation tests.
+
 2011-12-07  James Simonsen  <[email protected]>
 
         [Chromium] Unreviewed, clean out passing tests from test_expectations.txt

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (102274 => 102275)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-12-07 22:45:15 UTC (rev 102274)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-12-07 22:46:24 UTC (rev 102275)
@@ -3192,9 +3192,6 @@
 // CSS Filters support not yet enabled
 BUGWK68469 SKIP : css3/filters = PASS
 
-// MutationObservers not yet enabled.
-BUGWK68729 SKIP : fast/mutation = PASS
-
 // <style scoped> not yet enabled.
 BUGWK49142 SKIP : fast/css/style-scoped = PASS
 

Modified: trunk/Source/WebKit/chromium/ChangeLog (102274 => 102275)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-07 22:45:15 UTC (rev 102274)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-07 22:46:24 UTC (rev 102275)
@@ -1,3 +1,15 @@
+2011-12-07  Adam Klein  <[email protected]>
+
+        [MutationObservers] Enable in Chromium trunk
+        https://bugs.webkit.org/show_bug.cgi?id=73851
+
+        Reviewed by Ojan Vafai.
+
+        Re-landing after fixing Chromium unit test crashes in r102171
+        and inspector debugger crash in r102264.
+
+        * features.gypi:
+
 2011-12-07  Jonathan Backer  <[email protected]>
 
         [chromium] Plumb damage from WebExternalTextureLayer and WebPluginContainer to CCDamageTracker

Modified: trunk/Source/WebKit/chromium/features.gypi (102274 => 102275)


--- trunk/Source/WebKit/chromium/features.gypi	2011-12-07 22:45:15 UTC (rev 102274)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-12-07 22:46:24 UTC (rev 102275)
@@ -115,7 +115,7 @@
       'enable_touch_events%': 1,
       'use_skia%': 0,
       'enable_touch_icon_loading%' : 0,
-      'enable_mutation_observers%': 0,
+      'enable_mutation_observers%': 1,
     },
     'use_accelerated_compositing%': '<(use_accelerated_compositing)',
     'enable_skia_text%': '<(enable_skia_text)',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to