Re: dom/ and content/ source reorganization
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
> 2) Keep the public IDL interfaces in roughly their current form in > dom/interfaces I don't feel strongly about this, I suspect it'd also be ok to merge a bit more heavily here. There's also the question of what should live in dom/interfaces, vs. dom/X/src > 3) Use the following other directories: Don't really think the following deserve their own directories dom/json dom/html/canvas dom/offline (don't feel strongly here) dom/storage (don't feel strongly here either) There's also a question what to do with the subdirectories under XSLT. I'd suggest: content/xslt/src/public -> dom/xslt/src or dom/interfaces/xslt content/xslt/src/base -> dom/xslt/src content/xslt/src/main -> dom/xslt/src/standalone content/xslt/src/xml/txXML* -> dom/xslt/src content/xslt/src/xml/* -> dom/xslt/src/standalone content/xslt/src/xpath -> dom/xslt/src content/xslt/src/xslt -> dom/xslt/src content/xslt/tests -> dom/xslt/tests content/xslt/crashtests -> dom/xslt/tests/crashtests It'd also be nice to see exactly where the individual files in dom/src/base and content/base/src are going. Otherwise things sound great! I'm assuming we'll still have the dom/X/src dom/X/tests dom/X/locales (or maybe just dom/locales?) dom/X/res (or maybe just dom/res?) structure? But move everything in /public into /src? Or are we putting all the source files in dom/X and the tests in dom/X/tests? / Jonas