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

Timothy thatcher at opensource.apple.com
Thu Dec 1 12:10:08 PST 2005


thatcher    05/12/01 12:10:08

  Modified:    .        Tag: Safari-2-0-branch ChangeLog
               khtml/xml Tag: Safari-2-0-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.1.2.83  +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.1.2.82
  retrieving revision 1.1.2.83
  diff -u -r1.1.2.82 -r1.1.2.83
  --- ChangeLog	1 Dec 2005 18:26:44 -0000	1.1.2.82
  +++ ChangeLog	1 Dec 2005 20:10:00 -0000	1.1.2.83
  @@ -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-2-0-branch
           Fixes: <rdar://problem/4344760> Glendale REGRESSION (Safari 416.12-417.2)
           gmail 'reply' does not fill in to: field or quoted message (3751)
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.29.10.4 +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.10.3
  retrieving revision 1.29.10.4
  diff -u -r1.29.10.3 -r1.29.10.4
  --- dom2_eventsimpl.cpp	19 Nov 2005 02:35:38 -0000	1.29.10.3
  +++ dom2_eventsimpl.cpp	1 Dec 2005 20:10:07 -0000	1.29.10.4
  @@ -196,6 +196,7 @@
       "DOMAttrModified",
       "DOMCharacterDataModified",
       "load",
  +    "beforeunload",
       "unload",
       "abort",
       "error",
  
  
  



More information about the webkit-changes mailing list