[webkit-changes] cvs commit: WebKit/WebView.subproj WebTextView.m

Adele adele at opensource.apple.com
Fri Jul 15 09:55:34 PDT 2005


adele       05/07/15 09:55:33

  Modified:    .        Tag: Safari-2-0-branch ChangeLog
               WebView.subproj Tag: Safari-2-0-branch WebTextView.m
  Log:
          added missing line from last fix.
  
          * WebView.subproj/WebTextView.m: (-[WebTextView clickedOnLink:atIndex:]):
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3118.4.21 +6 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3118.4.20
  retrieving revision 1.3118.4.21
  diff -u -r1.3118.4.20 -r1.3118.4.21
  --- ChangeLog	15 Jul 2005 00:36:18 -0000	1.3118.4.20
  +++ ChangeLog	15 Jul 2005 16:55:27 -0000	1.3118.4.21
  @@ -1,3 +1,9 @@
  +2005-07-15  Adele Peterson  <adele at apple.com>
  +
  +        added missing line from last fix.
  +
  +        * WebView.subproj/WebTextView.m: (-[WebTextView clickedOnLink:atIndex:]):
  +
   2005-07-14  Kevin Decker  <kdecker at apple.com>
   
           Merged fix for <rdar://problem/4122282> clicking a link in an PDF file opens the link with NSWorkspace without the usual security checks or WebView delegate control
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.53.8.3  +1 -0      WebKit/WebView.subproj/WebTextView.m
  
  Index: WebTextView.m
  ===================================================================
  RCS file: /cvs/root/WebKit/WebView.subproj/WebTextView.m,v
  retrieving revision 1.53.8.2
  retrieving revision 1.53.8.3
  diff -u -r1.53.8.2 -r1.53.8.3
  --- WebTextView.m	15 Jul 2005 00:36:22 -0000	1.53.8.2
  +++ WebTextView.m	15 Jul 2005 16:55:33 -0000	1.53.8.3
  @@ -345,6 +345,7 @@
           URL = [[self class] _URLForString:(NSString *)link];
       }
       if (URL != nil) {
  +        WebFrame *frame = [[self _web_parentWebFrameView] webFrame];
           [frame _safeLoadURL:URL];
       }
   }
  
  
  



More information about the webkit-changes mailing list