[Webkit-unassigned] [Bug 10216] PDF created by printing should have live hyperlinks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 11 01:58:43 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=10216


bdakin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11030|                            |review?(hyatt at apple.com)
               Flag|                            |
  Attachment #10956|0                           |1
        is obsolete|                            |




------- Comment #33 from bdakin at apple.com  2006-10-11 01:58 PDT -------
Created an attachment (id=11030)
 --> (http://bugs.webkit.org/attachment.cgi?id=11030&action=view)
Cleaned up and slightly different patch.

Here is a cleaned up patch. I have posted it for review again, though, because
it is also slightly different. Hyatt and I were talking on IRC, and we realized
that a CSS property is not necessary after all; all of the information we need
if available right in RenderObject. So I added hasOutlineAnnotation() and
hasOutline() to RenderObject.h instead of having th annotation be a style.
Otherwise, the patch is pretty much the same as Ken's last patch. 

Ken, it would be really helpful if you could either tell me how you have been
testing this or if you could roll my patch into your tree and test it yourself.
I am fairly positive that this patch will have identical behavior to your last
one, but I would like to check before landing it. 


-- 
Configure bugmail: http://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