Bug 114124

Summary: [WK2][GTK] Make WK2 C API headers compile in the GTK build on Windows
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: commit-queue, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+, commit-queue: commit-queue-

Kalev Lember
Reported 2013-04-07 10:42:35 PDT
Similar to https://bugs.webkit.org/show_bug.cgi?id=96246 , we don't want to include WKBase.h and WKAPICast.h in the GTK Windows build, these files are specific to the Safari/Windows port.
Attachments
Patch (2.26 KB, patch)
2013-04-07 10:44 PDT, Kalev Lember
mrobinson: review+
commit-queue: commit-queue-
Kalev Lember
Comment 1 2013-04-07 10:44:12 PDT
WebKit Commit Bot
Comment 2 2013-04-11 13:04:59 PDT
Comment on attachment 196796 [details] Patch Rejecting attachment 196796 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 196796, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: 3. patching file Source/WebKit2/Shared/API/c/WKBase.h Hunk #1 FAILED at 29. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit2/Shared/API/c/WKBase.h.rej patching file Source/WebKit2/UIProcess/API/C/WKAPICast.h Hunk #1 FAILED at 409. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit2/UIProcess/API/C/WKAPICast.h.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Martin Robinson']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/45340
Kalev Lember
Comment 3 2013-04-11 13:49:32 PDT
Looks like during the time that passed between the r+ and the cq+, another change has landed that removed the conditional windows includes altogether. http://trac.webkit.org/changeset/147963
Note You need to log in before you can comment on or make changes to this bug.