Bug 83706 - [MutationObservers] Setting an attributeFilter should filter out all namespaced attribute mutations
Summary: [MutationObservers] Setting an attributeFilter should filter out all namespac...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Klein
URL:
Keywords:
: 83496 (view as bug list)
Depends on:
Blocks: 68729
  Show dependency treegraph
 
Reported: 2012-04-11 10:41 PDT by Adam Klein
Modified: 2012-04-30 08:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (17.00 KB, patch)
2012-04-11 10:49 PDT, Adam Klein
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***