RESOLVED FIXED 78796
[Refactoring] Remove location from NodeRenderingContext.
https://bugs.webkit.org/show_bug.cgi?id=78796
Summary [Refactoring] Remove location from NodeRenderingContext.
Shinya Kawanaka
Reported 2012-02-16 03:15:02 PST
We had location and phase in NodeRenderingContext because we had to traverse a shadow tree twice to attach it. Currently we don't traverse it twice, we should be able to make NodeRenderingContext much simpler.
Attachments
Test (4.54 KB, patch)
2012-02-16 04:08 PST, Shinya Kawanaka
no flags
Patch (9.63 KB, patch)
2012-02-16 17:17 PST, Shinya Kawanaka
no flags
Patch (10.02 KB, patch)
2012-02-16 17:49 PST, Shinya Kawanaka
no flags
Shinya Kawanaka
Comment 1 2012-02-16 04:08:40 PST
Shinya Kawanaka
Comment 2 2012-02-16 17:17:04 PST
Hajime Morrita
Comment 3 2012-02-16 17:29:14 PST
Comment on attachment 127477 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=127477&action=review basically looks good. Let's take small time to make the intention clear. > Source/WebCore/dom/NodeRenderingContext.h:79 > }; It's time to give good name for these phase. Could you pick some relevant word from the Shadow DOM node composition algorithm?
Shinya Kawanaka
Comment 4 2012-02-16 17:49:27 PST
WebKit Review Bot
Comment 5 2012-02-16 20:14:05 PST
Comment on attachment 127485 [details] Patch Clearing flags on attachment: 127485 Committed r108021: <http://trac.webkit.org/changeset/108021>
WebKit Review Bot
Comment 6 2012-02-16 20:14:11 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.