Closed Bug 235747 Opened 21 years ago Closed 21 years ago

Move parser stuff into mozilla/parser

Categories

(Core :: DOM: HTML Parser, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla1.8alpha1

People

(Reporter: peterv, Assigned: peterv)

References

Details

Attachments

(2 files)

We want to move mozilla/expat into mozilla/parser/expat and mozilla/htmlparser into mozilla/parser/htmlparser. As soon as the cvs copies are done I'll attach the necessary build/code changes here.
err.. what's happening here? Right now we're having two forks which seems like a very bad idea.
I'm not going to do this during the freeze but unfortunately the repository copies happened just before the start of the freeze. I'll handle the forks until I land the makefile changes, shouldn't be too big a deal.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.8alpha
Attached file v1
Comment on attachment 147448 [details] [diff] [review] v1 (without the allmakefiles.sh changes) The allmakefiles.sh changes are in the gzipped patch (attachment 147447 [details]). I replaced every occurence of expat with parser/expat and htmlparser with parser/htmlparser.
Attachment #147448 - Flags: review?(cls)
Nit: +include $(DEPTH)/config/autoconf.mk + +DIRS = expat \ + htmlparser + +include $(topsrcdir)/config/rules.mk Everywhere else, a DIRS listing has a backslash after it. Is it missing from htmlparser deliberately here?
I'll just put them on one line if it bothers you.
Attachment #147448 - Flags: review?(cls) → review+
Attachment #147448 - Flags: superreview?(jst)
Comment on attachment 147448 [details] [diff] [review] v1 (without the allmakefiles.sh changes) sr=jst Check it in! Check it in! :-)
Attachment #147448 - Flags: superreview?(jst) → superreview+
the DIRS from my understanding had stuff like in all other makefiles (manually going from coment #6 +DIRS = expat \ + htmlparser + where in actuality it would look like +DIRS = expat \ + htmlparser\ + ${NULL} to make adding in extra DIRS easy(ier). though some makefiles have it all on one line also.
Checked in, old files removed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
peterv: the preferred way to use DIRS is the second form justin cited in comment 9. the reason is so that you can add or remove an item from the list without taking blame for the entire list.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: