Options:
- # Session Start: Thu Apr 24 00:00:01 2014
- # Session Ident: #testing
- # [00:11] * Joins: Lachy (~Lachy@public.cloak)
- # [00:26] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:40] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [00:40] * Joins: glenn (~gadams@public.cloak)
- # [00:47] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [00:49] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [00:50] * Joins: zcorpan (~zcorpan@public.cloak)
- # [00:53] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [00:53] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [01:00] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [01:01] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [01:20] * Joins: zcorpan (~zcorpan@public.cloak)
- # [01:22] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [01:22] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [01:29] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [01:32] * Joins: glenn (~gadams@public.cloak)
- # [01:35] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [01:38] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [01:44] * Joins: glenn (~gadams@public.cloak)
- # [01:52] * Quits: glenn (~gadams@public.cloak) ("Leaving...")
- # [02:23] * Joins: zcorpan (~zcorpan@public.cloak)
- # [02:30] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [03:23] * Joins: zcorpan (~zcorpan@public.cloak)
- # [03:30] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [03:40] * Joins: ptressel (~chatzilla@public.cloak)
- # [04:18] * Joins: lmclister (~lmclister@public.cloak)
- # [04:24] * Joins: zcorpan (~zcorpan@public.cloak)
- # [04:26] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [04:26] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [04:33] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [05:27] * Joins: zcorpan (~zcorpan@public.cloak)
- # [05:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [06:09] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [06:13] * Joins: shepazu (schepers@public.cloak)
- # [06:27] * Joins: zcorpan (~zcorpan@public.cloak)
- # [06:32] * Joins: MK (kawamori@public.cloak)
- # [06:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [06:35] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [07:01] * Joins: lmclister (~lmclister@public.cloak)
- # [07:12] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [07:22] * Joins: MK (kawamori@public.cloak)
- # [07:28] * Joins: zcorpan (~zcorpan@public.cloak)
- # [07:31] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [07:35] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [07:40] * Joins: MK (kawamori@public.cloak)
- # [07:51] * Quits: MK (kawamori@public.cloak) (Ping timeout: 180 seconds)
- # [08:13] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [08:14] * Joins: lmclister (~lmclister@public.cloak)
- # [08:17] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [08:29] * Joins: zcorpan (~zcorpan@public.cloak)
- # [08:36] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [09:08] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:53] <MikeSmith> jgraham: so yeah doing the following seems to work
- # [09:53] <MikeSmith> if (window.opener && "testharness_properties" in window.opener) {
- # [09:53] <MikeSmith> - setup(window.opener.testharness_properties);
- # [09:53] <MikeSmith> + setup(window.JSON.parse(window.JSON.stringify(window.opener.testharness_properties)));
- # [09:55] <jgraham> Wow
- # [09:55] <jgraham> OK, notional r+ on that change
- # [09:55] <MikeSmith> hai
- # [09:57] <MikeSmith> jgraham: so is there some less kludgy way to achieve the same thing?
- # [10:04] <jgraham> MikeSmith: Not sure. I have a feeling darobin found the same problem with IE elsewhere
- # [10:04] <jgraham> I think this solution is basically fine
- # [10:04] <MikeSmith> ok
- # [10:15] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
- # [10:29] * Joins: Lachy (~Lachy@public.cloak)
- # [10:34] <jgraham> MikeSmith: Sorry, I just realised that really deserves a comment
- # [10:43] <zcorpan> MikeSmith: i guess you can omit "window." if you feel that makes it less kludgy :-)
- # [10:45] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:47] <MikeSmith> yeah I'd already omitted the "window." in the PR
- # [10:47] <MikeSmith> will add the comment now
- # [10:54] * Joins: disjukr (~a2dc66bb@public.cloak)
- # [11:02] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [11:04] <jgraham> MikeSmith: Merged.
- # [11:04] <MikeSmith> jgraham: thanks
- # [11:06] * Joins: gitbot (~gitbot@public.cloak)
- # [11:06] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/73830a5111f36870b656ded0d22f970ce18246e7
- # [11:06] -gitbot:#testing- web-platform-tests/master 73830a5 James Graham: Update to latest testharness.js
- # [11:06] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [11:10] <zcorpan> jgraham: ok if i just edit testharness.js to omit the *s on these lines?
- # [11:10] <zcorpan> * <script src="/resources/testharness.js"></script>
- # [11:10] <zcorpan> * <script src="/resources/testharnessreport.js"></script>
- # [11:10] <zcorpan> it's annoying to have to remove them when c/p :-)
- # [11:12] <zcorpan> alternatively i can make it a template including the doctype and title also
- # [11:13] * zcorpan makes a pr
- # [11:19] * Joins: Lachy (~Lachy@public.cloak)
- # [11:22] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [11:23] <zcorpan> jgraham: https://github.com/w3c/testharness.js/pull/73
- # [11:36] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [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
- # [11:59] <jgraham> Which will remove all the *s
- # [11:59] <jgraham> But I need to actually do it of course
- # [11:59] <zcorpan> jgraham: aha ok
- # [12:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:24] * Joins: gitbot (~gitbot@public.cloak)
- # [12:24] -gitbot:#testing- [web-platform-tests] Velmont pushed 5 new commits to master: https://github.com/w3c/web-platform-tests/compare/73830a5111f3...fa33b21c9c4e
- # [12:24] -gitbot:#testing- web-platform-tests/master ab53da0 Xie Yunxiao: Add more tests for IDBCursor advance
- # [12:24] -gitbot:#testing- web-platform-tests/master 34c7810 Xie Yunxiao: Improve and rename tests for IDBCursor advance...
- # [12:24] -gitbot:#testing- web-platform-tests/master 205604a Xie Yunxiao: Improve tests for IDBCursor advance...
- # [12:24] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [12:25] * Joins: abarsto (~abarsto@public.cloak)
- # [12:25] * abarsto is now known as ArtB
- # [12:56] <jgraham> denis: What are you working on these days?
- # [13:14] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [13:14] -gitbot:#testing- web-platform-tests/jgraham/dnd_cross_origin 624a69b James Graham: Start fixing DnD tests to work cross-origin
- # [13:14] -gitbot:#testing- web-platform-tests/jgraham/dnd_cross_origin 677530c James Graham: fixup! Start fixing DnD tests to work cross-origin
- # [13:14] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:14] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [13:15] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [13:15] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup feb7605 James Graham: Stop using w3c-test.org for progress-events test
- # [13:15] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:17] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [13:17] -gitbot:#testing- web-platform-tests/jgraham/serve_probe_wait b5fa169 James Graham: Wait for server to start when probing subdomains.
- # [13:17] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:18] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [13:18] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [13:35] <jgraham> Are all the tests in html/semantics/embedded-content/the-canvas-element/ autogenerated?
- # [13:50] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [14:07] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [14:08] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [14:08] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [14:12] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [14:31] <jgraham> So this whole fallback-to-w3c-test.org idea is just broken
- # [14:31] <jgraham> I can't believe it took me this long to realise
- # [14:31] <jgraham> The problem is that the ports don't match
- # [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
- # [14:34] <jgraham> e.g. it would have to know that www.web-platform.test:8000 should be www.w3c-test.org:80
- # [14:34] <jgraham> Which would mean rewriting even more tests to ensure that they only use the full hostname/port combo
- # [14:35] <jgraham> Which isn't work that I think I have time to do
- # [14:38] * Joins: anssik (~uid10742@public.cloak)
- # [14:43] * jgraham sends email
- # [15:00] * Joins: plh (plehegar@public.cloak)
- # [15:02] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:02] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:09] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [15:18] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [15:18] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [15:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:32] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:34] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [15:34] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:41] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [15:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:54] * Joins: glenn (~gadams@public.cloak)
- # [16:24] * Joins: Lachy_ (~Lachy@public.cloak)
- # [16:27] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
- # [16:29] * Joins: Lachy (~Lachy@public.cloak)
- # [16:31] * Joins: Lachy__ (~Lachy@public.cloak)
- # [16:31] * Quits: Lachy_ (~Lachy@public.cloak) (Ping timeout: 180 seconds)
- # [16:32] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
- # [16:35] * Joins: zcorpan (~zcorpan@public.cloak)
- # [16:42] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [16:47] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [16:47] -gitbot:#testing- web-platform-tests/jgraham/set_dirty_execcommand 728bf0b James Graham: Making a control dirty doesn't require execCommand
- # [16:47] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:47] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [16:47] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [17:00] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [17:10] * Joins: glenn_ (~gadams@public.cloak)
- # [17:10] * Quits: glenn_ (~gadams@public.cloak) ("Leaving...")
- # [17:13] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [17:28] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [17:28] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [17:35] * jgraham wonders who approved these tests that point to resources that don't exist in iframes
- # [17:36] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:39] <ato> Should have git-review-blame.
- # [17:44] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [17:44] <jgraham> Well I could find out from critic if I really wanted to know
- # [17:54] * Joins: lmclister (~lmclister@public.cloak)
- # [18:13] * Joins: abarsto (~abarsto@public.cloak)
- # [18:13] * abarsto is now known as ArtB
- # [18:14] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [18:36] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:38] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [18:38] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [18:41] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [18:41] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup 0f72816 James Graham: Stop using w3c-test.org for progress-events test
- # [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...
- # [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
- # [18:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [18:42] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [18:42] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [18:42] * Joins: rhauck (~Adium@public.cloak)
- # [18:45] <jgraham> Ms2ger: Well it's not that silent and it isn't really forwarding
- # [18:45] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:45] <jgraham> I mean it warns at startup and just means that subsitutions work differently
- # [18:46] <Ms2ger> Still sounds fishy :)
- # [18:46] <jgraham> Yeah, well it turns out it is :p
- # [18:46] * Quits: rhauck (~Adium@public.cloak) ("Leaving.")
- # [18:47] * ArtB how fishy sounds ;)
- # [18:47] <jgraham> Speaking of which, I just made a PR to remove many hardcoded uses of w3c-test.org
- # [18:47] <jgraham> Doesn't fix the DnD tests
- # [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
- # [18:49] * Quits: Lachy__ (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [19:07] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
- # [19:23] * Joins: rhauck (~Adium@public.cloak)
- # [19:39] * Joins: zcorpan (~zcorpan@public.cloak)
- # [19:46] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [19:56] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [19:58] * Joins: lmclister (~lmclister@public.cloak)
- # [20:34] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [20:34] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [20:39] * Joins: zcorpan (~zcorpan@public.cloak)
- # [20:46] * Quits: anssik (~uid10742@public.cloak) ("Connection closed for inactivity")
- # [20:47] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [21:03] * Joins: Lachy (~Lachy@public.cloak)
- # [21:10] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [21:39] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [21:39] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [21:40] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:47] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [21:58] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:08] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:11] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:12] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:19] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [22:20] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
- # [22:21] * Joins: disjukr (~a2dc66bb@public.cloak)
- # [22:22] <jgraham> plh: Thanks
- # [22:22] <plh> welcome
- # [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
- # [22:29] <jgraham> Yeah, I think all the pointer-events tests are in weird places
- # [22:37] * Quits: disjukr (~a2dc66bb@public.cloak) (Ping timeout: 180 seconds)
- # [22:38] * Joins: disjukr (~a2dc66bb@public.cloak)
- # [22:41] * Joins: gitbot (~gitbot@public.cloak)
- # [22:41] -gitbot:#testing- [web-platform-tests] plehegar pushed 6 new commits to master: https://github.com/w3c/web-platform-tests/compare/fa33b21c9c4e...32fb6a068dcf
- # [22:41] -gitbot:#testing- web-platform-tests/master b47595c Ms2ger: Expand Event-propagation.html to catch a Gecko bug.
- # [22:41] -gitbot:#testing- web-platform-tests/master c51cf7d Ms2ger: Rewrite Event-initEvent.html to avoid the explicit 't' variable.
- # [22:41] -gitbot:#testing- web-platform-tests/master a34e7a8 Ms2ger: Add somewhat more thorough testing for initEvent.
- # [22:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:42] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:43] * Joins: gitbot (~gitbot@public.cloak)
- # [22:43] -gitbot:#testing- [web-platform-tests] plehegar pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/ece76829eba03e7993eca2c03325320d7514ec64
- # [22:43] -gitbot:#testing- web-platform-tests/master ece7682 Philippe Le Hegaret: Merge pull request #926 from w3c/jgraham/serve_probe_wait...
- # [22:43] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:43] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:44] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:45] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [22:45] -gitbot:#testing- web-platform-tests/jgraham/cross_origin_cleanup 0cf4ed5 James Graham: Fix review issues
- # [22:45] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:46] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [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.
- # [22:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:46] * Joins: gitbot (~gitbot@public.cloak)
- # [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
- # [22:46] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:51] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [22:53] * Joins: gitbot (~gitbot@public.cloak)
- # [22:53] -gitbot:#testing- [web-platform-tests] plehegar pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/6ba5ce726d399d8dc69a1467ea3b307761ad6f20
- # [22:53] -gitbot:#testing- web-platform-tests/master 6ba5ce7 Philippe Le Hegaret: Merge pull request #932 from w3c/jgraham/serve_no_fallback...
- # [22:53] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [23:02] * Joins: zcorpan (~zcorpan@public.cloak)
- # [23:09] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [23:19] * Joins: Lachy (~Lachy@public.cloak)
- # [23:54] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # Session Close: Fri Apr 25 00:00:00 2014
The end :)