RESOLVED FIXED 136951
Remove WinCE port from trunk
https://bugs.webkit.org/show_bug.cgi?id=136951
Summary Remove WinCE port from trunk
Csaba Osztrogonác
Reported 2014-09-19 04:43:49 PDT
Here is the webkit-dev thread about it without any objection: https://lists.webkit.org/pipermail/webkit-dev/2014-August/026829.html
Attachments
WIP patch for EWS (581.06 KB, patch)
2014-09-19 04:59 PDT, Csaba Osztrogonác
no flags
WIP patch for EWS (581.19 KB, patch)
2014-09-19 05:30 PDT, Csaba Osztrogonác
no flags
WIP patch for EWS (581.19 KB, patch)
2014-09-19 05:56 PDT, Csaba Osztrogonác
no flags
WIP patch for EWS - with win fixes (581.66 KB, patch)
2014-09-21 15:30 PDT, Csaba Osztrogonác
no flags
proposed patch (584.50 KB, patch)
2014-09-24 02:18 PDT, Csaba Osztrogonác
alex.christensen: review+
commit-queue: commit-queue-
Csaba Osztrogonác
Comment 1 2014-09-19 04:59:38 PDT
Created attachment 238372 [details] WIP patch for EWS
Csaba Osztrogonác
Comment 2 2014-09-19 05:30:45 PDT
Created attachment 238373 [details] WIP patch for EWS
Csaba Osztrogonác
Comment 3 2014-09-19 05:56:41 PDT
Created attachment 238374 [details] WIP patch for EWS
Csaba Osztrogonác
Comment 4 2014-09-21 15:30:54 PDT
Created attachment 238435 [details] WIP patch for EWS - with win fixes
Alex Christensen
Comment 5 2014-09-23 14:55:48 PDT
I know this is WIP, but it looks good to me so far.
Csaba Osztrogonác
Comment 6 2014-09-24 02:02:26 PDT
Comment on attachment 238435 [details] WIP patch for EWS - with win fixes View in context: https://bugs.webkit.org/attachment.cgi?id=238435&action=review > Source/WTF/wtf/OSAllocator.h:82 > -inline void OSAllocator::decommitAndRelease(void* releaseBase, size_t releaseSize, void* decommitBase, size_t decommitSize) > +inline void OSAllocator::decommitAndRelease(void* releaseBase, size_t releaseSize, void*, size_t) Maybe we can get rid of these parameters from call sides too. > Source/WebCore/platform/graphics/win/GDIExtras.h:-59 > -#endif We can remove the whole header, because it was included only from Source/WebCore/platform/graphics/win/GDIExtras.cpp. > Source/WebCore/platform/win/COMPtr.h:-40 > -#if !OS(WINCE) > -#include <guiddef.h> > -#endif > - It shouldn't be removed because of the guard, but is seems Windows EWS is still happy.
Csaba Osztrogonác
Comment 7 2014-09-24 02:18:53 PDT
Created attachment 238592 [details] proposed patch addressed my comments in Comment #6 , except the Source/WebCore/platform/win/COMPtr.h change
Csaba Osztrogonác
Comment 8 2014-09-24 07:53:17 PDT
Comment on attachment 238592 [details] proposed patch I think this patch is ready for review now.
Alex Christensen
Comment 9 2014-09-24 17:35:24 PDT
Comment on attachment 238592 [details] proposed patch This looks good, passes the Win EWS, and I just checked that it doesn't break WinCairo. I am disappointed that nobody thinks WinCE is worth maintaining, but I see no reason that this shouldn't go in based on the discussion on webkit-dev. This can always be used as reference later.
WebKit Commit Bot
Comment 10 2014-09-25 02:43:23 PDT
Comment on attachment 238592 [details] proposed patch Rejecting attachment 238592 [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', 'validate-changelog', '--check-oops', '--non-interactive', 238592, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: self._filesystem.open_text_file_for_reading(self.path) File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py", line 205, in open_text_file_for_reading return codecs.open(path, 'r', 'utf8', errors) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py", line 881, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 2] No such file or directory: u'/Volumes/Data/EWS/WebKit/Source/WebKit/wince/ChangeLog' Full output: http://webkit-queues.appspot.com/results/6567887099658240
Csaba Osztrogonác
Comment 11 2014-09-25 03:42:39 PDT
Landed manually in https://trac.webkit.org/changeset/173949 and https://trac.webkit.org/changeset/173950 , because commit-log-editor can't handle the removed Source/WebKit/wince/ChangeLog file.
Note You need to log in before you can comment on or make changes to this bug.