Bug 17321 - Fixes for a few wx issues
Summary: Fixes for a few wx issues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2008-02-11 22:39 PST by Kevin Ollivier
Modified: 2008-02-13 09:51 PST (History)
0 users

See Also:


Attachments
Fixes for wx port bugs (4.19 KB, patch)
2008-02-11 22:40 PST, Kevin Ollivier
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!