[Webkit-unassigned] [Bug 20746] Port WebKit to Qt on Windows CE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 20 13:45:26 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20746


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23466|review?                     |review-
               Flag|                            |




------- Comment #25 from eric at webkit.org  2008-09-20 13:45 PDT -------
(From update of attachment 23466)
Please use WebKit style for your changes.
http://webkit.org/coding/contributing.html

Also, I think that the "abort()" definition should go in config.h or some
header which config.h (or whatever pre-compiled header your WinCE build uses). 
 It's silly to need to have #ifdefs around every abort() usage.  Another way
would be to change all abort usages to some webkit-specific function (like
ABORT()) or similar, but I think it's better to just define abort() for WinCE.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list