RESOLVED FIXED Bug 38480
wx port: scheduleDispatchFunctionsOnMainThread is unimplemented
https://bugs.webkit.org/show_bug.cgi?id=38480
Summary wx port: scheduleDispatchFunctionsOnMainThread is unimplemented
Kevin Watters
Reported 2010-05-03 12:29:09 PDT
Created attachment 54953 [details] implements scheduleDispatchFunctionsOnMainThread The wx port needs an implementation for scheduleDispatchFunctionsOnMainThread in MainThreadWx.cpp.
Attachments
implements scheduleDispatchFunctionsOnMainThread (1.65 KB, patch)
2010-05-03 12:29 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
WebKit Review Bot
Comment 1 2010-05-03 12:34:01 PDT
Attachment 54953 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 JavaScriptCore/wtf/wx/MainThreadWx.cpp:33: Alphabetical sorting problem. [build/include_order] [4] JavaScriptCore/wtf/wx/MainThreadWx.cpp:36: wxEVT_CALL_AFTER is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] JavaScriptCore/wtf/wx/MainThreadWx.cpp:39: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 3 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Kevin Ollivier
Comment 2 2010-05-03 12:39:46 PDT
These style issues are due to conflict with wx header and naming conventions, so I'm approving this patch.
Kevin Ollivier
Comment 3 2010-05-03 15:37:56 PDT
Landed in r58709, thanks!
Note You need to log in before you can comment on or make changes to this bug.