[webkit-changes] cvs commit: WebKit/Plugins.subproj WebBaseNetscapePluginView.m

Kevin kdecker at opensource.apple.com
Mon Jul 11 10:09:15 PDT 2005


kdecker     05/07/11 10:09:15

  Modified:    Plugins.subproj WebBaseNetscapePluginView.m
  Log:
  q: how hard is to to land a comment?
  a: really hard, if you haven't had coffee.
  
  Revision  Changes    Path
  1.136     +1 -1      WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
  
  Index: WebBaseNetscapePluginView.m
  ===================================================================
  RCS file: /cvs/root/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- WebBaseNetscapePluginView.m	11 Jul 2005 17:04:43 -0000	1.135
  +++ WebBaseNetscapePluginView.m	11 Jul 2005 17:09:14 -0000	1.136
  @@ -1807,7 +1807,7 @@
       unsigned i;
       for (i = 0; i < length - 4; i++) {
           
  -        // most plugins (Flash) send 2 CRFL's between the header and body of their POST requests, while the adboe plugin sends two LF's
  +        //  Support for Acrobat. It sends "\n\n".
           if (bytes[i] == '\n' && bytes[i+1] == '\n') {
               return i+2;
           }
  
  
  



More information about the webkit-changes mailing list