[Bug 13104] Enable keepalive on WebSocket API

2011-09-18 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13104

Iñaki Baz Castillo i...@aliax.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #15 from Iñaki Baz Castillo i...@aliax.net 2011-09-18 15:49:31 
UTC ---
IMHO this report needs to be disussed since there is good rationale for it.
Please let it open and let's discuss about it. Thanks.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 14199] New: IDBVersionChangeEvent still uses DOMString for version

2011-09-18 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14199

   Summary: IDBVersionChangeEvent still uses DOMString for version
   Product: WebAppsWG
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Indexed Database API
AssignedTo: dave.n...@w3.org
ReportedBy: m...@kylehuey.com
 QAContact: member-webapi-...@w3.org
CC: m...@w3.org, public-webapps@w3.org


After the recent setVersion changes it should be using long long.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14200] New: Provide a hook to serialize a Document

2011-09-18 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14200

   Summary: Provide a hook to serialize a Document
   Product: WebAppsWG
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: DOM Parsing and Serialization
AssignedTo: ms2...@gmail.com
ReportedBy: ms2...@gmail.com
 QAContact: member-webapi-...@w3.org
CC: m...@w3.org, public-webapps@w3.org


For http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-send-method

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14201] New: IDBFactory.deleteDatabase text mentions IDBVersionChangeRequest

2011-09-18 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14201

   Summary: IDBFactory.deleteDatabase text mentions
IDBVersionChangeRequest
   Product: WebAppsWG
   Version: unspecified
  Platform: All
   URL: http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.
html#widl-IDBFactory-deleteDatabase-IDBOpenDBRequest-D
OMString-name
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Indexed Database API
AssignedTo: dave.n...@w3.org
ReportedBy: m...@kylehuey.com
 QAContact: member-webapi-...@w3.org
CC: m...@w3.org, public-webapps@w3.org


Should be IDBOpenDatabaseRequest now.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14120] Current spec for EventSource close method doesn't defined behaviour when close called after 'onopen' or 'onmessage'. For example, Google Chrome, closes connection if 'close' called while

2011-09-18 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14120

vic99...@yandex.ru changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #3 from vic99...@yandex.ru 2011-09-19 03:26:27 UTC ---
 The close() method must close the connection, if any; must abort any 
 reconnection attempt, if any; and must set the readyState attribute to 
 CLOSED. If the connection is already closed, the method must do nothing.
Sorry, didn't notice it in draft.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.