Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8154725

Implement window.eventSender using Java2JavaScript bridge

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • javafx
    • web

      "window.eventSender" is a DRT specific property to assist testing. Right now we have DumpRenderTree/java/EventSender.cpp which registers "eventSender" property to DOM world using JavaScriptCore APIs.

      Actual implementation resides in EventSender.java, EventSender.cpp acts a wrapper to EventSender.java. Since we support Java2JavaScript bridge, register "eventSender" property using Java2JavaScirpt bridge APIs.

      It removes upcalls to EventSender.java and helps to remove the wrapper.

            Unassigned Unassigned
            arajkumar Arunprasad Rajkumar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: