[webkit-changes] cvs commit: WebCore/khtml/html htmltokenizer.cpp

Geoffrey ggaren at opensource.apple.com
Fri Oct 14 13:57:55 PDT 2005


ggaren      05/10/14 13:57:54

  Modified:    .        ChangeLog
               khtml/html htmltokenizer.cpp
  Log:
          Style change suggested by Darin.
  
          * khtml/html/htmltokenizer.cpp:
          (khtml::HTMLTokenizer::scriptHandler): Added "Bugzilla" prefix to bug #.
  
  Revision  Changes    Path
  1.243     +7 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.242
  retrieving revision 1.243
  diff -u -r1.242 -r1.243
  --- ChangeLog	14 Oct 2005 20:20:50 -0000	1.242
  +++ ChangeLog	14 Oct 2005 20:57:51 -0000	1.243
  @@ -1,3 +1,10 @@
  +2005-10-14  Geoffrey Garen  <ggaren at apple.com>
  +
  +        Style change suggested by Darin.
  +
  +        * khtml/html/htmltokenizer.cpp:
  +        (khtml::HTMLTokenizer::scriptHandler): Added "Bugzilla" prefix to bug #.
  +
   2005-10-14  Julien Palmas <julien.palmas at mac.com>
   
           Reviewed by eseidel.
  
  
  
  1.118     +1 -1      WebCore/khtml/html/htmltokenizer.cpp
  
  Index: htmltokenizer.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/html/htmltokenizer.cpp,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- htmltokenizer.cpp	13 Oct 2005 19:11:23 -0000	1.117
  +++ htmltokenizer.cpp	14 Oct 2005 20:57:54 -0000	1.118
  @@ -385,7 +385,7 @@
       // We are inside a <script>
       bool doScriptExec = false;
   
  -    // (3837) Scripts following a frameset element should not execute or, 
  +    // (Bugzilla 3837) Scripts following a frameset element should not execute or, 
       // in the case of extern scripts, even load.
       bool followingFrameset = (parser->doc()->body() && parser->doc()->body()->hasTagName(framesetTag));
     
  
  
  



More information about the webkit-changes mailing list