[presentation-api] new commits pushed by mfoltzgoogle

The following commits were just pushed by mfoltzgoogle to 
https://github.com/w3c/presentation-api:

* Drop use of passive form for event names (issue #256)

Renamed "connected" into "connect", "closed" into "close" and 
"terminated" into
"terminate" as suggested.

Note I had to introduce a namespace to distinguish the close/terminate
 methods
and the eponymous events.

This commit also contains a minor fix to references to 
"connectionavailable":
it is defined once for PresentationConnection and once for
PresentationConnectionList. Unqualified references go the first 
definition,
but some of them should actually reference the second one. All 
references are
now explicit as to which definition they target.
  by François Daoust
https://github.com/w3c/presentation-api/commit/e890bf003acfd83ebd917c81a9d17e672581f8e3

* Merge pull request #258 from tidoust/issue-256-event-passive-form

Drop use of passive form for event names (issue #256)
  by Mark Foltz
https://github.com/w3c/presentation-api/commit/f102a80bacd80c169a386de8702ffb1252a42dc8

Received on Friday, 5 February 2016 19:28:49 UTC