/irc-logs / mozilla / #accessibility / 2015-08-03 / end

Options:

Previous day, Next day

  1. # Session Start: Mon Aug 03 00:00:00 2015
  2. # Session Ident: #accessibility
  3. # [02:32] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  4. # [03:21] * Joins: alex_mayorga (uid4422@moz-lffp2u.ealing.irccloud.com)
  5. # [04:18] * Quits: satdav (uid15780@moz-sljh5r.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  6. # [07:19] * Joins: icaaq (icaaq@moz-p2679h.bredband.skanova.com)
  7. # [09:50] * Joins: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP)
  8. # [10:12] * Joins: Gijs (chatzilla@moz-v0lust.cable.virginm.net)
  9. # [10:27] * Joins: satdav (uid15780@moz-sljh5r.tooting.irccloud.com)
  10. # [13:31] <@firebot> gijskruitbosch+bugs@gmail.com requested needinfo from dbolter@mozilla.com on bug 670928.
  11. # [13:31] <@firebot> https://bugzil.la/670928 — REOPENED, eitan@monotonous.org — HTML5 element and WAI-ARIA landmark roles easily navigable in Firefox
  12. # [14:58] * Joins: MarcoZ (sid143@moz-mcdmtj.0j4i.jtu0.0101.2620.IP)
  13. # [14:58] * ChanServ sets mode: +ao MarcoZ MarcoZ
  14. # [15:00] <&MarcoZ> Hello everyone!
  15. # [15:06] * Joins: smaug (chatzilla@moz-ef8gi3.bb.dnainternet.fi)
  16. # [15:56] <&MarcoZ> Gijs: Hi! Have two regression bugs in Firefox I just filed and CC'd you on.
  17. # [15:59] <Gijs> I love coming back from PTO
  18. # [15:59] <Gijs> all the good things.
  19. # [16:14] <&MarcoZ> Gijs: Heh, I was on PTO, too, and found these bugs, or at least the 2nd one, the first one has been around longer, upon return. ;) So we're in the same boat.
  20. # [16:42] <Gijs> hrm, is davidb on PTO?
  21. # [16:42] <Gijs> Or is today the canada holiday thing?
  22. # [16:42] <Gijs> ah, the holiday thing
  23. # [16:42] <Gijs> boo.
  24. # [16:51] * Quits: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP) (Connection closed)
  25. # [16:54] * Joins: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP)
  26. # [16:55] <Gijs> MarcoZ: AIUI the backlog+ stuff is now meaningless, so don't take my removing that personally :)
  27. # [17:16] <&MarcoZ> Gijs: Ah, thanks for letting me know! :)
  28. # [17:17] <Gijs> seems like mak just backlog+'d it
  29. # [17:17] <Gijs> there's an ongoing discussion on fx-dev about this
  30. # [17:27] <&MarcoZ> Gijs: Heh saw that. I just replied to mak's questions in bug 1190368.
  31. # [17:27] <@firebot> https://bugzil.la/1190368 — NEW, nobody@mozilla.org — Focus is immediately grabbed by the AutoComplete/tags or bookmarks suggestion list when you start ty
  32. # [19:21] * Quits: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP) (Ping timeout: 121 seconds)
  33. # [20:18] <smaug> eeejay: ping
  34. # [20:18] <@eeejay> smaug: hi
  35. # [20:18] <smaug> eeejay: trying to understand something in the tests
  36. # [20:19] <smaug> eeejay: https://etherpad.mozilla.org/grQuuuhPOU
  37. # [20:19] <smaug> that part
  38. # [20:19] <smaug> at the end of it you call testFunc and pass a callback which then ends up calling testFunc
  39. # [20:20] <smaug> what actually happens there
  40. # [20:20] <@eeejay> oh golly
  41. # [20:20] <@eeejay> how does that even work??
  42. # [20:20] <@eeejay> oh, i know..
  43. # [20:21] <@eeejay> the first time we call testfunc, it has a done_cb callback
  44. # [20:21] <smaug> ah, and second time it is undefined
  45. # [20:21] <@eeejay> the second time (after we push the pref), it doesn't so it simply calls SimpleTest.finish
  46. # [20:21] <smaug> so SimpleTest.finish is called
  47. # [20:21] <smaug> right
  48. # [20:21] <@eeejay> yah
  49. # [20:21] <@eeejay> but, yeah, that looked scary :)
  50. # [20:21] <smaug> ok, so media.webspeech.synth.force_global_queue is false first time
  51. # [20:22] <@eeejay> right
  52. # [20:22] <@eeejay> i chose some select tests to run both with and without global queue
  53. # [20:22] <smaug> that makes sense.
  54. # [20:22] <smaug> some comments would be still nice here
  55. # [20:23] <@eeejay> maybe having an implicit done callback is bad
  56. # [20:23] <@eeejay> i'll make it explicit
  57. # [21:37] * Quits: Gijs (chatzilla@moz-v0lust.cable.virginm.net) (Quit: poof)
  58. # [22:39] <@eeejay> smaug: does my comment here make sense? https://bugzilla.mozilla.org/show_bug.cgi?id=1188099#c21
  59. # [22:39] <@firebot> Bug 1188099 — NEW, nobody@mozilla.org — Support SpeechSynthesis global queue
  60. # [22:40] <smaug> looking
  61. # [22:42] <smaug> eeejay: well, forceCancel doesn't really say much
  62. # [22:42] <smaug> I mean, it is like a subset of the behavior of cancel() isn't it
  63. # [22:42] <smaug> since cancel() deals with current task, but also clears the whole currently pending queue or so
  64. # [22:43] <smaug> cancelCurrentTask() isn't indeed much better
  65. # [22:43] <smaug> since "task" is an implementation detail
  66. # [22:44] <smaug> and that "misbehaving". Just having that in the comment is vague, IMO
  67. # [22:44] <@eeejay> smaug: so maybe forceEnd?
  68. # [22:44] <smaug> so please add some explanation in the code
  69. # [22:44] <@eeejay> since we are not dropping the queue?
  70. # [22:44] <smaug> forceEnd..
  71. # [22:44] <smaug> yeah, that could work
  72. # [22:44] <@eeejay> cool. will do
  73. # [23:16] <satdav> eeejay: https://bugzil.la/1007063 is about jaws so we are aware
  74. # [23:16] <@firebot> Bug 1007063 — ASSIGNED, jaws@mozilla.com — Virtual (on-screen) keyboard does not appear in Windows 8 desktop mode and windows 10 tablet mode
  75. # Session Close: Tue Aug 04 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