Bug 57506

Summary: [Qt] Rename certain POSIXy CoreIPC/qt and Platform/qt files
Product: WebKit Reporter: Siddharth Mathur <s.mathur>
Component: WebKit2Assignee: Siddharth Mathur <s.mathur>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: kbalazs, laszlo.gombos, ossy
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch none

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 ***