/irc-logs / w3c / #testing / 2014-04-24 / end

Options:

  1. # Session Start: Thu Apr 24 00:00:01 2014
  2. # Session Ident: #testing
  3. # [00:11] * Joins: Lachy (~Lachy@public.cloak)
  4. # [00:26] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  5. # [00:40] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
  6. # [00:40] * Joins: glenn (~gadams@public.cloak)
  7. # [00:47] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
  8. # [00:49] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  9. # [00:50] * Joins: zcorpan (~zcorpan@public.cloak)
  10. # [00:53] * Joins: zcorpan_ (~zcorpan@public.cloak)
  11. # [00:53] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  12. # [01:00] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  13. # [01:01] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  14. # [01:20] * Joins: zcorpan (~zcorpan@public.cloak)
  15. # [01:22] * Joins: zcorpan_ (~zcorpan@public.cloak)
  16. # [01:22] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  17. # [01:29] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  18. # [01:32] * Joins: glenn (~gadams@public.cloak)
  19. # [01:35] * Quits: lmclister (~lmclister@public.cloak) ("")
  20. # [01:38] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
  21. # [01:44] * Joins: glenn (~gadams@public.cloak)
  22. # [01:52] * Quits: glenn (~gadams@public.cloak) ("Leaving...")
  23. # [02:23] * Joins: zcorpan (~zcorpan@public.cloak)
  24. # [02:30] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  25. # [03:23] * Joins: zcorpan (~zcorpan@public.cloak)
  26. # [03:30] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  27. # [03:40] * Joins: ptressel (~chatzilla@public.cloak)
  28. # [04:18] * Joins: lmclister (~lmclister@public.cloak)
  29. # [04:24] * Joins: zcorpan (~zcorpan@public.cloak)
  30. # [04:26] * Joins: zcorpan_ (~zcorpan@public.cloak)
  31. # [04:26] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  32. # [04:33] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  33. # [05:27] * Joins: zcorpan (~zcorpan@public.cloak)
  34. # [05:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  35. # [06:09] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
  36. # [06:13] * Joins: shepazu (schepers@public.cloak)
  37. # [06:27] * Joins: zcorpan (~zcorpan@public.cloak)
  38. # [06:32] * Joins: MK (kawamori@public.cloak)
  39. # [06:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  40. # [06:35] * Quits: lmclister (~lmclister@public.cloak) ("")
  41. # [07:01] * Joins: lmclister (~lmclister@public.cloak)
  42. # [07:12] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
  43. # [07:22] * Joins: MK (kawamori@public.cloak)
  44. # [07:28] * Joins: zcorpan (~zcorpan@public.cloak)
  45. # [07:31] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
  46. # [07:35] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  47. # [07:40] * Joins: MK (kawamori@public.cloak)
  48. # [07:51] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
  49. # [08:13] * Quits: lmclister (~lmclister@public.cloak) ("")
  50. # [08:14] * Joins: lmclister (~lmclister@public.cloak)
  51. # [08:17] * Quits: lmclister (~lmclister@public.cloak) ("")
  52. # [08:29] * Joins: zcorpan (~zcorpan@public.cloak)
  53. # [08:36] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  54. # [09:08] * Joins: zcorpan (~zcorpan@public.cloak)
  55. # [09:53] <MikeSmith> jgraham: so yeah doing the following seems to work
  56. # [09:53] <MikeSmith> if (window.opener && "testharness_properties" in window.opener) {
  57. # [09:53] <MikeSmith> - setup(window.opener.testharness_properties);
  58. # [09:53] <MikeSmith> + setup(window.JSON.parse(window.JSON.stringify(window.opener.testharness_properties)));
  59. # [09:55] <jgraham> Wow
  60. # [09:55] <jgraham> OK, notional r+ on that change
  61. # [09:55] <MikeSmith> hai
  62. # [09:57] <MikeSmith> jgraham: so is there some less kludgy way to achieve the same thing?
  63. # [10:04] <jgraham> MikeSmith: Not sure. I have a feeling darobin found the same problem with IE elsewhere
  64. # [10:04] <jgraham> I think this solution is basically fine
  65. # [10:04] <MikeSmith> ok
  66. # [10:15] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
  67. # [10:29] * Joins: Lachy (~Lachy@public.cloak)
  68. # [10:34] <jgraham> MikeSmith: Sorry, I just realised that really deserves a comment
  69. # [10:43] <zcorpan> MikeSmith: i guess you can omit "window." if you feel that makes it less kludgy :-)
  70. # [10:45] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  71. # [10:47] <MikeSmith> yeah I'd already omitted the "window." in the PR
  72. # [10:47] <MikeSmith> will add the comment now
  73. # [10:54] * Joins: disjukr (~a2dc66bb@public.cloak)
  74. # [11:02] * Joins: Ms2ger (~Ms2ger@public.cloak)
  75. # [11:04] <jgraham> MikeSmith: Merged.
  76. # [11:04] <MikeSmith> jgraham: thanks
  77. # [11:06] * Joins: gitbot (~gitbot@public.cloak)
  78. # [11:06] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/73830a5111f36870b656ded0d22f970ce18246e7
  79. # [11:06] -gitbot:#testing- web-platform-tests/master 73830a5 James Graham: Update to latest testharness.js
  80. # [11:06] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  81. # [11:10] <zcorpan> jgraham: ok if i just edit testharness.js to omit the *s on these lines?
  82. # [11:10] <zcorpan> * <script src="/resources/testharness.js"></script>
  83. # [11:10] <zcorpan> * <script src="/resources/testharnessreport.js"></script>
  84. # [11:10] <zcorpan> it's annoying to have to remove them when c/p :-)
  85. # [11:12] <zcorpan> alternatively i can make it a template including the doctype and title also
  86. # [11:13] * zcorpan makes a pr
  87. # [11:19] * Joins: Lachy (~Lachy@public.cloak)
  88. # [11:22] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  89. # [11:23] <zcorpan> jgraham: https://github.com/w3c/testharness.js/pull/73
  90. # [11:36] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  91. # [11:59] <jgraham> zcorpan: Yeah, I think my new idea is to move the documentation into another file that can be automatically used on testthewebforward.org
  92. # [11:59] <jgraham> Which will remove all the *s
  93. # [11:59] <jgraham> But I need to actually do it of course
  94. # [11:59] <zcorpan> jgraham: aha ok
  95. # [12:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  96. # [12:24] * Joins: gitbot (~gitbot@public.cloak)
  97. # [12:24] -gitbot:#testing- [web-platform-tests] Velmont pushed 5 new commits to master: https://github.com/w3c/web-platform-tests/compare/73830a5111f3...fa33b21c9c4e
  98. # [12:24] -gitbot:#testing- web-platform-tests/master ab53da0 Xie Yunxiao: Add more tests for IDBCursor advance
  99. # [12:24] -gitbot:#testing- web-platform-tests/master 34c7810 Xie Yunxiao: Improve and rename tests for IDBCursor advance...
  100. # [12:24] -gitbot:#testing- web-platform-tests/master 205604a Xie Yunxiao: Improve tests for IDBCursor advance...
  101. # [12:24] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  102. # [12:25] * Joins: abarsto (~abarsto@public.cloak)
  103. # [12:25] * abarsto is now known as ArtB
  104. # [12:56] <jgraham> denis: What are you working on these days?
  105. # [13:14] * Joins: gitbot (~gitbot@public.cloak)
  106. # [13:14] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/dnd_cross_origin (+2 new commits): https://github.com/w3c/web-platform-tests/compare/624a69be98e0^...677530c68b85
  107. # [13:14] -gitbot:#testing- web-platform-tests/jgraham/dnd_cross_origin 624a69b James Graham: Start fixing DnD tests to work cross-origin
  108. # [13:14] -gitbot:#testing- web-platform-tests/jgraham/dnd_cross_origin 677530c James Graham: fixup! Start fixing DnD tests to work cross-origin
  109. # [13:14] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  110. # [13:14] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  111. # [13:15] * Joins: gitbot (~gitbot@public.cloak)
  112. # [13:15] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/cross_origin_cleanup (+1 new commit): https://github.com/w3c/web-platform-tests/commit/feb7605d5a63
  113. # [13:15] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup feb7605 James Graham: Stop using w3c-test.org for progress-events test
  114. # [13:15] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  115. # [13:17] * Joins: gitbot (~gitbot@public.cloak)
  116. # [13:17] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/serve_probe_wait (+1 new commit): https://github.com/w3c/web-platform-tests/commit/b5fa1694c68e
  117. # [13:17] -gitbot:#testing- web-platform-tests/jgraham/serve_probe_wait b5fa169 James Graham: Wait for server to start when probing subdomains.
  118. # [13:17] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  119. # [13:18] * Joins: gitbot (~gitbot@public.cloak)
  120. # [13:18] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #926: Wait for server to start when probing subdomains. (master...jgraham/serve_probe_wait) https://github.com/w3c/web-platform-tests/pull/926
  121. # [13:18] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  122. # [13:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  123. # [13:35] <jgraham> Are all the tests in html/semantics/embedded-content/the-canvas-element/ autogenerated?
  124. # [13:50] * Joins: Ms2ger (~Ms2ger@public.cloak)
  125. # [14:07] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  126. # [14:08] * Joins: gitbot (~gitbot@public.cloak)
  127. # [14:08] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #927: Test the syntax aspect of the case-sensitivity selector (master...selectors-i) https://github.com/w3c/web-platform-tests/pull/927
  128. # [14:08] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  129. # [14:12] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  130. # [14:31] <jgraham> So this whole fallback-to-w3c-test.org idea is just broken
  131. # [14:31] <jgraham> I can't believe it took me this long to realise
  132. # [14:31] <jgraham> The problem is that the ports don't match
  133. # [14:33] <jgraham> To make it work the whole config thing would have to handle different ports for the fallback case and the main case
  134. # [14:34] <jgraham> e.g. it would have to know that www.web-platform.test:8000 should be www.w3c-test.org:80
  135. # [14:34] <jgraham> Which would mean rewriting even more tests to ensure that they only use the full hostname/port combo
  136. # [14:35] <jgraham> Which isn't work that I think I have time to do
  137. # [14:38] * Joins: anssik (~uid10742@public.cloak)
  138. # [14:43] * jgraham sends email
  139. # [15:00] * Joins: plh (plehegar@public.cloak)
  140. # [15:02] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  141. # [15:02] * Joins: zcorpan (~zcorpan@public.cloak)
  142. # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  143. # [15:18] * Joins: gitbot (~gitbot@public.cloak)
  144. # [15:18] -gitbot:#testing- [web-platform-tests] ayg closed pull request #924: Add NodeIterator tests (master...submission/ayg-add-iterator-tests) https://github.com/w3c/web-platform-tests/pull/924
  145. # [15:18] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  146. # [15:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  147. # [15:32] * Joins: zcorpan (~zcorpan@public.cloak)
  148. # [15:34] * Joins: zcorpan_ (~zcorpan@public.cloak)
  149. # [15:34] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  150. # [15:41] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  151. # [15:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  152. # [15:54] * Joins: glenn (~gadams@public.cloak)
  153. # [16:24] * Joins: Lachy_ (~Lachy@public.cloak)
  154. # [16:27] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
  155. # [16:29] * Joins: Lachy (~Lachy@public.cloak)
  156. # [16:31] * Joins: Lachy__ (~Lachy@public.cloak)
  157. # [16:31] * Quits: Lachy_ (~Lachy@public.cloak) (Ping timeout: 180 seconds)
  158. # [16:32] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
  159. # [16:35] * Joins: zcorpan (~zcorpan@public.cloak)
  160. # [16:42] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  161. # [16:47] * Joins: gitbot (~gitbot@public.cloak)
  162. # [16:47] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/set_dirty_execcommand (+1 new commit): https://github.com/w3c/web-platform-tests/commit/728bf0b06a51
  163. # [16:47] -gitbot:#testing- web-platform-tests/jgraham/set_dirty_execcommand 728bf0b James Graham: Making a control dirty doesn't require execCommand
  164. # [16:47] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  165. # [16:47] * Joins: gitbot (~gitbot@public.cloak)
  166. # [16:47] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #928: Making a control dirty doesn't require execCommand (master...jgraham/set_dirty_execcommand) https://github.com/w3c/web-platform-tests/pull/928
  167. # [16:47] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  168. # [17:00] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  169. # [17:10] * Joins: glenn_ (~gadams@public.cloak)
  170. # [17:10] * Quits: glenn_ (~gadams@public.cloak) ("Leaving...")
  171. # [17:13] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
  172. # [17:28] * Joins: gitbot (~gitbot@public.cloak)
  173. # [17:28] -gitbot:#testing- [web-platform-tests] ayg opened pull request #929: Add NodeIterator tests (master...submission/ayg/add-iterator-tests-2) https://github.com/w3c/web-platform-tests/pull/929
  174. # [17:28] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  175. # [17:35] * jgraham wonders who approved these tests that point to resources that don't exist in iframes
  176. # [17:36] * Joins: zcorpan (~zcorpan@public.cloak)
  177. # [17:39] <ato> Should have git-review-blame.
  178. # [17:44] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  179. # [17:44] <jgraham> Well I could find out from critic if I really wanted to know
  180. # [17:54] * Joins: lmclister (~lmclister@public.cloak)
  181. # [18:13] * Joins: abarsto (~abarsto@public.cloak)
  182. # [18:13] * abarsto is now known as ArtB
  183. # [18:14] * Joins: Ms2ger (~Ms2ger@public.cloak)
  184. # [18:36] * Joins: zcorpan (~zcorpan@public.cloak)
  185. # [18:38] * Joins: zcorpan_ (~zcorpan@public.cloak)
  186. # [18:38] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  187. # [18:41] * Joins: gitbot (~gitbot@public.cloak)
  188. # [18:41] -gitbot:#testing- [web-platform-tests] jgraham force-pushed jgraham/cross_origin_cleanup from feb7605 to 298fbd9: https://github.com/w3c/web-platform-tests/commits/jgraham/cross_origin_cleanup
  189. # [18:41] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup 0f72816 James Graham: Stop using w3c-test.org for progress-events test
  190. # [18:41] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup f8916b4 James Graham: Update cite attribute tests to not use w3c-test.org as the example url...
  191. # [18:41] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup 9142b1f James Graham: Fixup multiple base element test not to use w3c-test.org
  192. # [18:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  193. # [18:42] * Joins: gitbot (~gitbot@public.cloak)
  194. # [18:42] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #930: Clean up use of w3c-test.org server in the tests. (master...jgraham/cross_origin_cleanup) https://github.com/w3c/web-platform-tests/pull/930
  195. # [18:42] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  196. # [18:42] * Joins: rhauck (~Adium@public.cloak)
  197. # [18:45] <jgraham> Ms2ger: Well it's not that silent and it isn't really forwarding
  198. # [18:45] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  199. # [18:45] <jgraham> I mean it warns at startup and just means that subsitutions work differently
  200. # [18:46] <Ms2ger> Still sounds fishy :)
  201. # [18:46] <jgraham> Yeah, well it turns out it is :p
  202. # [18:46] * Quits: rhauck (~Adium@public.cloak) ("Leaving.")
  203. # [18:47] * ArtB how fishy sounds ;)
  204. # [18:47] <jgraham> Speaking of which, I just made a PR to remove many hardcoded uses of w3c-test.org
  205. # [18:47] <jgraham> Doesn't fix the DnD tests
  206. # [18:48] <jgraham> And there are still other tests using other external domains like example.* and some microsoft site that may or may not be running Jetty
  207. # [18:49] * Quits: Lachy__ (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  208. # [19:07] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
  209. # [19:23] * Joins: rhauck (~Adium@public.cloak)
  210. # [19:39] * Joins: zcorpan (~zcorpan@public.cloak)
  211. # [19:46] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  212. # [19:56] * Quits: lmclister (~lmclister@public.cloak) ("")
  213. # [19:58] * Joins: lmclister (~lmclister@public.cloak)
  214. # [20:34] * Joins: gitbot (~gitbot@public.cloak)
  215. # [20:34] -gitbot:#testing- [web-platform-tests] plehegar closed pull request #425: RAF test from Microsoft (master...submissions/microsoft-raf-test) https://github.com/w3c/web-platform-tests/pull/425
  216. # [20:34] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  217. # [20:39] * Joins: zcorpan (~zcorpan@public.cloak)
  218. # [20:46] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
  219. # [20:47] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  220. # [21:03] * Joins: Lachy (~Lachy@public.cloak)
  221. # [21:10] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
  222. # [21:39] * Joins: gitbot (~gitbot@public.cloak)
  223. # [21:39] -gitbot:#testing- [web-platform-tests] plehegar opened pull request #931: Animation timing basic (master...animation-timing-basic) https://github.com/w3c/web-platform-tests/pull/931
  224. # [21:39] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  225. # [21:40] * Joins: zcorpan (~zcorpan@public.cloak)
  226. # [21:47] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  227. # [21:58] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  228. # [22:08] * Joins: zcorpan (~zcorpan@public.cloak)
  229. # [22:11] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  230. # [22:12] * Joins: zcorpan (~zcorpan@public.cloak)
  231. # [22:19] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  232. # [22:20] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
  233. # [22:21] * Joins: disjukr (~a2dc66bb@public.cloak)
  234. # [22:22] <jgraham> plh: Thanks
  235. # [22:22] <plh> welcome
  236. # [22:23] <plh> I noticed that the samsung tests for pointer events would needs to be moved out of their weird directory but that could be dealt with separately
  237. # [22:29] <jgraham> Yeah, I think all the pointer-events tests are in weird places
  238. # [22:37] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
  239. # [22:38] * Joins: disjukr (~a2dc66bb@public.cloak)
  240. # [22:41] * Joins: gitbot (~gitbot@public.cloak)
  241. # [22:41] -gitbot:#testing- [web-platform-tests] plehegar pushed 6 new commits to master: https://github.com/w3c/web-platform-tests/compare/fa33b21c9c4e...32fb6a068dcf
  242. # [22:41] -gitbot:#testing- web-platform-tests/master b47595c Ms2ger: Expand Event-propagation.html to catch a Gecko bug.
  243. # [22:41] -gitbot:#testing- web-platform-tests/master c51cf7d Ms2ger: Rewrite Event-initEvent.html to avoid the explicit 't' variable.
  244. # [22:41] -gitbot:#testing- web-platform-tests/master a34e7a8 Ms2ger: Add somewhat more thorough testing for initEvent.
  245. # [22:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  246. # [22:42] * Joins: zcorpan (~zcorpan@public.cloak)
  247. # [22:43] * Joins: gitbot (~gitbot@public.cloak)
  248. # [22:43] -gitbot:#testing- [web-platform-tests] plehegar pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/ece76829eba03e7993eca2c03325320d7514ec64
  249. # [22:43] -gitbot:#testing- web-platform-tests/master ece7682 Philippe Le Hegaret: Merge pull request #926 from w3c/jgraham/serve_probe_wait...
  250. # [22:43] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  251. # [22:43] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  252. # [22:44] * Joins: zcorpan (~zcorpan@public.cloak)
  253. # [22:45] * Joins: gitbot (~gitbot@public.cloak)
  254. # [22:45] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to jgraham/cross_origin_cleanup: https://github.com/w3c/web-platform-tests/commit/0cf4ed5c6cae2effd88b71dbe70f20e0bfd0490d
  255. # [22:45] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup 0cf4ed5 James Graham: Fix review issues
  256. # [22:45] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  257. # [22:46] * Joins: gitbot (~gitbot@public.cloak)
  258. # [22:46] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/serve_no_fallback (+1 new commit): https://github.com/w3c/web-platform-tests/commit/4bb86fc9a0de
  259. # [22:46] -gitbot:#testing- web-platform-tests/jgraham/serve_no_fallback 4bb86fc James Graham: Remove support for falling back to an external domain since it was rather broken.
  260. # [22:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  261. # [22:46] * Joins: gitbot (~gitbot@public.cloak)
  262. # [22:46] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #932: Remove support for falling back to an external domain since it was rather broken. (master...jgraham/serve_no_fallback) https://github.com/w3c/web-platform-tests/pull/932
  263. # [22:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  264. # [22:51] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  265. # [22:53] * Joins: gitbot (~gitbot@public.cloak)
  266. # [22:53] -gitbot:#testing- [web-platform-tests] plehegar pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/6ba5ce726d399d8dc69a1467ea3b307761ad6f20
  267. # [22:53] -gitbot:#testing- web-platform-tests/master 6ba5ce7 Philippe Le Hegaret: Merge pull request #932 from w3c/jgraham/serve_no_fallback...
  268. # [22:53] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
  269. # [23:02] * Joins: zcorpan (~zcorpan@public.cloak)
  270. # [23:09] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
  271. # [23:19] * Joins: Lachy (~Lachy@public.cloak)
  272. # [23:54] * Quits: plh (plehegar@public.cloak) ("Leaving")
  273. # Session Close: Fri Apr 25 00:00:00 2014

The end :)