[webkit-reviews] review granted: [Bug 76183] Web Inspector: make HTML editing preserve node identity when node nesting level changes. : [Attachment 122253] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 09:42:14 PST 2012


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 76183: Web Inspector: make HTML editing preserve node identity when node
nesting level changes.
https://bugs.webkit.org/show_bug.cgi?id=76183

Attachment 122253: Patch
https://bugs.webkit.org/attachment.cgi?id=122253&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=122253&action=review


> Source/WebCore/inspector/DOMEditor.cpp:402
> +    Deque<Digest*> queue;

Why do you prefer BFS over DFS here?


More information about the webkit-reviews mailing list