[Webkit-unassigned] [Bug 17267] [GTK] Primary selection/clipboard support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 11 16:26:50 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com




------- Comment #3 from alp at nuanti.com  2008-08-11 16:26 PDT -------
The performance hit/memory fragmentation of converting HTML to text every time
a large selection is changed would be too great, and would rule out the
possibility of content negotiation (copy and paste as HTML, text, rich text,
Pango markup etc.)

I think we need to avoid copying the inner text of the selection every time it
changes, instead responding to a primary selection request when it happens (Qt
does the former and I don't like it.)


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



More information about the webkit-unassigned mailing list