[webrtc-pc] new commits pushed by taylor-b

The following commits were just pushed by taylor-b to https://github.com/w3c/webrtc-pc:

* Standardize how internal slots are named and linked to. (#1395)

* Standardize how internal slots are named and linked to.

Related to #1112.

This replaces any instance of `[[<dfn>Foo</dfn>]]` with
`<dfn>[[\Foo]]</dfn>`, which means we don't have to worry about
definitions conflicting, and can have a slot whose name matches
an attribute.

Also changed all internal slot names to be camelCase, for consistency.

* Make some names more descriptive.

* Capitalize first character of slot names.

* Fixing a couple internal slot references.

* Fix an instance of [[currentDirection]]
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/c232b6ee20999b1a29919a887016cb4e7df65dbf

Received on Thursday, 29 June 2017 15:15:17 UTC