Options:
Previous day, Next day
- # Session Start: Wed Aug 26 00:00:00 2015
- # Session Ident: #testing
- # [01:44] * Joins: jyasskin (~textual@public.cloak)
- # [01:45] * terri is now known as terri_offline
- # [02:10] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [02:11] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
- # [03:03] * Quits: Guest16 (~textual@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [03:03] * Joins: gitbot (~gitbot@public.cloak)
- # [03:03] -gitbot:#testing- [web-platform-tests] domenic opened pull request #2107: Fix cloning test for documents (master...patch-2) https://github.com/w3c/web-platform-tests/pull/2107
- # [03:03] * Parts: gitbot (~gitbot@public.cloak)
- # [03:13] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [04:05] * Joins: zqzhang (~zqzhang@public.cloak)
- # [04:10] <zqzhang> Hi, does anyone know if there is tool that can extract IDL fragments from specs automatically, e.g. to generate .idl files?
- # [04:33] * Joins: jyasskin (~textual@public.cloak)
- # [05:00] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [05:14] * Joins: jyasskin (~textual@public.cloak)
- # [05:27] <MikeSmith> zqzhang: yeah I think we have something in the repo
- # [05:27] <MikeSmith> that we use for creating the interface tests
- # [05:27] <MikeSmith> I think it's just basically a javascript bookmarklet or something
- # [05:27] * MikeSmith looks
- # [05:36] * Joins: gitbot (~gitbot@public.cloak)
- # [05:36] -gitbot:#testing- [web-platform-tests] domenic opened pull request #2108: Fix about:blank iframe base URL test (master...patch-3) https://github.com/w3c/web-platform-tests/pull/2108
- # [05:36] * Parts: gitbot (~gitbot@public.cloak)
- # [05:51] <MikeSmith> zqzhang: https://github.com/w3c/testharness.js/blob/master/docs/idlharness.md
- # [05:51] <MikeSmith> var s = "";
- # [05:51] <MikeSmith> [].forEach.call(document.getElementsByClassName("idl"), function(idl) {
- # [05:51] <MikeSmith> //https://www.w3.org/Bugs/Public/show_bug.cgi?id=14914
- # [05:51] <MikeSmith> if (!idl.classList.contains("extract"))
- # [05:51] <MikeSmith> {
- # [05:51] <MikeSmith> s += idl.textContent + "\n\n";
- # [05:51] <MikeSmith> }
- # [05:51] <MikeSmith> });
- # [05:51] <MikeSmith> document.body.innerHTML = '<pre></pre>';
- # [05:51] <MikeSmith> document.body.firstChild.textContent = s;
- # [05:52] <MikeSmith> you could just make a bookmarklet out of that
- # [07:03] <zqzhang> Mike, thank you, I will check that to see if it is able to create an independent tool.
- # [07:11] * Joins: Guest16 (~textual@public.cloak)
- # [07:34] <MikeSmith> zqzhang: ok, if you make something please also open a PR for upstreaming it back to one of the repos
- # [07:36] * Quits: Guest16 (~textual@public.cloak) ("My Mac has gone to sleep. ZZZzzz…")
- # [07:36] * Joins: Guest16 (~textual@public.cloak)
- # [07:41] * Quits: Guest16 (~textual@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [08:19] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [08:36] * heycam|away is now known as heycam
- # [08:57] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:13] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:36] * Joins: gitbot (~gitbot@public.cloak)
- # [09:36] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #2108: Fix about:blank iframe base URL test (master...patch-3) https://github.com/w3c/web-platform-tests/pull/2108
- # [09:36] * Parts: gitbot (~gitbot@public.cloak)
- # [09:36] * Joins: gitbot (~gitbot@public.cloak)
- # [09:36] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/9974ecc96c4c...1e973a7089f0
- # [09:36] -gitbot:#testing- web-platform-tests/master 1984509 Domenic Denicola: Fix about:blank iframe base URL test...
- # [09:36] -gitbot:#testing- web-platform-tests/master 1e973a7 Michael[tm] Smith: Merge pull request #2108 from domenic/patch-3...
- # [09:36] * Parts: gitbot (~gitbot@public.cloak)
- # [09:37] <MikeSmith> Ms2ger: you may want to do a post-merge sanity doublcheck on that
- # [09:37] <MikeSmith> https://github.com/w3c/web-platform-tests/pull/2108 I mean
- # [09:38] <Ms2ger> Yeah, seems correct
- # [09:38] <Ms2ger> Upstreaming cloneNode() now
- # [09:38] * Joins: gitbot (~gitbot@public.cloak)
- # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger created sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa (+1 new commit): https://github.com/w3c/web-platform-tests/commit/30b8701b899c
- # [09:38] -gitbot:#testing- web-platform-tests/sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa 30b8701 Ms2ger: Correct the default value for Node#cloneNode's deep argument.
- # [09:38] * Parts: gitbot (~gitbot@public.cloak)
- # [09:38] * Joins: gitbot (~gitbot@public.cloak)
- # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2109: Correct the default value for Node#cloneNode's deep argument. (master...sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa) https://github.com/w3c/web-platform-tests/pull/2109
- # [09:38] * Parts: gitbot (~gitbot@public.cloak)
- # [09:38] * Joins: gitbot (~gitbot@public.cloak)
- # [09:38] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/1e973a7089f0...4aa35f42c2a8
- # [09:38] -gitbot:#testing- web-platform-tests/master 30b8701 Ms2ger: Correct the default value for Node#cloneNode's deep argument.
- # [09:38] -gitbot:#testing- web-platform-tests/master 4aa35f4 Ms2ger: Merge pull request #2109 from w3c/sync_30b8701b899c1bb0e2c2b3afa909f3a8ec837efa...
- # [09:38] * Parts: gitbot (~gitbot@public.cloak)
- # [09:38] <Ms2ger> Like, really "now"
- # [09:40] * Joins: gitbot (~gitbot@public.cloak)
- # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #2110: Fix dictionary member conversion failure (fixes #7231) (master...sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6) https://github.com/w3c/web-platform-tests/pull/2110
- # [09:40] * Parts: gitbot (~gitbot@public.cloak)
- # [09:40] * Joins: gitbot (~gitbot@public.cloak)
- # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2110: Fix dictionary member conversion failure (fixes #7231) (master...sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6) https://github.com/w3c/web-platform-tests/pull/2110
- # [09:40] * Parts: gitbot (~gitbot@public.cloak)
- # [09:40] * Joins: gitbot (~gitbot@public.cloak)
- # [09:40] -gitbot:#testing- [web-platform-tests] Ms2ger deleted sync_3e1d2adc6b4e2a7f2762386369f2d419d9d26ce6 at 3e1d2ad: https://github.com/w3c/web-platform-tests/commit/3e1d2ad
- # [09:40] * Parts: gitbot (~gitbot@public.cloak)
- # [09:41] * Joins: gitbot (~gitbot@public.cloak)
- # [09:41] -gitbot:#testing- [web-platform-tests] Ms2ger created sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 (+1 new commit): https://github.com/w3c/web-platform-tests/commit/ae99b96f1456
- # [09:41] -gitbot:#testing- web-platform-tests/sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398 ae99b96 Corey Farwell: Initial implementation of ownPropertyKeys proxy handler...
- # [09:41] * Parts: gitbot (~gitbot@public.cloak)
- # [09:41] * Joins: gitbot (~gitbot@public.cloak)
- # [09:41] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/acd60f9e55532f03fc905e61591b7fd7db2f08d1
- # [09:41] -gitbot:#testing- web-platform-tests/master acd60f9 Ms2ger: Merge pull request #2111 from w3c/sync_ae99b96f1456099ac8ad0b32ec5f4a905907d398...
- # [09:41] * Parts: gitbot (~gitbot@public.cloak)
- # [09:42] * Joins: gitbot (~gitbot@public.cloak)
- # [09:42] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #2107: Fix cloning test for documents (master...patch-2) https://github.com/w3c/web-platform-tests/pull/2107
- # [09:42] * Parts: gitbot (~gitbot@public.cloak)
- # [09:43] <MikeSmith> nice
- # [09:45] * Joins: dom (dom@public.cloak)
- # [09:48] <MikeSmith> PR #2108 never got mirrored to http://w3c-test.org/submissions/
- # [09:49] <Ms2ger> We don't trust Domenic, I guess
- # [09:49] <MikeSmith> heh
- # [09:49] <MikeSmith> I checked the webhook logs in the wpt settings and the sync script's working fine
- # [09:49] <MikeSmith> checked the logs on the server and everything's fine there too
- # [09:49] <MikeSmith> so, *shrug*
- # [09:50] <MikeSmith> #2109 and #2110 got mirrored as expected, do I'm declaring victory
- # [10:08] <jgraham> I think "We don't trust Domenic" was supposed to be the actual explaination
- # [10:08] <jgraham> I know it's not always easy to tell :)
- # [10:08] <jgraham> PRs are only automatically mirrored for people in some GH group (or whatever it calls them)
- # [10:09] <MikeSmith> oh
- # [10:09] <MikeSmith> yeah
- # [10:09] <MikeSmith> I had forgot about that
- # [10:09] <MikeSmith> but I think I deleted that group
- # [10:10] <MikeSmith> anyway I'm not going to worry about it more for now
- # [10:11] <MikeSmith> instead I will follow my usual strategy of doing nothing until other people have complained multiple times
- # [10:11] <MikeSmith> and that point I will pretend that I only just then started to notice
- # [12:07] * Joins: jyasskin (~textual@public.cloak)
- # [12:44] * heycam is now known as heycam|away
- # [14:00] * heycam|away is now known as heycam
- # [14:33] * Joins: majidvp (~sid96638@public.cloak)
- # [14:33] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [14:51] * Joins: plh (plehegar@public.cloak)
- # [16:34] * Joins: gamekathu (~smuxi@public.cloak)
- # [16:56] * Joins: gitbot (~gitbot@public.cloak)
- # [16:56] -gitbot:#testing- [wptrunner] paulrouget opened pull request #139: execute servo tests with experimental flag (master...wpt-e) https://github.com/w3c/wptrunner/pull/139
- # [16:56] * Parts: gitbot (~gitbot@public.cloak)
- # [17:06] * Joins: jyasskin (~textual@public.cloak)
- # [17:17] * Joins: gitbot (~gitbot@public.cloak)
- # [17:17] -gitbot:#testing- [wptrunner] paulrouget closed pull request #139: execute servo tests with experimental flag (master...wpt-e) https://github.com/w3c/wptrunner/pull/139
- # [17:17] * Parts: gitbot (~gitbot@public.cloak)
- # [18:23] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [18:24] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:30] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [18:31] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:37] * Joins: gitbot (~gitbot@public.cloak)
- # [18:37] -gitbot:#testing- [wptrunner] jgraham created jgraham/firefox_e10s (+1 new commit): https://github.com/w3c/wptrunner/commit/e06a665ba9d1
- # [18:37] -gitbot:#testing- wptrunner/jgraham/firefox_e10s e06a665 James Graham: Add option to run firefox tests with e10s enabled.
- # [18:37] * Parts: gitbot (~gitbot@public.cloak)
- # [18:40] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [18:44] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:44] * heycam is now known as heycam|away
- # [18:44] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [18:48] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [18:48] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:51] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [18:54] * Joins: gitbot (~gitbot@public.cloak)
- # [18:54] -gitbot:#testing- [wptrunner] jgraham opened pull request #140: Add option to run firefox tests with e10s enabled. (master...jgraham/firefox_e10s) https://github.com/w3c/wptrunner/pull/140
- # [18:54] * Parts: gitbot (~gitbot@public.cloak)
- # [19:04] * Joins: gitbot (~gitbot@public.cloak)
- # [19:04] -gitbot:#testing- [wptrunner] jgraham closed pull request #140: Add option to run firefox tests with e10s enabled. (master...jgraham/firefox_e10s) https://github.com/w3c/wptrunner/pull/140
- # [19:04] * Parts: gitbot (~gitbot@public.cloak)
- # [19:05] * Joins: gitbot (~gitbot@public.cloak)
- # [19:05] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #2112: Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE (master...sync_bcd7b3275f9f660f5fa186b22aa553aba027546a) https://github.com/w3c/web-platform-tests/pull/2112
- # [19:05] * Parts: gitbot (~gitbot@public.cloak)
- # [19:05] * Joins: gitbot (~gitbot@public.cloak)
- # [19:05] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #2112: Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE (master...sync_bcd7b3275f9f660f5fa186b22aa553aba027546a) https://github.com/w3c/web-platform-tests/pull/2112
- # [19:05] * Parts: gitbot (~gitbot@public.cloak)
- # [19:05] * Joins: gitbot (~gitbot@public.cloak)
- # [19:05] -gitbot:#testing- [web-platform-tests] jgraham deleted sync_bcd7b3275f9f660f5fa186b22aa553aba027546a at bcd7b32: https://github.com/w3c/web-platform-tests/commit/bcd7b32
- # [19:05] * Parts: gitbot (~gitbot@public.cloak)
- # [19:30] * Quits: dom (dom@public.cloak) ("")
- # [19:44] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [19:45] * Quits: gamekathu (~smuxi@public.cloak) (Ping timeout: 180 seconds)
- # [20:35] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [20:40] * Joins: jyasskin (~textual@public.cloak)
- # [20:46] * Quits: jyasskin (~textual@public.cloak) (Ping timeout: 180 seconds)
- # [21:10] * Joins: jyasskin (~textual@public.cloak)
- # [22:04] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [22:06] * Joins: jyasskin (~textual@public.cloak)
- # [23:00] * Quits: jyasskin (~textual@public.cloak) ("My computer has gone to sleep. ZZZzzz…")
- # [23:52] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # Session Close: Thu Aug 27 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn