diff --git a/mozilla/extensions/inspector/base/public/MANIFEST_IDL b/mozilla/extensions/inspector/base/public/MANIFEST_IDL new file mode 100644 index 00000000000..50e421a98e4 --- /dev/null +++ b/mozilla/extensions/inspector/base/public/MANIFEST_IDL @@ -0,0 +1,32 @@ +# +# 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. +# +# The Initial Developer of the Original Code is Netscape +# Communications. Portions created by Netscape Communications are +# Copyright (C) 2001 by Netscape Communications. All +# Rights Reserved. +# +# Contributor(s): +# Scott Collins (original author) +# + +nsIDOMDSResource.idl +nsIInsDOMDataSource.idl +nsICSSRuleDataSource.idl +nsICSSDecDataSource.idl +nsICSSDecIntHolder.idl +inIFlasher.idl +inISearchProcess.idl +inISearchObserver.idl +inICSSValueSearch.idl +inIFileSearch.idl diff --git a/mozilla/extensions/inspector/macbuild/Inspector.Prefix b/mozilla/extensions/inspector/macbuild/Inspector.Prefix new file mode 100644 index 00000000000..e67ea4f95f9 --- /dev/null +++ b/mozilla/extensions/inspector/macbuild/Inspector.Prefix @@ -0,0 +1,27 @@ +/* + * 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. + * + * The Initial Developer of the Original Code is Netscape + * Communications. Portions created by Netscape Communications are + * Copyright (C) 2001 by Netscape Communications. All + * Rights Reserved. + * + * Contributor(s): + * Scott Collins (original author) + */ + +/* + * Mac build settings for the release string library + */ + +#include "MacPrefix.h" diff --git a/mozilla/extensions/inspector/macbuild/InspectorDebug.Prefix b/mozilla/extensions/inspector/macbuild/InspectorDebug.Prefix new file mode 100644 index 00000000000..7696b516a8e --- /dev/null +++ b/mozilla/extensions/inspector/macbuild/InspectorDebug.Prefix @@ -0,0 +1,27 @@ +/* + * 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. + * + * The Initial Developer of the Original Code is Netscape + * Communications. Portions created by Netscape Communications are + * Copyright (C) 2001 by Netscape Communications. All + * Rights Reserved. + * + * Contributor(s): + * Scott Collins (original author) + */ + +/* + * Mac build settings for the debug string library + */ + +#include "MacPrefix_debug.h" diff --git a/mozilla/extensions/inspector/macbuild/inspector.mcp b/mozilla/extensions/inspector/macbuild/inspector.mcp new file mode 100644 index 00000000000..d1ea194b8b1 Binary files /dev/null and b/mozilla/extensions/inspector/macbuild/inspector.mcp differ diff --git a/mozilla/extensions/inspector/macbuild/inspectorIDL.mcp b/mozilla/extensions/inspector/macbuild/inspectorIDL.mcp new file mode 100644 index 00000000000..90835cc4264 Binary files /dev/null and b/mozilla/extensions/inspector/macbuild/inspectorIDL.mcp differ