[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:31:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5c18740391a99ee4c907088bd20da4d55f387d25
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 1 02:10:19 2004 +0000

    Rearranged header.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6293 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/ecma/NP_SAP.h b/WebCore/khtml/ecma/NP_SAP.h
deleted file mode 100644
index 5989866..0000000
--- a/WebCore/khtml/ecma/NP_SAP.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright (C) 2003 Apple Computer, Inc.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-#ifndef _NP_SAP_H_
-#define _NP_SAP_H_
-
-#include <NP_runtime.h>
-
-/*
-	NPP_GetNativeObjectForJavaScript allows user agents to retrieve a plugin's exported
-	interface.
-*/
-typedef NP_Object *(*NPP_GetNativeObjectForJavaScript) (NPP instance);
-
-/*
-	Get the window object for the page that contains the plugin.
-*/
-typedef NP_JavaScriptObject *(*NPN_GetWindowJavaScriptObject) (NPP instance);
-
-/*
-	Get the JavaScript DOM object that refers to the plugin.
-*/
-typedef NP_JavaScriptObject *(*NPN_GetInstanceJavaScriptObject) (NPP instance);
-
-#endif
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list