(Everybody, please read if you plan to check in anything in html/style)
The Layout split was a little bit sloppy for the style system. Several files
have identical copies in the 2 directories (content / layout) and are used to
build both libraries.
The following files:
nsCSSAtoms.cpp
nsCSSKeywords.cpp
nsCSSProps.cpp
nsCSSScanner.cpp
nsStyleUtil.cpp
nsCSSProps.h
nsCSSScanner.h
nsStyleUtil.h
are both in: mozilla/layout/html/style/src
and in: mozilla/content/html/style/src
I did not look for duplicate files in directories other than html/style.
While this is being fixed, refrain from checking in html/style or remember to
modify both copies of the files.
Pierre