Changed paths:
M src/ActiveXCore/IDispatchAPI.h
M src/NpapiCore/NPObjectAPI.cpp
M src/NpapiCore/NPObjectAPI.h
M src/ScriptingCore/JSAPIImpl.cpp
M src/ScriptingCore/JSObject.h
M src/WebKitCore/JSObjectRefAPI.h
Log Message:
-----------
Stable eventId for NPObjectAPI.
Safari rewraps a Javascript function for each call. This means that
removeEventListener will never remove a listener set by
addEventListener. Use a sequence to set the eventId in the __fb_event_id
property on the Javascript object so that we'll be able to see it when
the object is passed in. Unfortunately, this requires removing the const
flag on getEventId.
Changed paths:
M src/ActiveXCore/IDispatchAPI.h
M src/NpapiCore/NPObjectAPI.cpp
M src/NpapiCore/NPObjectAPI.h
M src/ScriptingCore/JSAPIImpl.cpp
M src/ScriptingCore/JSObject.h
M src/WebKitCore/JSObjectRefAPI.h
Log Message:
-----------
Merge pull request #118 from byronclark/safari-event-id-cleanup