Bug 17321

Summary: Fixes for a few wx issues
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Wx
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fixes for wx port bugs darin: review+

Description Kevin Ollivier 2008-02-11 22:39:50 PST
These are a few bugfixes for the wx port. specifically:

- Make sure wx headers are included before windows.h so that it is properly configured

- Pass font info UTF8 string to the 8-bit friendly version of computeHash

- Fix for drawing origin when using wxGCDC (aka GDIPlus/Cairo/CoreGraphics mode)

- Update wxPython bindings after renaming of a wxWebKit event.
Comment 1 Kevin Ollivier 2008-02-11 22:40:56 PST
Created attachment 19088 [details]
Fixes for wx port bugs
Comment 2 Darin Adler 2008-02-13 04:46:46 PST
Comment on attachment 19088 [details]
Fixes for wx port bugs

All looks fine.

What is MSW?

r=me
Comment 3 Kevin Ollivier 2008-02-13 09:10:16 PST
Sorry, MSW = MicroSoft Windows :-)
Comment 4 Kevin Ollivier 2008-02-13 09:51:20 PST
Landed in r30204. Thanks!