From ccba4178da444b382a38fc9da1f10953015f9377 Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Mon, 17 Sep 2007 18:14:16 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by knous@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@236111 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index abba468e8a6..afd228624f3 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -311,33 +311,6 @@ if ($b eq 'BUGZILLA-3_0-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '212';} } if ($b eq 'HEAD') { -if (m:^mozilla/xpcom/reflect/xptcall/.*$:) {return '206';} -if (m:^mozilla/js/tamarin/.*$:) {return '205';} -if (m:^mozilla/gfx/src/xprint/.*$:) {return '179';} -if (m:^mozilla/view/.*$:) {return '96';} -if (m:^mozilla/layout/[^/]*$:) {return '98';} -if (m:^mozilla/layout/base/.*$:) {return '98';} -if (m:^mozilla/layout/build/.*$:) {return '98';} -if (m:^mozilla/layout/doc/.*$:) {return '98';} -if (m:^mozilla/layout/forms/.*$:) {return '98';} -if (m:^mozilla/layout/generic/.*$:) {return '98';} -if (m:^mozilla/layout/html/.*$:) {return '98';} -if (m:^mozilla/layout/macbuild/.*$:) {return '98';} -if (m:^mozilla/layout/printing/.*$:) {return '98';} -if (m:^mozilla/layout/tables/.*$:) {return '98';} -if (m:^mozilla/layout/tools/.*$:) {return '98';} -if (m:^mozilla/layout/style/.*$:) {return '100';} -if (m:^mozilla/docshell/.*$:) {return '101';} -if (m:^mozilla/uriloader/.*$:) {return '101';} -if (m:^mozilla/webshell/.*$:) {return '101';} -if (m:^mozilla/parser/htmlparser$:) {return '102';} -if (m:^mozilla/content/base/.*$:) {return '103';} -if (m:^mozilla/content/events/.*$:) {return '103';} -if (m:^mozilla/content/html/content/.*$:) {return '103';} -if (m:^mozilla/content/html/document/.*$:) {return '103';} -if (m:^mozilla/dom/.*$:) {return '103';} -if (m:^mozilla/js/rhino/.*$:) {return '138';} -if (m:^mozilla/xpfe/.*$:) {return '137';} if (m:^mozilla/js/tests/.*$:) {return '114';} if (m:^mozilla/content/xslt/.*$:) {return '140';} if (m:^mozilla/extensions/transformiix/.*$:) {return '140';} @@ -491,6 +464,33 @@ if (m:^mozilla/xpcom/tests/.*$:) {return '89';} if (m:^mozilla/xpcom/threads/.*$:) {return '89';} if (m:^mozilla/xpcom/tools/.*$:) {return '89';} if (m:^mozilla/xpcom/windbgdlg/.*$:) {return '89';} +if (m:^mozilla/xpcom/reflect/xptcall/.*$:) {return '206';} +if (m:^mozilla/js/tamarin/.*$:) {return '205';} +if (m:^mozilla/gfx/src/xprint/.*$:) {return '179';} +if (m:^mozilla/view/.*$:) {return '96';} +if (m:^mozilla/layout/[^/]*$:) {return '98';} +if (m:^mozilla/layout/base/.*$:) {return '98';} +if (m:^mozilla/layout/build/.*$:) {return '98';} +if (m:^mozilla/layout/doc/.*$:) {return '98';} +if (m:^mozilla/layout/forms/.*$:) {return '98';} +if (m:^mozilla/layout/generic/.*$:) {return '98';} +if (m:^mozilla/layout/html/.*$:) {return '98';} +if (m:^mozilla/layout/macbuild/.*$:) {return '98';} +if (m:^mozilla/layout/printing/.*$:) {return '98';} +if (m:^mozilla/layout/tables/.*$:) {return '98';} +if (m:^mozilla/layout/tools/.*$:) {return '98';} +if (m:^mozilla/layout/style/.*$:) {return '100';} +if (m:^mozilla/docshell/.*$:) {return '101';} +if (m:^mozilla/uriloader/.*$:) {return '101';} +if (m:^mozilla/webshell/.*$:) {return '101';} +if (m:^mozilla/parser/htmlparser$:) {return '102';} +if (m:^mozilla/content/base/.*$:) {return '103';} +if (m:^mozilla/content/events/.*$:) {return '103';} +if (m:^mozilla/content/html/content/.*$:) {return '103';} +if (m:^mozilla/content/html/document/.*$:) {return '103';} +if (m:^mozilla/dom/.*$:) {return '103';} +if (m:^mozilla/js/rhino/.*$:) {return '138';} +if (m:^mozilla/xpfe/.*$:) {return '137';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}