Bug 115146 - cloneChildNodes looks for deleteButtonController in each level of recursion
Summary: cloneChildNodes looks for deleteButtonController in each level of recursion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-24 20:27 PDT by Ryosuke Niwa
Modified: 2013-04-25 11:32 PDT (History)
9 users (show)

See Also:


Attachments
Cleanup (3.22 KB, patch)
2013-04-24 20:29 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed builds (3.27 KB, patch)
2013-04-24 20:40 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed spelling (3.28 KB, patch)
2013-04-24 20:45 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-24 20:27:09 PDT
cloneChildNodes looks for deleteButtonController in each level of recursion
Comment 1 Ryosuke Niwa 2013-04-24 20:29:59 PDT
Created attachment 199611 [details]
Cleanup
Comment 2 Radar WebKit Bug Importer 2013-04-24 20:33:20 PDT
<rdar://problem/13734528>
Comment 3 Early Warning System Bot 2013-04-24 20:37:58 PDT
Comment on attachment 199611 [details]
Cleanup

Attachment 199611 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/157950
Comment 4 EFL EWS Bot 2013-04-24 20:39:02 PDT
Comment on attachment 199611 [details]
Cleanup

Attachment 199611 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/207067
Comment 5 Early Warning System Bot 2013-04-24 20:39:16 PDT
Comment on attachment 199611 [details]
Cleanup

Attachment 199611 [details] did not pass qt-wk2-ews (qt-wk2):
Output: http://webkit-queues.appspot.com/results/38505
Comment 6 EFL EWS Bot 2013-04-24 20:39:50 PDT
Comment on attachment 199611 [details]
Cleanup

Attachment 199611 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/220086
Comment 7 Ryosuke Niwa 2013-04-24 20:40:31 PDT
Created attachment 199612 [details]
Fixed builds
Comment 8 Geoffrey Garen 2013-04-24 20:42:26 PDT
> Source/WebCore/dom/ContainerNode.cpp:861
> +    cloneChildNodesAvoidingDeleteButon(this, clone, deleteButtonContainerElement);

Spelling: Should be "cloneChildNodesAvoidingDeleteButton".
Comment 9 Ryosuke Niwa 2013-04-24 20:45:17 PDT
Created attachment 199613 [details]
Fixed spelling
Comment 10 Andreas Kling 2013-04-25 05:44:09 PDT
Comment on attachment 199613 [details]
Fixed spelling

r=me
Comment 11 WebKit Commit Bot 2013-04-25 11:32:19 PDT
Comment on attachment 199613 [details]
Fixed spelling

Clearing flags on attachment: 199613

Committed r149127: <http://trac.webkit.org/changeset/149127>
Comment 12 WebKit Commit Bot 2013-04-25 11:32:22 PDT
All reviewed patches have been landed.  Closing bug.