Changelog between November 2, 2009 and November 9, 2009

Issues | Actions.

Get changelog

Issues

ISSUE-33 (closed)
  • 2009-11-03 15:17:23:
    *<Anne van Kesteren> Status changed to 'closed'
    *<Anne van Kesteren> Apparently nobody prohibits re-entrance anymore. Yay!
ISSUE-103 (open)
  • 2009-11-03 15:18:14:
    *<Anne van Kesteren> Status changed to 'open'
    *<Anne van Kesteren> In the Santa Clara F2F we decided to remove exceptions for these members.
ISSUE-104 (closed)
  • 2009-11-03 15:16:40:
    *<Anne van Kesteren> Status changed to 'closed'
    *<Anne van Kesteren> Maybe in the future.
ISSUE-108 (raised)
ISSUE-109 (raised)
  • 2009-11-03 17:30:26:
    *Created issue 'The URI Scheme spec needs to make it clear how to resolve relative paths' nickname owned by on product , description '' non-public
ISSUE-110 [code-point conversion] (closed)
  • 2009-11-03 20:21:50:
    *<Charles McCathieNevile> Created issue 'Should we remove the code-point conversion from the D3E spec?' nickname code-point conversion owned by Charles McCathieNevile on product DOM3 Events, description 'The suggestion is that the conversion from character to codepoint doesn't belong in DOM 3 Events, since it needs to be available all over the place and is either a short bit of JS code, or should be fixed deeper in the language.' non-public
  • 2009-11-03 20:30:01:
    *Status changed to 'closed'

Actions

ACTION-364: Arthur Barstow to Work with DAP WG chairs on a document that describes relationships between WebApps' specs and DAP's specs (closed)
ACTION-383: Marcos Caceres to Provide a specification for the showNotification method (closed)
  • 2009-11-05 19:53:14:
    * <Arthur Barstow> Status changed to 'closed'
    * <Arthur Barstow> During WebApps joint meeting with DAP WG on 2-Nov-2009, the WGs resolved WebApps will take the lead on a Web Notifications spec and Google's John Gregg agreed to be an Editor.
ACTION-389: Marcos Caceres to Talk to Hixie and HTML WG about taking the getAttention and showNotification APIs (closed)
  • 2009-11-05 19:53:37:
    * <Arthur Barstow> Status changed to 'closed'
    * <Arthur Barstow> During WebApps joint meeting with DAP WG on 2-Nov-2009, the WGs resolved WebApps will take the lead on a Web Notifications spec and Google's John Gregg agreed to be an Editor.
ACTION-411: Marcos Caceres to Submit a proposal for the definition of Widget Instance (closed)
  • 2009-11-05 19:54:48:
    * <Arthur Barstow> Status changed to 'closed'
    * <Arthur Barstow> The definition of Widget was agreed during Webapps Nov 2009 f2f meeting and Marcos reflected this definition in the Widget Interface spec.
ACTION-423: Arthur Barstow to Work with Robin, FH, and Chaals to get DAP and WebApps' APIs group to meet f2f (closed)
  • 2009-11-04 06:01:21:
    * <Arthur Barstow> Status changed to 'closed'
    * <Arthur Barstow> DAP and Web APIs group met 2-Nov-2009
ACTION-431: Samuel Weinig to Write up sample on what the multi-file progress informative text might look like. (open)
  • 2009-11-02 18:07:47:
    * Created action 'Write up sample on what the multi-file progress informative text might look like.' assigned to Samuel Weinig, due 2009-11-09
ACTION-432: Charles McCathieNevile to Is there an obvious way to use CORS that introduces a risk of confused deputy attacks or other security risks? (closed)
  • 2009-11-02 22:36:34:
    * Created action 'Raise an issue for this question' assigned to Charles McCathieNevile, due 2009-11-09
  • 2009-11-02 22:37:09:
    * Status changed to 'closed'
  • 2009-11-02 22:43:57:
    * <Michael(tm) Smith> title changed to 'Is there an obvious way to use CORS that introduces a risk of confused deputy attacks or other security risks?'
    * <Michael(tm) Smith> http://www.w3.org/2008/webapps/track/issues/108
ACTION-433: Jonas Sicking to Write a very concrete example of a problem (open)
  • 2009-11-02 23:03:34:
    * Created action 'Write a very concrete example of a problem' assigned to Jonas Sicking, due 2009-11-09
ACTION-434: Arthur Barstow to Notify Widgets WG that they have 2 weeks to review WARP (closed)
  • 2009-11-02 23:55:34:
    * Created action 'Notify Widgets WG that they have 2 weeks to review WARP' assigned to Arthur Barstow, due 2009-11-09
  • 2009-11-04 05:59:07:
    * <Arthur Barstow> Status changed to 'closed'
    * <Arthur Barstow> Action now bound to Product 'Widgets'
    * <Arthur Barstow> Closed via: http://lists.w3.org/Archives/Public/public-webapps/2009OctDec/0444.html
ACTION-435: Michael(tm) Smith to Work with Marcos to get test stuff from Present Technologies moved to CVS (open)
  • 2009-11-03 00:51:09:
    * Created action 'Work with Marcos to get test stuff from Present Technologies moved to CVS' assigned to Michael(tm) Smith, due 2009-11-10
ACTION-436: Travis Leithead to Research what IE does for readystate re-entry (for ISSUE-33) (closed)
  • 2009-11-03 01:05:19:
    * Created action 'Research what IE does for readystate re-entry (for ISSUE-33)' assigned to Travis Leithead, due 2009-11-10
  • 2009-11-03 01:52:44:
    * <Travis Leithead> Action now bound to ISSUE-33
    * <Travis Leithead> The following test did not result in any script errors for either the open/send calls--the onreadystatechange event hander just keeps getting called over and over and over again...

    Need to determine if any new requests are being sent out...

    function doIt() {
    var out = null;
    xhr.open("GET", "http://www.bing.com")
    xhr.onreadystatechange = function(x) {
    if (xhr.readyState == 4) {
    wr("Onreadystatechange enter");
    xhr.open("GET", "http://www.google.com");
    xhr.send("Foo");
    wr("Onreadystatechange exit");
    }
    }
    xhr.send("Hello World");
    }
  • 2009-11-03 02:00:42:
    * <Travis Leithead> Checked that indeed, the second open/send combo *is* sending requests to the server over and over again.

    It appears that re-entrancy is allowed in IE.
  • 2009-11-03 02:01:54:
    * <Travis Leithead> Status changed to 'closed'
    * <Travis Leithead> Closing. Please re-open if this analysis is not satisfactory.
ACTION-437: Arthur Barstow to Work on an interop plan for P+C spec (open)
  • 2009-11-03 01:22:14:
    * Created action 'Work on an interop plan for P+C spec' assigned to Arthur Barstow, due 2009-11-10
ACTION-438: Marcos Caceres to Work with Hixie and Anne on a definition of Widget Instance (open)
  • 2009-11-03 18:02:46:
    * Created action 'Work with Hixie and Anne on a definition of Widget Instance' assigned to Marcos Caceres, due 2009-11-10
ACTION-439: Samuel Weinig to Clarify method overloading section and make it readable (open)
  • 2009-11-03 18:26:36:
    * Created action 'Clarify method overloading section and make it readable' assigned to Samuel Weinig, due 2009-11-10
ACTION-440: Doug Schepers to Add clarification for authors of JS where the gotchas are (open)
  • 2009-11-03 20:00:41:
    * Created action 'Add clarification for authors of JS where the gotchas are' assigned to Doug Schepers, due 2009-11-10
ACTION-441: Nikunj Mehta to Respond to Maciej about how to use appcache and data cache together on a client, and whether there can be an API which is the union of appcache and datacache (open)
  • 2009-11-04 00:07:43:
    * Created action 'Respond to Maciej about how to use appcache and data cache together on a client, and whether there can be an API which is the union of appcache and datacache' assigned to Nikunj Mehta, due 2009-11-11
ACTION-442: Mark Miller to Make a worked example of how e.g. GuestXHR would meet the requirements with improved security (open)
  • 2009-11-04 00:11:26:
    * Created action 'Make a worked example of how e.g. GuestXHR would meet the requirements with improved security' assigned to Mark Miller, due 2009-11-11
  • 2009-11-05 00:54:11:
    * <Mark Miller> Action now bound to ISSUE-108
  • 2009-11-05 01:41:19:
    * [MikeSmith]: http://sites.google.com/site/guestxhr/maciej-challenge
ACTION-443: Arthur Barstow to Determine a plan for P+C CR#2 and beyond (open)
  • 2009-11-04 00:27:59:
    * Created action 'Determine a plan for P+C CR#2 and beyond' assigned to Arthur Barstow, due 2009-11-11
ACTION-444: Benoit Suzanne to Submit a proposal for adding license to the Widget object (open)
  • 2009-11-04 00:30:54:
    * Created action 'Submit a proposal for adding license to the Widget object' assigned to Benoit Suzanne, due 2009-11-11
ACTION-445: Marcos Caceres to Remove license from the ED of the P+C (open)
  • 2009-11-04 00:31:15:
    * Created action 'Remove license from the ED of the P+C' assigned to Marcos Caceres, due 2009-11-11
ACTION-446: Arthur Barstow to Send a request for pre-LC comments for the TWI spec (open)
  • 2009-11-04 00:32:43:
    * Created action 'Send a request for pre-LC comments for the TWI spec' assigned to Arthur Barstow, due 2009-11-11
ACTION-447: Arthur Barstow to Send a reminder to review URI scheme spec (closed)
ACTION-448: Arthur Barstow to Review DigSig test suite; get comments from Frederick (open)
  • 2009-11-04 00:38:53:
    * Created action 'Review DigSig test suite; get comments from Frederick' assigned to Arthur Barstow, due 2009-11-11
ACTION-449: Arthur Barstow to Send out a pre-LC request for comments for Hixie's specs (open)
  • 2009-11-04 01:07:27:
    * Created action 'Send out a pre-LC request for comments for Hixie's specs' assigned to Arthur Barstow, due 2009-11-11
ACTION-450: Arthur Barstow to Start a CfC to publish FPWD of File API (closed)

Charles McCathieNevile <chaals@opera.com>, Arthur Barstow <art.barstow@nokia.com>, Chairs, Doug Schepers <schepers@w3.org>, Michael(tm) Smith <mike@w3.org>, Staff Contacts
Tracker, originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: changelog.php,v 1.30 2009/08/06 13:55:41 dom Exp $