[Webkit-unassigned] [Bug 7803] New: Various (some hackish) improvements to Win32 support
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Mar 16 05:13:50 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7803
Summary: Various (some hackish) improvements to Win32 support
Product: WebKit
Version: 420+ (nightly)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
I'm posting this patch not because I feel that it's necessarily ready to land,
but rather that I think it's large enough and covers enough diverse areas that
I should talk some of these pieces out with others interested in win32 support.
This includes:
- partial key event support (likely sending incorrect keychars)
- partial selection support
- partial focus ring support (not rounded, not right color or pattern)
I also fixed the build in a couple ways, and moved khtml/editing to editing in
the project file.
I fixed sending of scroll and resize events as well as handling view focus.
With this patch applied you can interact (but not type into) a contenteditable
div, watch a caret blink, make selections on arbitrary text and images on any
page, and see focus rings draw around highlighted controls.
The goal of these hacks are to get enough things to better understand what
broken in the current code. The FontWin code you see in this patch is
obviously not something we could ship (but in writing it not only did I learn
more about our font rendering APIs and hopefully have enabled myself and others
to discover other engine bugs and further parallelize the work).
--
Configure bugmail: http://bugzilla.opendarwin.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