<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Rename *Event::create* which creates events for bindings to *Event::createForBindings* and cleanup corresponding paths"
   href="https://bugs.webkit.org/show_bug.cgi?id=153903">153903</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Rename *Event::create* which creates events for bindings to *Event::createForBindings* and cleanup corresponding paths
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Event Handling
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jiewen_tan&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Rename Event::create(const AtomicString&amp; type, const EventInit&amp; initializer) to Event::createForBindings(const AtomicString&amp; type, const EventInit&amp; initializer) and for all the subclasses as well in order to support Event.isTrusted. Since this one is the DOM API, the isTrusted flag will be unset here using the Event(const AtomicString&amp; type, const EventInit&amp;) constructor in the following patch <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebKit should expose the DOM 4 Event.isTrusted property"
   href="show_bug.cgi?id=76121">Bug 76121</a>. Correspondingly, Event::create(const AtomicString&amp; type, bool canBubble, bool cancelable) will set the isTrusted flag. From my inspection, some of the subclasses such as MediaKeyEvent* and UIEventWithKeyState* will use DOM API for C++ code path as well. Therefore, besides renaming, this patch will also cleanup the path. What's more, there is another Event::create() method. This one needs to be rename to Event::createForBindings() as well and a path cleanup. For legacy content, it is combined with Event::initEvent to create an event for bindings.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>