[Webkit-unassigned] [Bug 15334] Split ResourceRequest into platform specific files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 13:40:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15334





------- Comment #3 from hyatt at apple.com  2007-10-01 13:40 PDT -------
If you look at other examples in platform, we usually retain a single
cross-platform header and then just use ifdefs in that header for
platform-specific methods.  This way we don't have a proliferation of
platform-specific header files.

We make exceptions sometimes but usually only for classes for which the bulk of
the implementation (nearly all) is platform-specific.


-- 
Configure bugmail: http://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