/irc-logs / mozilla / #accessibility / 2015-10-27 / end

Options:

Previous day, Next day

  1. # Session Start: Tue Oct 27 00:00:00 2015
  2. # Session Ident: #accessibility
  3. # [00:02] * Quits: @surkov (surkov@66.207.193.21) (Ping timeout: 121 seconds)
  4. # [00:02] * Joins: surkov_ (surkov@66.207.193.22)
  5. # [00:02] * ChanServ sets mode: +o surkov_
  6. # [00:17] * Quits: @surkov_ (surkov@66.207.193.22) (Connection closed)
  7. # [00:18] * Joins: surkov (surkov@66.207.193.22)
  8. # [00:18] * ChanServ sets mode: +o surkov
  9. # [00:22] <joanie> tbsaunde: pong. Sorry, in Japan for TPAC.
  10. # [00:22] <joanie> wsmwk: what do you need?
  11. # [00:43] <@tbsaunde> joanie: np, was just wondering if you'd mind if I made the value of documents that don't already have a value the url
  12. # [00:46] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  13. # [00:46] * ChanServ sets mode: +o yzen
  14. # [00:51] <@tbsaunde> yzen: did you ever test that marionette thing?
  15. # [00:51] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  16. # [00:51] * Quits: @surkov (surkov@66.207.193.22) (Connection closed)
  17. # [00:58] * Joins: richardschwerdtfeger (richardschw@moz-ob7.g6p.227.210.IP)
  18. # [01:01] <richardschwerdtfeger> Hi folks. Is Alex Surkov around?
  19. # [01:05] <joanie> tbsaunde: value?
  20. # [01:05] <joanie> tbsaunde: I'm immediately thinking AtkValue, so... No. :)
  21. # [01:05] <joanie> but what do you really mean?
  22. # [01:06] <joanie> tbsaunde: btw, if you mean name, I'm not sure I like that. What if it's an iframe for an add with a crazy-long javascript URI?
  23. # [01:10] <@tbsaunde> joanie: no, not name
  24. # [01:12] <@tbsaunde> joanie: oh, hrm maybe this wouldn't actually effect you interesting
  25. # [01:17] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  26. # [01:29] * Joins: surkov (surkov@66.207.193.22)
  27. # [01:29] * ChanServ sets mode: +o surkov
  28. # [01:31] * Parts: richardschwerdtfeger (richardschw@moz-ob7.g6p.227.210.IP)
  29. # [01:39] <joanie> python3
  30. # [01:39] <joanie> import unittest
  31. # [01:39] <joanie> dir(unitt.TesC)
  32. # [01:39] <@tbsaunde> joanie: ?
  33. # [01:40] <joanie> help(unittest.Tes)
  34. # [01:42] <joanie> q
  35. # [01:45] <joanie> q
  36. # [01:46] * Joins: joanie_ (joanmarie@moz-lg09gp.net)
  37. # [01:49] * Quits: joanie (joanmarie@moz-lg09gp.net) (Ping timeout: 121 seconds)
  38. # [02:01] * joanie_ is now known as joanie
  39. # [02:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  40. # [02:21] * ChanServ sets mode: +o yzen
  41. # [02:25] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  42. # [02:34] * Quits: @surkov (surkov@66.207.193.22) (Client exited)
  43. # [02:44] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  44. # [02:46] <wsmwk> joanie: I was revisiting some accessibility bugs, and you were NI on one of them
  45. # [02:47] <wsmwk> joanie: are you using thunderbird?
  46. # [02:49] * wsmwk dang sumo search stemming
  47. # [02:54] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Connection closed)
  48. # [03:04] <joanie> wsmwk: yes, I am using thunderbird
  49. # [03:05] <wsmwk> joanie: are you using an accessibility features of thunderbird on a daily basis?
  50. # [03:06] <wsmwk> bug 737101 is the bug I viewed
  51. # [03:06] <@firebot> https://bugzil.la/737101 — NEW, nobody@mozilla.org — Broken accessible hierarchy in Thunderbird Message Filters dialog
  52. # [03:07] * joanie is multitasking at conference but will look wsmwk
  53. # [03:08] <wsmwk> no rush
  54. # [03:22] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  55. # [03:33] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  56. # [03:48] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  57. # [03:48] * ChanServ sets mode: +o yzen
  58. # [05:11] <@yzen> tbsaunde hopefully not too late, but the test you asked runs for me with latest m-c
  59. # [05:12] <@tbsaunde> yzen: hrm, mach / the test harness doesn't like the path I give it
  60. # [05:12] <@tbsaunde> yzen: what exactly did you do?
  61. # [05:14] <@yzen> tbsaunde ./mach marionette-test browser/components/loop/test/desktop-local/test_desktop_all.py
  62. # [05:15] <@tbsaunde> yzen: o, so from $srcdir not $objdir
  63. # [05:15] <@yzen> tbsaunde yes
  64. # [05:16] <@yzen> tbsaunde ah i see what you're saying if i run from $objdir as following:
  65. # [05:16] <@yzen> ../mach marionette-test ../browser/components/loop/test/desktop-local/test_desktop_all.py
  66. # [05:16] <@tbsaunde> yzen: my objdir isn't under #srcdir, but yes
  67. # [05:17] <@yzen> tbsaunde yes so i get an error loading the test doc (http://localhost:63986/browser/components/loop/test/desktop-local/index.html) that url 404s
  68. # [05:23] <@tbsaunde> well great, if I futz with $TERM and use a mzoconfig I can make the test run, but run on its own vs with the rest of the sweet it doesn't fail
  69. # [07:28] * yzen is now known as yzen_
  70. # [07:32] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  71. # [07:48] <@firebot> jdiggs@igalia.com cancelled needinfo?(jdiggs@igalia.com) on bug 737101.
  72. # [07:48] <@firebot> jdiggs@igalia.com changed the Resolution on bug 737101 from --- to WORKSFORME.
  73. # [07:48] <@firebot> jdiggs@igalia.com changed the Status on bug 737101 from NEW to RESOLVED.
  74. # [07:48] <@firebot> https://bugzil.la/737101 — WORKSFORME, nobody@mozilla.org — Broken accessible hierarchy in Thunderbird Message Filters dialog
  75. # [07:49] <@firebot> jdiggs@igalia.com cancelled needinfo?(jdiggs@igalia.com) on bug 1178817.
  76. # [07:49] <@firebot> https://bugzil.la/1178817 — FIXED, fred.wang@free.fr — Reliable segfault in mozilla::a11y::HTMLTableRowAccessible::GroupPosition() in Nightly
  77. # [07:56] * Joins: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP)
  78. # [08:35] * Tomcat|afk is now known as Tomcat|sheriffduty
  79. # [10:04] * Joins: icaaq (icaaq@moz-rna.uhh.234.94.IP)
  80. # [10:04] * Quits: icaaq (icaaq@moz-rna.uhh.234.94.IP) (Connection closed)
  81. # [10:37] * Joins: icaaq (icaaq@moz-rna.uhh.234.94.IP)
  82. # [10:37] * Quits: icaaq (icaaq@moz-rna.uhh.234.94.IP) (Quit: 10-56 Intoxicated pedestrian, over and out)
  83. # [11:49] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  84. # [12:15] * Joins: Gijs (gijs@moz-66c.23d.97.83.IP)
  85. # [12:26] * Gijs is now known as Gijs_osconams
  86. # [12:48] * Quits: Gijs_osconams (gijs@moz-66c.23d.97.83.IP) (Ping timeout: 121 seconds)
  87. # [12:52] * Joins: Gijs_osconams (gijs@moz-66c.23d.97.83.IP)
  88. # [13:11] <@firebot> New Core - Disability Access APIs bug 1218762 filed by mzehe@mozilla.com.
  89. # [13:11] <@firebot> https://bugzil.la/1218762 — NEW, nobody@mozilla.org — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
  90. # [13:20] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  91. # [13:23] * Joins: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com)
  92. # [13:24] <&MarcoZ> tbsaunde: Hi! I am hitting a new crash bug 1218762, probably because IAccessible:ScrollTo does not know about proxies yet, and subsequently was badly bitten by startup crash bug 1198765, which is not a11y related.
  93. # [13:24] <@firebot> https://bugzil.la/1218762 — NEW — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
  94. # [13:24] <@firebot> https://bugzil.la/1198765 — NEW, gwright — crash in mozilla::ipc::FatalError(char const*, char const*, unsigned long, bool) | mozilla::layers::
  95. # [13:26] * Tomcat|sheriffduty is now known as Tomcat|lunch
  96. # [13:40] <@firebot> mzehe@mozilla.com changed the Resolution on bug 1218493 from --- to INVALID.
  97. # [13:40] <@firebot> mzehe@mozilla.com changed the Status on bug 1218493 from UNCONFIRMED to RESOLVED.
  98. # [13:40] <@firebot> https://bugzil.la/1218493 — INVALID, nobody@mozilla.org — NVDA does not read list items from expanded droplist
  99. # [13:47] <@tbsaunde> MarcoZ: ok, fair enough
  100. # [13:59] * Tomcat|lunch is now known as Tomcat|sheriffduty
  101. # [14:04] * Joins: davidb (davidb@66.207.193.21)
  102. # [14:04] * ChanServ sets mode: +qo davidb davidb
  103. # [14:05] <~davidb> heyooo
  104. # [14:05] * davidb is now known as davidb|afk
  105. # [14:06] * Joins: anvk (anovak@moz-040.mvk.11.204.IP)
  106. # [14:11] * davidb|afk is now known as davidb
  107. # [14:13] <~davidb> woot woot MarcoZ filing e10s bugs
  108. # [14:26] <@firebot> gingerbread_man@live.com changed the Component on bug 1218699 from Untriaged to Keyboard Navigation.
  109. # [14:26] <@firebot> https://bugzil.la/1218699 — UNCONFIRMED, nobody@mozilla.org — Firefox does not respond to any keyboard shortcut on Mac OS X 10.10
  110. # [14:35] * Joins: yzen (yzen@66.207.193.21)
  111. # [14:35] * ChanServ sets mode: +o yzen
  112. # [14:40] * wlach|afk is now known as wlach
  113. # [14:53] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  114. # [14:58] * davidb is now known as davidb|afk
  115. # [15:01] <&MarcoZ> davidb|afk: Well at least I'm trying to. :) But bug 1218762 can't be worked around without a big workaround that involves hacking NVDA code to not set focus to focusable elements when virtual cursor is being moved.
  116. # [15:01] <@firebot> https://bugzil.la/1218762 — NEW, nobody@mozilla.org — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
  117. # [15:09] * Quits: anvk (anovak@moz-040.mvk.11.204.IP) (Connection closed)
  118. # [15:29] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  119. # [15:35] * davidb|afk is now known as davidb
  120. # [15:36] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
  121. # [16:18] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Ping timeout: 121 seconds)
  122. # [16:19] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  123. # [16:25] <@tbsaunde> MarcoZ: did you test mac at all? or did you see the startup crash there?
  124. # [16:31] <&MarcoZ> tbsaunde: No, I only tested Windows and saw the startup crash there.
  125. # [16:32] <&MarcoZ> tbsaunde: The startup crash happened after I ran into the other crash.
  126. # [16:43] * davidb is now known as davidb|afk
  127. # [16:45] <@tbsaunde> MarcoZ: ok
  128. # [16:46] <@tbsaunde> MarcoZ: I am kind of curious what mac is like
  129. # [17:00] <&MarcoZ> tbsaunde: On Mac, as soon as E10S is enabled, every tab has an empty scroll area where the HTML Content of a page should be.
  130. # [17:04] * Tomcat|sheriffduty is now known as Tomcat
  131. # [17:04] * Tomcat is now known as Tomcat|mtg
  132. # [17:06] * Quits: Gijs_osconams (gijs@moz-66c.23d.97.83.IP) (Quit: dinner)
  133. # [17:31] * Tomcat|mtg is now known as Tomcat|afk
  134. # [17:42] * davidb|afk is now known as davidb
  135. # [17:51] <@tbsaunde> MarcoZ: hrm interesting
  136. # [17:59] * Quits: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP) (Ping timeout: 121 seconds)
  137. # [18:49] * davidb is now known as davidb|afk
  138. # [18:51] * davidb|afk is now known as davidb
  139. # [18:57] * Joins: Aryx (Archaeopter@moz-7mthg8.cust.telecolumbus.net)
  140. # [18:57] <Aryx> go Fx for Android bugs into Core or Fx for Android::Keyboards and IME?
  141. # [19:14] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  142. # [19:14] * ChanServ sets mode: +o surkov
  143. # [19:16] <@firebot> dbolter@mozilla.com requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1218446.
  144. # [19:16] <@firebot> https://bugzil.la/1218446 — NEW, nobody@mozilla.org — crash in nsAccessibilityService::MarkupRole
  145. # [19:18] * Parts: Aryx (Archaeopter@moz-7mthg8.cust.telecolumbus.net) ("")
  146. # [19:21] <@firebot> surkov.alexander@gmail.com cancelled needinfo?(surkov.alexander@gmail.com) on bug 1218446.
  147. # [19:37] * Joins: Jayflux (Jayflux@moz-dotoba.opaltelecom.net)
  148. # [20:00] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  149. # [20:05] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  150. # [20:05] * ChanServ sets mode: +o surkov
  151. # [20:54] * Joins: bernard (bernard@moz-nkkk7o.81.in-addr.arpa)
  152. # [21:00] * davidb is now known as davidb|afk
  153. # [21:02] * Quits: ~davidb|afk (davidb@66.207.193.21) (Quit: Blah blah blah)
  154. # [21:06] * Quits: @yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
  155. # [21:31] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
  156. # [22:48] * wlach is now known as wlach|afk
  157. # [23:00] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  158. # [23:01] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  159. # [23:01] * ChanServ sets mode: +o surkov
  160. # [23:18] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  161. # [23:19] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  162. # [23:19] * ChanServ sets mode: +o surkov
  163. # [23:32] * Quits: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  164. # [23:35] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  165. # Session Close: Wed Oct 28 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