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.

This commit is contained in:
bryner%brianryner.com 2006-05-17 02:34:07 +00:00
Родитель cd8cd346a3
Коммит b925eedced
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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