[webkit-changes] cvs commit: WebKit/Plugins.subproj WebBaseNetscapePluginViewInternal.h

Maciej mjs at opensource.apple.com
Thu Nov 10 22:08:20 PST 2005


mjs         05/11/10 22:08:19

  Modified:    .        ChangeLog
  Added:       Plugins.subproj WebBaseNetscapePluginViewInternal.h
  Log:
          Build fix, not reviewed.
  
          * Plugins.subproj/WebBaseNetscapePluginViewInternal.h: Added.
  
  Revision  Changes    Path
  1.3370    +6 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3369
  retrieving revision 1.3370
  diff -u -r1.3369 -r1.3370
  --- ChangeLog	11 Nov 2005 01:15:23 -0000	1.3369
  +++ ChangeLog	11 Nov 2005 06:08:12 -0000	1.3370
  @@ -1,3 +1,9 @@
  +2005-11-10  Maciej Stachowiak  <mjs at apple.com>
  +
  +        Build fix, not reviewed.
  +
  +        * Plugins.subproj/WebBaseNetscapePluginViewInternal.h: Added.
  +
   2005-11-10  Tim Omernick  <timo at apple.com>
   
           Reviewed by Geoff.
  
  
  
  1.1                  WebKit/Plugins.subproj/WebBaseNetscapePluginViewInternal.h
  
  Index: WebBaseNetscapePluginViewInternal.h
  ===================================================================
  /*
   * Copyright (C) 2005 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. 
   * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
   *     its contributors may be used to endorse or promote products derived
   *     from this software without specific prior written permission. 
   *
   * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "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 OR ITS 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.
   */
  
  #import <WebKit/WebBaseNetscapePluginView.h>
  
  @interface WebBaseNetscapePluginView (WebInternal)
  - (void)restartNullEvents;
  - (void)stopNullEvents;
  @end
  
  
  



More information about the webkit-changes mailing list