EventTargetFactory.in is not sorted
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 25 Oct 2011 23:43:33 +0000 (23:43 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 25 Oct 2011 23:43:33 +0000 (23:43 +0000)
commit8405435c92271c0ff266931c1aa802f542f15b15
tree6ba7e4c3792cdfd30c20109982087d523db41ce4
parentbc47556df053193212c2f808db7b714a546ba79c
EventTargetFactory.in is not sorted
https://bugs.webkit.org/show_bug.cgi?id=70855

Reviewed by Eric Seidel.

PerformanceTests:

Add a microbenchmark for wrapping event target.

* Bindings: Added.
* Bindings/event-target-wrapper.html: Added.
* Parser/resources/runner.js:
(runLoop):
    - Let the user of the harness get a callback when the test is done.

Source/WebCore:

This patch sorts the file.  I was not able to measure a performance
difference using the microbenchmark included with this patch.

* dom/EventTargetFactory.in:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98412 268f45cc-cd09-0410-ab3c-d52691b4dbfc
PerformanceTests/Bindings/event-target-wrapper.html [new file with mode: 0644]
PerformanceTests/ChangeLog
PerformanceTests/Parser/resources/runner.js
Source/WebCore/ChangeLog
Source/WebCore/dom/EventTargetFactory.in