[Webkit-unassigned] [Bug 46761] Remove calls to Document::updateStyleForAllDocuments()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 17 16:21:12 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=46761


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |eric at webkit.org




--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-01-17 16:21:11 PST ---
Adam/Eric: so in the current state, we create an empty text node at parse time, then make a <br> at style resolve time, and merge it with the preceding empty text node.

After removing updateStyleForAllDocuments(), we create the text node, and then the <br> first (through style resolve), and fail to merge them.

Should we try harder to merge in ::attach()?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list