[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 12:58:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14997


hmason at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16003|0                           |1
        is obsolete|                            |
  Attachment #16038|                            |review?
               Flag|                            |




------- Comment #6 from hmason at mac.com  2007-08-20 12:58 PDT -------
Created an attachment (id=16038)
 --> (http://bugs.webkit.org/attachment.cgi?id=16038&action=view)
Updated Patch

This patch addresses most of the issues brought up so far, along with some
others:

- More sane use of RefPtr stuff
- Now supports adding an event source directly to a Document without crashing
- EventTargetNode now only stores a pointer to its internal URL->Stream Loader
hash map, thus making nodes which don't need event sources require much less
memory
- Refactored the field parsing code
- Proper handling of split CR+LF packets
- Switched to BSD license for all new code

Is there a fast way to concat strings? The + operator is what's used in KJS's
array join() method...


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list