Re: dom/ and content/ source reorganization
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 21.01.2009 1:38 Uhr, Jonas Sicking wrote: >> 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: <...> > > 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? We should only have dom/locales/en-US. That shouldn't be a problem, as content doesn't have l10n files right now, anyway. I might just make it more obvious to look for them in dom/locales ;-) Axel PS: My former XSLT-me doesn't have any opinions on this.