Skip to content
  • darin's avatar
    Reviewed by Ken. · fb958e8b
    darin authored
            - went through things marked "unimplemented" or "not implemented" and removed
              or implemented as many as possible
    
            * kwq/DOM.mm: (-[DOMNode dispatchEvent:]): Implemented.
            Also moved DOMAbstractView and DOMDocumentView into DOMViews.mm.
            * kwq/DOM-CSS.mm: (-[DOMDocument getComputedStyle::]): Implemented.
    
            * kwq/DOMEventsInternal.h: Added.
            * kwq/DOMEvents.mm:
            (-[DOMEvent type]): Implemented.
            (-[DOMEvent target]): Implemented.
            (-[DOMEvent currentTarget]): Implemented.
            (-[DOMEvent eventPhase]): Implemented.
            (-[DOMEvent bubbles]): Implemented.
            (-[DOMEvent cancelable]): Implemented.
            (-[DOMEvent timeStamp]): Implemented.
            (-[DOMEvent stopPropagation]): Implemented.
            (-[DOMEvent preventDefault]): Implemented.
            (-[DOMEvent initEvent:::]): Implemented.
            (-[DOMEvent _eventImpl]): Added.
            (-[DOMEvent _initWithEventImpl:]): Added.
            (+[DOMEven...
    fb958e8b