Re: dom/ and content/ source reorganization
Dave Camp <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 1/20/09 4:38 PM, Jonas Sicking wrote: >> 3) Use the following other directories: > > Don't really think the following deserve their own directories > > dom/offline (don't feel strongly here) > dom/storage (don't feel strongly here either) dom/offline is currently only one source file, and isn't likely to grow (with the possible exception of moving nsOfflineCacheUpdate in there). dom/storage might get bigger if we end up adding an html5 sql implementation. Maybe we could just move dom/offline in there for now (although I guess they're not particularly related). -dave