RESOLVED FIXED 119167
GraphicsContext3D needs implementation on Windows
https://bugs.webkit.org/show_bug.cgi?id=119167
Summary GraphicsContext3D needs implementation on Windows
Alex Christensen
Reported 2013-07-26 15:34:37 PDT
GraphicsContext3D has 9 methods that are not implemented for the Apple Win port. They're implemented for Cairo, Mac, Blackberry, Qt, and EFL, but not for the AppleWin port. I made an implementation based on the Cairo and Mac ports, the two cousins of the AppleWin port. It compiles and links successfully, and it's protected by USE(3D_GRAPHICS), so it won't break anything anyone is using now.
Attachments
Patch (10.79 KB, patch)
2013-07-26 15:40 PDT, Alex Christensen
no flags
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 (1.25 MB, application/zip)
2013-07-26 23:21 PDT, Build Bot
no flags
Alex Christensen
Comment 1 2013-07-26 15:40:17 PDT
Build Bot
Comment 2 2013-07-26 23:21:13 PDT
Comment on attachment 207558 [details] Patch Attachment 207558 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/1251422 New failing tests: editing/unsupported-content/table-delete-003.html editing/unsupported-content/list-type-before.html editing/unsupported-content/table-type-before.html editing/unsupported-content/list-delete-003.html editing/unsupported-content/list-delete-001.html editing/unsupported-content/list-type-after.html editing/unsupported-content/table-delete-002.html editing/unsupported-content/table-type-after.html editing/unsupported-content/table-delete-001.html
Build Bot
Comment 3 2013-07-26 23:21:14 PDT
Created attachment 207577 [details] Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-09 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.3
WebKit Commit Bot
Comment 4 2013-07-29 14:24:21 PDT
Comment on attachment 207558 [details] Patch Clearing flags on attachment: 207558 Committed r153441: <http://trac.webkit.org/changeset/153441>
WebKit Commit Bot
Comment 5 2013-07-29 14:24:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.