зеркало из https://github.com/mozilla/gecko-dev.git
Changes to the XUL stylesheet file and tweaks to the makefiles to make
sure that the navigator.xul file is properly installed in the res/samples directory.
This commit is contained in:
Родитель
020da12e3e
Коммит
16117b114d
|
@ -31,6 +31,7 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
$(srcdir)/BrowserInitPage.html \
|
||||
$(srcdir)/sidebar.html \
|
||||
$(srcdir)/xul.css \
|
||||
$(srcdir)/navigator.xul \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
|
|
@ -69,6 +69,7 @@ install:: $(DLL)
|
|||
$(MAKE_INSTALL) BrowserInitPage.html $(DIST)\bin\res\samples
|
||||
$(MAKE_INSTALL) sidebar.html $(DIST)\bin\res\samples
|
||||
$(MAKE_INSTALL) xul.css $(DIST)\bin\res\samples
|
||||
$(MAKE_INSTALL) navigator.xul $(DIST)\bin\res\samples
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\$(DLLNAME).dll
|
||||
|
|
|
@ -48,3 +48,12 @@ button.throbber {
|
|||
throbber[busy] {
|
||||
background-image:url("resource:/res/throbber/anims07.gif");
|
||||
}
|
||||
|
||||
broadcaster {
|
||||
display: none;
|
||||
}
|
||||
|
||||
observes {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче