From 28ba1e87183f74a4e7cd21f201f07603a0d449f6 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 27 Jan 2000 08:23:04 +0000 Subject: [PATCH] Working on input field conversion to XBL. git-svn-id: svn://10.0.0.236/trunk@58907 18797224-902f-48f8-a5cc-f745e15eee43 --- .../global/resources/skin/htmlBindings.xml | 33 ++++++++++--------- .../xpfe/global/resources/skin/makefile.win | 2 ++ .../global/resources/skin/win/makefile.win | 32 ++++++++++++++++++ .../skin/win/platformHTMLBindings.xml | 12 +++++++ 4 files changed, 63 insertions(+), 16 deletions(-) create mode 100644 mozilla/xpfe/global/resources/skin/win/makefile.win create mode 100644 mozilla/xpfe/global/resources/skin/win/platformHTMLBindings.xml diff --git a/mozilla/xpfe/global/resources/skin/htmlBindings.xml b/mozilla/xpfe/global/resources/skin/htmlBindings.xml index 585d873aefb..cd40e9d21d8 100644 --- a/mozilla/xpfe/global/resources/skin/htmlBindings.xml +++ b/mozilla/xpfe/global/resources/skin/htmlBindings.xml @@ -7,37 +7,38 @@ - - - - - + + + - - - - - - - - - diff --git a/mozilla/xpfe/global/resources/skin/makefile.win b/mozilla/xpfe/global/resources/skin/makefile.win index bcf11a37be5..8c279ce044d 100644 --- a/mozilla/xpfe/global/resources/skin/makefile.win +++ b/mozilla/xpfe/global/resources/skin/makefile.win @@ -21,6 +21,8 @@ DEPTH=..\..\..\.. +DIRS=win + include <$(DEPTH)\config\rules.mak> DISTBROWSER=$(DIST)\bin\chrome\global\skin\default diff --git a/mozilla/xpfe/global/resources/skin/win/makefile.win b/mozilla/xpfe/global/resources/skin/win/makefile.win new file mode 100644 index 00000000000..07f79f7ce88 --- /dev/null +++ b/mozilla/xpfe/global/resources/skin/win/makefile.win @@ -0,0 +1,32 @@ +#!nmake +# +# The contents of this file are subject to the Netscape 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/NPL/ +# +# 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 Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +DISTBROWSER=$(DIST)\bin\chrome + +install:: + $(MAKE_INSTALL) platformHTMLBindings.xml $(DISTBROWSER) + +clobber:: + rm -f $(DIST)\bin\chrome\global\content\default\*.* diff --git a/mozilla/xpfe/global/resources/skin/win/platformHTMLBindings.xml b/mozilla/xpfe/global/resources/skin/win/platformHTMLBindings.xml new file mode 100644 index 00000000000..6fd56b7b1c1 --- /dev/null +++ b/mozilla/xpfe/global/resources/skin/win/platformHTMLBindings.xml @@ -0,0 +1,12 @@ + + + + + + + + + +