[Webkit-unassigned] [Bug 38470] Add empty folder to house URL parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 10:46:29 PDT 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-05-03 10:46:27 PST ---
Here are some locations that have been floated:

JavaScriptCore/wtf/url
JavaScriptCore/wtf/URLCore
JavaScriptCore/URLCore
WebCore/URLCore

It seems a bit silly to put the code in JavaScriptCore because it has very
little to do with JavaScript.  It has more to do with WebCore, so maybe that
makes the most sense.  My guess is that fishd's main concern is that the code
not accrete dependencies on WebCore.

Perhaps WebCore/URLCore with its own ChangeLog file makes the most sense?  We
already have folders in WebCore with special dependency rules (e.g., platform).

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



More information about the webkit-unassigned mailing list