- From: Dzung Tran via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Jun 2010 05:03:24 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv12845/system-info Modified Files: Overview.html Log Message: Drop operatorName and apn. Previous edits already drop mcc and mnc. Drop connections[] and activeConnection, move to activeConnections[] and define clearly what "active" means. Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.118 retrieving revision 1.119 diff -u -d -r1.118 -r1.119 --- Overview.html 2 Jun 2010 15:36:52 -0000 1.118 +++ Overview.html 16 Jun 2010 05:03:22 -0000 1.119 @@ -550,15 +550,9 @@ <a>NetworkAttributes</a> interface.</p> <dl title='[NoInterfaceObject] interface NetworkAttributes : SystemProperty' class='idl'> - <dt>attribute Connection connections[]</dt> - <dd>The list of all network connections.</dd> - <dt>attribute Connection activeConnection</dt> - <dd>The connection currently used for network access.</dd> + <dt>attribute Connection activeConnections[]</dt> + <dd>The list of only network connections currently used for network access.</dd> </dl> - <p class="issue">Do we need a list of multiple active - connections? See <a - href="http://www.w3.org/mid/AANLkTilrluq6GHI53SAbDHFVciS2azqa7pR3xhoGKMt2@mail.gmail.com">the - discussion on the WG list</a>.</p> </section> <section> @@ -619,12 +613,6 @@ at its maximum value). This attribute can be used as a <a>threshold target</a>.</dd> - <dt>attribute DOMString apn</dt> - <dd>The Access Point Name associated to a network bearer.</dd> - - <dt>attribute DOMString operatorName</dt> - <dd>The name of the cellular connection's operator.</dd> - <dt>attribute boolean roaming</dt> <dd>Indicates if this connection is roaming. A value of <code>true</code> indicates that the connection is @@ -1261,7 +1249,6 @@ <tr><td>· <code>ThermalAttributes.state</code></td><td></td></tr> <tr class="interface"><td colspan="3">Network</td></tr> - <tr><td>· <code>NetworkAttributes.connections</code></td><td></td></tr> <tr><td>· <code>NetworkAttributes.activeConnections</code></td><td></td></tr> <tr><td>· <code>ConnectionAttributes.currentDownloadBandwidth</code></td><td></td></tr> <tr><td>· <code>ConnectionAttributes.currentUploadBandwidth</code></td><td></td></tr> @@ -1270,8 +1257,6 @@ <tr><td>· <code>ConnectionAttributes.minDownloadBandwidth</code></td><td></td></tr> <tr><td>· <code>ConnectionAttributes.minUploadBandwidth</code></td><td></td></tr> <tr><td>· <code>ConnectionAttributes.currentSignalStrength</code></td><td></td></tr> - <tr><td>· <code>ConnectionAttributes.apn</code></td><td></td></tr> - <tr><td>· <code>ConnectionAttributes.operatorName</code></td><td></td></tr> <tr><td>· <code>ConnectionAttributes.roaming</code></td><td></td></tr> <tr class="interface"><td colspan="3">SensorAttributes</td></tr> @@ -1351,8 +1336,8 @@ <tr><td><code>Power</code></td><td><code>PowerAttributes</code></td><td><code>level<br/>timeRemaining<br/>isBattery<br/>isCharging</code></td></tr> <tr><td><code>CPU</code></td><td><code>CPUAttributes</code></td><td><code>usage</code></td></tr> <tr><td><code>Thermal</code></td><td><code>ThermalAttributes</code></td><td><code>state</code></td></tr> - <tr><td><code>Network</code></td><td><code>NetworkAttributes</code></td><td><code>connections<br/>activeConnection</code></td></tr> - <tr><td><code>Connection</code></td><td><code>ConnectionAttributes</code></td><td><code>type<br/>currentDownloadBandwidth<br/>currentUploadBandwidth<br/>maxDownloadBandwidth<br/>maxUploadBandwidth<br/>currentSignalStrength<br/>apn<br/>operatorName<br/>roaming<br/></code></td></tr> + <tr><td><code>Network</code></td><td><code>NetworkAttributes</code></td><td><code>activeConnections</code></td></tr> + <tr><td><code>Connection</code></td><td><code>ConnectionAttributes</code></td><td><code>type<br/>currentDownloadBandwidth<br/>currentUploadBandwidth<br/>maxDownloadBandwidth<br/>maxUploadBandwidth<br/>currentSignalStrength<br/>roaming<br/></code></td></tr> <tr><td><code>AmbientLight<br/>AmbientNoise<br/>AmbientTemperature<br/>AmbientAtmosphericPressure<br/>Proximity</code></td><td><code>SensorAttributes</code></td><td><code>value<br/>min<br/>max<br/>normalizedValue</code></td></tr> <tr><td><code>AVCodecs</code></td><td><code>AVCodecsAttributes</code></td><td><code>audioCodecs<br/>videoCodecs</code></td></tr>
Received on Wednesday, 16 June 2010 05:04:59 UTC