зеркало из 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)/BrowserInitPage.html \
|
||||||
$(srcdir)/sidebar.html \
|
$(srcdir)/sidebar.html \
|
||||||
$(srcdir)/xul.css \
|
$(srcdir)/xul.css \
|
||||||
|
$(srcdir)/navigator.xul \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
install::
|
install::
|
||||||
|
|
|
@ -69,6 +69,7 @@ install:: $(DLL)
|
||||||
$(MAKE_INSTALL) BrowserInitPage.html $(DIST)\bin\res\samples
|
$(MAKE_INSTALL) BrowserInitPage.html $(DIST)\bin\res\samples
|
||||||
$(MAKE_INSTALL) sidebar.html $(DIST)\bin\res\samples
|
$(MAKE_INSTALL) sidebar.html $(DIST)\bin\res\samples
|
||||||
$(MAKE_INSTALL) xul.css $(DIST)\bin\res\samples
|
$(MAKE_INSTALL) xul.css $(DIST)\bin\res\samples
|
||||||
|
$(MAKE_INSTALL) navigator.xul $(DIST)\bin\res\samples
|
||||||
|
|
||||||
clobber::
|
clobber::
|
||||||
rm -f $(DIST)\bin\$(DLLNAME).dll
|
rm -f $(DIST)\bin\$(DLLNAME).dll
|
||||||
|
|
|
@ -47,4 +47,13 @@ button.throbber {
|
||||||
}
|
}
|
||||||
throbber[busy] {
|
throbber[busy] {
|
||||||
background-image:url("resource:/res/throbber/anims07.gif");
|
background-image:url("resource:/res/throbber/anims07.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
broadcaster {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
observes {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче