/irc-logs / w3c / #webapps / 2008-09-26 / end

Options:

  1. # Session Start: Fri Sep 26 00:00:00 2008
  2. # Session Ident: #webapps
  3. # [00:18] * Quits: aroben (aroben@71.58.76.69) (Connection reset by peer)
  4. # [00:29] * Quits: heycam (cam@203.217.88.112) (Quit: bye)
  5. # [01:14] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
  6. # [01:43] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  7. # [01:44] * Joins: marcos (marcos@87.196.174.22)
  8. # [01:52] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  9. # [01:53] * Joins: marcos (marcos@87.196.174.22)
  10. # [01:54] * Joins: heycam (cam@130.194.72.84)
  11. # [02:22] * Joins: mjs_ (mjs@17.244.16.193)
  12. # [02:23] * Quits: mjs (mjs@17.203.14.158) (Connection reset by peer)
  13. # [02:23] * Joins: mjs (mjs@17.203.14.158)
  14. # [02:25] * Quits: mjs_ (mjs@17.244.16.193) (Ping timeout)
  15. # [02:32] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  16. # [02:36] * Quits: smaug (chatzilla@91.154.40.198) (Quit: ChatZilla 0.9.83 [Firefox 3.1b1pre/20080914212630])
  17. # [02:43] * Joins: marcos (marcos@87.196.174.22)
  18. # [02:44] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  19. # [03:28] * Joins: harry (kcome@58.213.221.83)
  20. # [03:34] * Joins: marcos (marcos@87.196.174.22)
  21. # [03:36] <marcos> Timeless, can you please keep pushing Roy Fielding? (and make sure you CC the WebApps list).
  22. # [03:42] <marcos> mjs, great work on Acid3 :)
  23. # [03:42] <mjs> marcos: thanks, though I can't claim most of the credit
  24. # [03:44] <marcos> Well, congrats to all the Webkit developers then... and thank you for posting the news :)
  25. # [03:56] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  26. # [05:21] * Joins: mjs_ (mjs@17.203.14.158)
  27. # [05:21] * Quits: mjs (mjs@17.203.14.158) (Connection reset by peer)
  28. # [06:58] * Quits: mjs_ (mjs@17.203.14.158) (Connection reset by peer)
  29. # [06:59] * Joins: mjs (mjs@17.244.16.193)
  30. # [07:12] * Quits: mjs (mjs@17.244.16.193) (Connection reset by peer)
  31. # [08:32] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  32. # [08:35] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Client exited)
  33. # [08:38] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  34. # [08:47] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
  35. # [08:48] * Joins: mjs (mjs@69.181.42.194)
  36. # [08:49] * Joins: mjs_ (mjs@69.181.42.194)
  37. # [08:49] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
  38. # [09:00] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
  39. # [09:45] * Joins: heycam (cam@203.217.88.112)
  40. # [10:46] * Joins: tlr (tlr@128.30.52.30)
  41. # [10:53] * Joins: smaug (chatzilla@91.154.40.198)
  42. # [12:04] * Quits: mjs_ (mjs@69.181.42.194) (Ping timeout)
  43. # [12:13] * Quits: anne (annevk@213.236.208.22) (Client exited)
  44. # [12:14] * Joins: anne (annevk@213.236.208.22)
  45. # [12:16] * Joins: ArtB (ce846302@128.30.52.43)
  46. # [12:36] <smaug> anne: FYI in gecko the constructor of XHR is bound to a window
  47. # [12:40] <anne> so how would the examples work?
  48. # [12:40] <anne> and how would we define it in the spec?
  49. # [12:42] <smaug> anne: at some point it was defined so that XHR is bound to a window, right?
  50. # [12:49] <anne> bound to the window it was constructed upon
  51. # [12:49] <anne> the problem is what Sam came up with examples where it was not constructed on a window
  52. # [12:50] <smaug> what was such example?
  53. # [12:51] <smaug> well, in gecko we do support such thing too
  54. # [12:51] <smaug> and then it is bound to the script context
  55. # [12:51] <anne> ah
  56. # [12:51] <anne> hmm
  57. # [12:51] <smaug> or, if really needed, in C++ (without any JS) one can pass the right principals etc
  58. # [12:51] <smaug> but that is gecko internal
  59. # [12:52] <anne> http://www.w3.org/2008/webapps/track/issues/75 has samples
  60. # [12:53] <smaug> I saw those
  61. # [12:53] <smaug> I need to do some testing
  62. # [12:54] <smaug> but IIRC because the constructor is bound to the window, moving constructor doesn't change anything
  63. # [12:54] <smaug> s/moving/copying/ to some other object
  64. # [12:57] * Joins: mjs (mjs@69.181.42.194)
  65. # [13:09] * Quits: gavin (gavin@63.245.208.169) (Ping timeout)
  66. # [13:10] <smaug> anne: verified. Moving the constructor doesn't change anything in gecko
  67. # [13:11] <smaug> anne: so should the spec say that the constructor is bound to ...
  68. # [13:11] <mjs> smaug: did you test in IE?
  69. # [13:11] <smaug> no
  70. # [13:11] <smaug> it doesn't run on linux ;)
  71. # [13:11] <mjs> I think that's the unknown quantity
  72. # [13:11] <mjs> we're happy to do whatever (more or less) in WebKit
  73. # [13:13] * Joins: gavin (gavin@63.245.208.169)
  74. # [13:26] <anne> if someone has a URI I can figure out the rest
  75. # [13:26] <anne> well, except for spec phrasing
  76. # [13:26] <anne> but i can get IE results
  77. # [13:29] * ArtB wonders if any MS guys are in this channel atm
  78. # [13:32] * Quits: anne (annevk@213.236.208.22) (Client exited)
  79. # [13:32] * Joins: anne (annevk@213.236.208.22)
  80. # [13:47] * Joins: timeless (timeless@65.75.195.122)
  81. # [13:47] <timeless> help?
  82. # [13:47] <timeless> i'm not an 'ac rep', right?
  83. # [13:48] * timeless is trying to fill in the tpac registration
  84. # [13:48] <mjs> timeless: if you were one, you would know
  85. # [13:48] <mjs> generally there is one per org
  86. # [13:48] <mjs> I believe dbaron is mozilla's AC rep
  87. # [13:48] <anne> ArtB is your AC rep, timeless
  88. # [13:48] <timeless> ok
  89. # [13:48] <timeless> so why is this form bothering me w/ irrelevant stuff?
  90. # [13:48] <ArtB> timeless, what's the prob?
  91. # [13:48] <timeless> trying to figure ou the form
  92. # [13:48] <timeless> http://www.w3.org/2002/09/wbs/35125/TPAC2008/
  93. # [13:49] <timeless> i guess i can basically attend the
  94. # [13:49] <timeless> 10. Wednesday 22 October Technical Plenary Attendance
  95. # [13:49] <timeless> 11. Wednesday 22 October Technical Plenary Reception Attendance
  96. # [13:49] <timeless> bits?
  97. # [13:49] <ArtB> what about WebApps/Widgets Oct 20 and 21?
  98. # [13:50] <timeless> i already checked those in 5 and 6
  99. # [13:50] <ArtB> good
  100. # [13:50] <timeless> what about 12. Thursday 23 October All Group Meetings Attendance
  101. # [13:50] <timeless> note: i have to call for a taxi *now* i think
  102. # [13:50] <timeless> flight's @4p
  103. # [13:50] <timeless> it's 2:45pm now
  104. # [13:50] <timeless> and i'm not packed
  105. # [13:51] <ArtB> check the list of WGs on thur and friday
  106. # [13:51] <timeless> htmlwg ~ html5?
  107. # [13:51] <ArtB> yes, afaik
  108. # [13:52] <timeless> ok, i'll mark that for thur/fri
  109. # [13:52] <ArtB> yeah; you can always pull a "no show"
  110. # [13:52] <timeless> ok, what about the hotel
  111. # [13:52] <ArtB> I wouldn't count on a registration extension
  112. # [13:52] <timeless> is there a cheap recommonation?
  113. # [13:53] <ArtB> the hotel reservation is done separately
  114. # [13:53] <timeless> 15. Hotel requirements
  115. # [13:53] <ArtB> and it ain't cheap :-(
  116. # [13:53] <timeless> Will you stay at the Pullman Cannes Mandelieu Royal Casino?
  117. # [13:53] <timeless> choose one
  118. # [13:53] <timeless> i guess i mark no
  119. # [13:53] <ArtB> yes
  120. # [13:53] <timeless> Your answers have been successfully registered, thank you.
  121. # [13:53] <ArtB> cool; now get that taxi :-)!
  122. # [13:54] <timeless> yeah
  123. # [13:54] <timeless> bye
  124. # [13:54] * Quits: mjs (mjs@69.181.42.194) (Ping timeout)
  125. # [14:01] * Joins: mjs (mjs@69.181.42.194)
  126. # [14:43] * Joins: marcos (marcos@87.196.174.22)
  127. # [15:05] * Joins: mjs_ (mjs@69.181.42.194)
  128. # [15:05] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
  129. # [16:23] * Joins: aroben (aroben@71.58.76.69)
  130. # [16:26] * ArtB is now known as ArtB_
  131. # [16:35] <anne> wow, encoding messed up again on http://www.w3.org/TR/WebIDL/
  132. # [16:36] <anne> really, people should stop using non-ASCII characters and just switch to entities
  133. # [16:37] * Quits: harry (kcome@58.213.221.83) (Ping timeout)
  134. # [16:43] <marcos> Just switch you browser to UTF8, and all is good.
  135. # [16:45] <marcos> The problem is that the W3C server is not serving the thing as application/xhtml+xml.
  136. # [16:52] <mjs_> the problem is that it's not serving a charset with the content-type
  137. # [16:52] * mjs_ is now known as mjs
  138. # [17:10] * Joins: inimino_ (weechat@67.207.138.202)
  139. # [17:17] * Quits: inimino_ (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
  140. # [17:18] * Quits: inimino (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
  141. # [17:18] * Joins: inimino (weechat@67.207.138.202)
  142. # [17:20] <marcos> mjs, that too :)
  143. # [17:49] * ArtB_ is now known as ArtB
  144. # [17:58] * Joins: mjs_ (mjs@69.181.42.194)
  145. # [17:58] * Quits: mjs (mjs@69.181.42.194) (Connection reset by peer)
  146. # [18:41] * Quits: mjs_ (mjs@69.181.42.194) (Ping timeout)
  147. # [18:52] * Joins: mjs (mjs@69.181.42.194)
  148. # [19:21] * Joins: inimino_ (weechat@67.207.138.202)
  149. # [19:21] * Quits: inimino (weechat@67.207.138.202) (Quit: WeeChat 0.2.1)
  150. # [19:23] * inimino_ is now known as inimino
  151. # [19:52] * Quits: mjs (mjs@69.181.42.194) (Quit: mjs)
  152. # [20:48] * tlr is now known as tlr-off
  153. # [21:05] * tlr-off is now known as tlr
  154. # [21:22] * Joins: mjs (mjs@17.203.14.158)
  155. # [21:48] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
  156. # [21:56] * Joins: tlr (tlr@128.30.52.30)
  157. # [21:58] * Quits: ArtB (ce846302@128.30.52.43) (Quit: CGI:IRC)
  158. # [22:18] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
  159. # [22:54] * Quits: aroben (aroben@71.58.76.69) (Connection reset by peer)
  160. # [23:18] * Quits: marcos (marcos@87.196.174.22) (Quit: marcos)
  161. # [23:28] * Joins: aroben (adamroben@68.63.174.35)
  162. # Session Close: Sat Sep 27 00:00:00 2008

The end :)