Bug 73880 - [MutationObservers] Support 'attributes' mutation records for element.removeAttribute
Summary: [MutationObservers] Support 'attributes' mutation records for element.removeA...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rafael Weinstein
URL:
Keywords:
Depends on: 73919
Blocks: 68729
  Show dependency treegraph
 
Reported: 2011-12-05 17:32 PST by Rafael Weinstein
Modified: 2011-12-07 13:28 PST (History)
6 users (show)

See Also:


Attachments
Patch (8.24 KB, patch)
2011-12-05 17:40 PST, Rafael Weinstein
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Weinstein 2011-12-05 17:32:03 PST
element.removeAttribute should cause an 'attributes' mutation record to be enqueued for appropriate observers
Comment 1 Rafael Weinstein 2011-12-05 17:40:24 PST
Created attachment 117963 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-05 23:37:23 PST
Comment on attachment 117963 [details]
Patch

Clearing flags on attachment: 117963

Committed r102100: <http://trac.webkit.org/changeset/102100>
Comment 3 WebKit Review Bot 2011-12-05 23:37:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Vsevolod Vlasov 2011-12-06 06:40:05 PST
I think this change caused inspector/debugger/dom-breakpoints.html test to crash on chromium linux debug (assertion failed).
https://bugs.webkit.org/show_bug.cgi?id=73919

Flakiness dashboard:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fsecurity%2FmixedContent%2Finsecure-image-in-main-frame.html%2Cinspector%2Fdebugger%2Fdom-breakpoints.html
Comment 5 Dimitri Glazkov (Google) 2011-12-06 11:22:52 PST
Yes it did, let's revert this sucker.
Comment 6 Adam Klein 2011-12-06 11:26:34 PST
(In reply to comment #5)
> Yes it did, let's revert this sucker.

No need to revert for now, since this is behind ENABLE(MUTATION_OBSERVERS), which is not enabled on trunk (vsevik rolled it out the change to turn it on in http://trac.webkit.org/changeset/102141).  I'm looking into the failure.