[webkit-changes] cvs commit: WebCore/layout-tests/dom/html/level2/events dispatchEvent12.js

Darin darin at opensource.apple.com
Fri Aug 26 20:22:30 PDT 2005


darin       05/08/26 20:22:29

  Modified:    .        ChangeLog
               layout-tests/dom/html/level2/events dispatchEvent12.js
  Log:
          Reviewed and landed by Darin.
  
          - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4570
            dispatchEvent12 test is incorrect
  
          * layout-tests/dom/html/level2/events/dispatchEvent12.js: Fixed to match real updated test.
          Before we mis-merged a change.
  
  Revision  Changes    Path
  1.20      +10 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ChangeLog	27 Aug 2005 03:21:01 -0000	1.19
  +++ ChangeLog	27 Aug 2005 03:22:29 -0000	1.20
  @@ -1,3 +1,13 @@
  +2005-08-26  Curt Arnold  <curt.arnold at mac.com>
  +
  +        Reviewed and landed by Darin.
  +
  +        - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4570
  +          dispatchEvent12 test is incorrect
  +
  +        * layout-tests/dom/html/level2/events/dispatchEvent12.js: Fixed to match real updated test.
  +        Before we mis-merged a change.
  +
   2005-08-26  Darin Adler  <darin at apple.com>
   
           * khtml/html/htmlnames.cpp: (DOM::HTMLNames::init): Tweaked a wrong character in a comment.
  
  
  
  1.3       +1 -1      WebCore/layout-tests/dom/html/level2/events/dispatchEvent12.js
  
  Index: dispatchEvent12.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/events/dispatchEvent12.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dispatchEvent12.js	17 Aug 2005 21:08:18 -0000	1.2
  +++ dispatchEvent12.js	27 Aug 2005 03:22:29 -0000	1.3
  @@ -121,7 +121,7 @@
         var preventDefault;
         monitor = new EventMonitor();
         
  -      other = new EventMonitor();
  +      other = new EventListenerN10035();
         
         var events = new Array();
   
  
  
  



More information about the webkit-changes mailing list