From 80186644e0212e483987f39349cc333063bb2fa1 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Mon, 5 Aug 2002 05:12:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@126336 18797224-902f-48f8-a5cc-f745e15eee43 --- .../prefwindow/content/pref-http.js | 63 ----------- .../prefwindow/content/pref-offline.xul | 102 ------------------ .../prefwindow/content/preftree.xul | 5 - .../prefwindow/locale/pref-http.dtd | 20 ---- .../components/prefwindow/locale/preftree.dtd | 1 - 5 files changed, 191 deletions(-) delete mode 100644 mozilla/browser/components/prefwindow/content/pref-http.js delete mode 100644 mozilla/browser/components/prefwindow/content/pref-offline.xul delete mode 100644 mozilla/browser/components/prefwindow/locale/pref-http.dtd diff --git a/mozilla/browser/components/prefwindow/content/pref-http.js b/mozilla/browser/components/prefwindow/content/pref-http.js deleted file mode 100644 index eed3ec2d8c6..00000000000 --- a/mozilla/browser/components/prefwindow/content/pref-http.js +++ /dev/null @@ -1,63 +0,0 @@ -/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Ryan Cassin. - * Portions created by the Initial Developer are Copyright (C) 2002 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * Ryan Cassin - * Kathleen Brade - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -function checkPipelining() -{ - try { - var enableHTTP11 = document.getElementById("httpVersion11"); - var enableKeepAlive = document.getElementById("enableKeepAlive"); - var enablePipelining = document.getElementById("enablePipelining"); - - var doDisable = !(enableHTTP11.selected && enableKeepAlive.checked); - enablePipelining.disabled = doDisable; - } catch(e) {} -} - -function checkPipeliningProxy() -{ - try { - var enableHTTP11 = document.getElementById("httpVersion11Proxy"); - var enableKeepAlive = document.getElementById("enableKeepAliveProxy"); - var enablePipelining = document.getElementById("enablePipeliningProxy"); - - var doDisable = !(enableHTTP11.selected && enableKeepAlive.checked); - enablePipelining.disabled = doDisable; - } catch(e) {} -} - diff --git a/mozilla/browser/components/prefwindow/content/pref-offline.xul b/mozilla/browser/components/prefwindow/content/pref-offline.xul deleted file mode 100644 index 74c60a6e4e8..00000000000 --- a/mozilla/browser/components/prefwindow/content/pref-offline.xul +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - -%brandDTD; - -%offlineDTD; -]> - - - - - - - - - - - - - - - - - - - - - - diff --git a/mozilla/browser/components/prefwindow/content/preftree.xul b/mozilla/browser/components/prefwindow/content/preftree.xul index ff4c4205f8b..df80ef6e46e 100644 --- a/mozilla/browser/components/prefwindow/content/preftree.xul +++ b/mozilla/browser/components/prefwindow/content/preftree.xul @@ -142,11 +142,6 @@ - - - - - diff --git a/mozilla/browser/components/prefwindow/locale/pref-http.dtd b/mozilla/browser/components/prefwindow/locale/pref-http.dtd deleted file mode 100644 index 8db3f069801..00000000000 --- a/mozilla/browser/components/prefwindow/locale/pref-http.dtd +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/mozilla/browser/components/prefwindow/locale/preftree.dtd b/mozilla/browser/components/prefwindow/locale/preftree.dtd index 2bb4942b069..33e364c256c 100644 --- a/mozilla/browser/components/prefwindow/locale/preftree.dtd +++ b/mozilla/browser/components/prefwindow/locale/preftree.dtd @@ -25,7 +25,6 @@ -