Bug 498898 - debugQAMenuOverlay.xul: remove extra 'index.cgi/' part in links; r=neil

This commit is contained in:
Serge Gautherie 2009-06-18 00:34:59 +02:00
Родитель 01ec799261
Коммит 95817319cd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -216,9 +216,9 @@
<menuitem label="Bugs Filed Today"
oncommand="openTopWin('https://bugzilla.mozilla.org/buglist.cgi?product=Core&amp;product=MailNews+Core&amp;product=SeaMonkey&amp;chfieldfrom=0d&amp;chfieldto=Now&amp;chfield=%5BBug+creation%5D');"/>
<menuitem label="Recent comm-central Checkins"
oncommand="openTopWin('http://hg.mozilla.org/comm-central/index.cgi/pushloghtml?startdate=24+hours+ago&amp;enddate=now');"/>
oncommand="openTopWin('http://hg.mozilla.org/comm-central/pushloghtml?startdate=24+hours+ago&amp;enddate=now');"/>
<menuitem label="Recent mozilla-central Checkins"
oncommand="openTopWin('http://hg.mozilla.org/mozilla-central/index.cgi/pushloghtml?startdate=24+hours+ago&amp;enddate=now');"/>
oncommand="openTopWin('http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=24+hours+ago&amp;enddate=now');"/>
<menuitem label="Tree Status"
oncommand="openTopWin('http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey');"/>