DescriptionPerformance.onwebkitresourcetimingbufferfull should be a Function
Make Performance.onwebkitresourcetimingbufferfull a Function instead of
an EventListener to match the specification:
http://www.w3c-test.org/webperf/specs/ResourceTiming/#extensions-performance-interface
This means that there is no longer any event passed as parameter to the
callback and that we can drop the [EventTarget] IDL extended attribute
for the Performance interface.
This patch also adds support for Function attributes to the bindings
generator as it was missing.
BUG=258452
BUG=257583
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|