Bug 102576 - REGRESSION(r134817): Broke iframes and causing tons of crashes on ClusterFuzz (Requested by inferno-sec on #webkit).
Summary: REGRESSION(r134817): Broke iframes and causing tons of crashes on ClusterFuzz...
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: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 101821
  Show dependency treegraph
 
Reported: 2012-11-16 18:31 PST by WebKit Review Bot
Modified: 2012-11-16 18:53 PST (History)
2 users (show)

See Also:


Attachments
ROLLOUT of r134817 (10.90 KB, patch)
2012-11-16 18:31 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-11-16 18:31:08 PST
http://trac.webkit.org/changeset/134817 broke the build:
Broke iframes and causing tons of crashes on ClusterFuzz (Requested by inferno-sec on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-11-16 18:31:50 PST
Created attachment 174792 [details]
ROLLOUT of r134817

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Elliott Sprehn 2012-11-16 18:37:18 PST
Note that iframes still work properly, the issue is malformed HTML and adoption agency algorithm which moves the frame around without unloading it first. This is because ContainerNode::parserRemoveChild doesn't do frame disconnection.

We should override HTMLFrameOwnerElement::removedFrom() to walk up the tree and decrement the counters if the contentFrame() is still set.
Comment 3 Abhishek Arya 2012-11-16 18:52:27 PST
Comment on attachment 174792 [details]
ROLLOUT of r134817

Elliot knows the patch to fix this and plans to put it up Monday.
Comment 4 WebKit Review Bot 2012-11-16 18:53:18 PST
Comment on attachment 174792 [details]
ROLLOUT of r134817

Clearing flags on attachment: 174792

Committed r135030: <http://trac.webkit.org/changeset/135030>
Comment 5 WebKit Review Bot 2012-11-16 18:53:21 PST
All reviewed patches have been landed.  Closing bug.