Bug 115146

Summary: cloneChildNodes looks for deleteButtonController in each level of recursion
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eflews.bot, esprehn+autocc, ggaren, gyuyoung.kim, kling, koivisto, webkit-bug-importer, webkit-ews
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup
none
Fixed builds
none
Fixed spelling none

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.