Changeset 102275 in webkit


Ignore:
Timestamp:
Dec 7, 2011 2:46:24 PM (12 years ago)
Author:
adamk@chromium.org
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.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r102272 r102275  
     12011-12-07  Adam Klein  <adamk@chromium.org>
     2
     3        [MutationObservers] Enable in Chromium trunk
     4        https://bugs.webkit.org/show_bug.cgi?id=73851
     5
     6        Reviewed by Ojan Vafai.
     7
     8        * platform/chromium/test_expectations.txt: Stop skipping fast/mutation tests.
     9
    1102011-12-07  James Simonsen  <simonjam@chromium.org>
    211
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r102272 r102275  
    31933193BUGWK68469 SKIP : css3/filters = PASS
    31943194
    3195 // MutationObservers not yet enabled.
    3196 BUGWK68729 SKIP : fast/mutation = PASS
    3197 
    31983195// <style scoped> not yet enabled.
    31993196BUGWK49142 SKIP : fast/css/style-scoped = PASS
  • trunk/Source/WebKit/chromium/ChangeLog

    r102250 r102275  
     12011-12-07  Adam Klein  <adamk@chromium.org>
     2
     3        [MutationObservers] Enable in Chromium trunk
     4        https://bugs.webkit.org/show_bug.cgi?id=73851
     5
     6        Reviewed by Ojan Vafai.
     7
     8        Re-landing after fixing Chromium unit test crashes in r102171
     9        and inspector debugger crash in r102264.
     10
     11        * features.gypi:
     12
    1132011-12-07  Jonathan Backer  <backer@chromium.org>
    214
  • trunk/Source/WebKit/chromium/features.gypi

    r102141 r102275  
    116116      'use_skia%': 0,
    117117      'enable_touch_icon_loading%' : 0,
    118       'enable_mutation_observers%': 0,
     118      'enable_mutation_observers%': 1,
    119119    },
    120120    'use_accelerated_compositing%': '<(use_accelerated_compositing)',
Note: See TracChangeset for help on using the changeset viewer.