Bug 57506 - [Qt] Rename certain POSIXy CoreIPC/qt and Platform/qt files
Summary: [Qt] Rename certain POSIXy CoreIPC/qt and Platform/qt files
Status: RESOLVED DUPLICATE of bug 49791
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Siddharth Mathur
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-03-30 14:37 PDT by Siddharth Mathur
Modified: 2011-03-30 15:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (39.93 KB, patch)
2011-03-30 14:59 PDT, Siddharth Mathur
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Siddharth Mathur 2011-03-30 14:37:58 PDT
In Source/WebKit2/Platform/qt/, rename SharedMemoryQt.cpp to SharedMemoryPosix.cpp. 
In Source/WebKit2/Platform/CoreIPC/qt/, rename ConnectionQt.cpp to ConnectionPosix.cpp

Both these files are very non-portable POSIX in their implementation, and of little use for WebKit2 on Symbian or Windows via Qt. Hence renaming them in preparation of Bug 55875 Bug 55877 which will add SharedMemorySymbian.cpp and ConnectionSymbian.cpp to the abovementioned folders.
Comment 1 Siddharth Mathur 2011-03-30 14:59:08 PDT
Created attachment 87624 [details]
Patch
Comment 2 Balazs Kelemen 2011-03-30 15:58:15 PDT
We can handle the renames in the GTK patch. I have commented on that.

*** This bug has been marked as a duplicate of bug 49791 ***