Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.

git-svn-id: svn://10.0.0.236/trunk@197461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2006-05-17 02:34:03 +00:00
parent 3d1d294f14
commit 66b3037368

View File

@ -39,6 +39,7 @@ REQUIRES = xpcom \
necko \
docshell \
view \
webshell \
$(NULL)
CPPSRCS= \