Bug 83706

Summary: [MutationObservers] Setting an attributeFilter should filter out all namespaced attribute mutations
Product: WebKit Reporter: Adam Klein <adamk>
Component: New BugsAssignee: Adam Klein <adamk>
Status: RESOLVED FIXED    
Severity: Normal CC: ojan, rafaelw, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68729    
Attachments:
Description Flags
Patch none

Description Adam Klein 2012-04-11 10:41:47 PDT
[MutationObservers] Setting an attributeFilter should filter out all namespaced attribute mutations
Comment 1 Adam Klein 2012-04-11 10:49:19 PDT
Created attachment 136700 [details]
Patch
Comment 2 Ryosuke Niwa 2012-04-11 12:06:15 PDT
Comment on attachment 136700 [details]
Patch

Do we have a test case for listening to changes to qualified attributes when we don't have any filter?
Comment 3 Adam Klein 2012-04-11 12:14:44 PDT
(In reply to comment #2)
> (From update of attachment 136700 [details])
> Do we have a test case for listening to changes to qualified attributes when we don't have any filter?

Yep, testNamespaceURI() in observe-attributes.html verifies that behavior.
Comment 4 WebKit Review Bot 2012-04-11 13:00:44 PDT
Comment on attachment 136700 [details]
Patch

Clearing flags on attachment: 136700

Committed r113897: <http://trac.webkit.org/changeset/113897>
Comment 5 WebKit Review Bot 2012-04-11 13:00:49 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Adam Klein 2012-04-30 08:52:28 PDT
*** Bug 83496 has been marked as a duplicate of this bug. ***