[webkit-changes] cvs commit: WebCore/khtml/xml dom2_eventsimpl.cpp

Timothy thatcher at opensource.apple.com
Thu Dec 1 15:57:41 PST 2005


thatcher    05/12/01 15:57:41

  Modified:    .        Tag: Safari-1-3-branch ChangeLog
               khtml/xml Tag: Safari-1-3-branch dom2_eventsimpl.cpp
  Log:
          Fix by Geoff
  
          - <rdar://problem/4352697> Glendale Regression: Some widgets don't get
            keyboard input (also affects Scrabble website)
  
          * khtml/xml/dom2_eventsimpl.cpp: add beforeonload to the event names
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.335.2.42 +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.335.2.41
  retrieving revision 1.335.2.42
  diff -u -r1.335.2.41 -r1.335.2.42
  --- ChangeLog	1 Dec 2005 23:55:31 -0000	1.335.2.41
  +++ ChangeLog	1 Dec 2005 23:57:34 -0000	1.335.2.42
  @@ -1,5 +1,14 @@
   2005-12-01  Timothy Hatcher  <timothy at apple.com>
   
  +        Fix by Geoff
  +
  +        - <rdar://problem/4352697> Glendale Regression: Some widgets don't get
  +          keyboard input (also affects Scrabble website)
  +
  +        * khtml/xml/dom2_eventsimpl.cpp: add beforeonload to the event names
  +
  +2005-12-01  Timothy Hatcher  <timothy at apple.com>
  +
           Merged fix from TOT to Safari-1-3-branch
   
       2005-10-28  Beth Dakin  <bdakin at apple.com>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.29.8.2  +1 -0      WebCore/khtml/xml/dom2_eventsimpl.cpp
  
  Index: dom2_eventsimpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/xml/dom2_eventsimpl.cpp,v
  retrieving revision 1.29.8.1
  retrieving revision 1.29.8.2
  diff -u -r1.29.8.1 -r1.29.8.2
  --- dom2_eventsimpl.cpp	28 Nov 2005 18:49:25 -0000	1.29.8.1
  +++ dom2_eventsimpl.cpp	1 Dec 2005 23:57:40 -0000	1.29.8.2
  @@ -196,6 +196,7 @@
       "DOMAttrModified",
       "DOMCharacterDataModified",
       "load",
  +    "beforeunload",
       "unload",
       "abort",
       "error",
  
  
  



More information about the webkit-changes mailing list