Bug 157453 - Ensure DOM iterators remain done
Summary: Ensure DOM iterators remain done
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on: 131443
Blocks:
  Show dependency treegraph
 
Reported: 2016-05-07 13:22 PDT by youenn fablet
Modified: 2016-06-22 11:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.80 KB, patch)
2016-05-07 13:29 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (9.78 KB, patch)
2016-05-10 03:05 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-05-07 13:22:18 PDT
Current implementation of DOM iterators does not enforce that a "done: true" iterator will always return "done: true".
Comment 1 youenn fablet 2016-05-07 13:29:55 PDT
Created attachment 278337 [details]
Patch
Comment 2 youenn fablet 2016-05-10 03:05:43 PDT
Created attachment 278486 [details]
Patch
Comment 3 WebKit Commit Bot 2016-05-11 00:50:01 PDT
Comment on attachment 278486 [details]
Patch

Clearing flags on attachment: 278486

Committed r200678: <http://trac.webkit.org/changeset/200678>
Comment 4 WebKit Commit Bot 2016-05-11 00:50:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Jiewen Tan 2016-06-21 16:21:33 PDT
Reverted r200678 for reason:

This incompleted feature broke http://m.yahoo.co.jp. Roll it out together with r200619.

Committed r202302: <http://trac.webkit.org/changeset/202302>
Comment 6 Jiewen Tan 2016-06-21 17:05:06 PDT
Reverted r202302, r202303, r202305, and r202306 for reason:

Roll out the rollouts because of breaking the build.

Committed r202307: <http://trac.webkit.org/changeset/202307>