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

Options:

Previous day, Next day

  1. # Session Start: Sat Oct 03 00:00:00 2015
  2. # Session Ident: #accessibility
  3. # [00:00] <smaug> (in other words, what part could be moved to child process)
  4. # [00:00] <smaug> (or do I need to somehow access parent atk object in parent process)
  5. # [00:01] <smaug> hmm, I need to also check if AtkAction is actually AtkObject
  6. # [00:04] <smaug> oh, sure it does
  7. # [00:07] <@tbsaunde> smaug: ugh, I forgot about that weird keybind stuff
  8. # [00:08] <@tbsaunde> smaug: I think its always AtkObject but you need to do the downcasting thing we do to get an AtkObject out of the AtkAction*
  9. # [00:10] <smaug> tbsaunde: sure, ATK_OBJECT is used there
  10. # [00:12] <@tbsaunde> smaug: I think other than the methods on accessible its all atk specific, but I might just do it all in the child anyway (esp since it doesn't need to touch atk specific stuff)
  11. # [00:13] <smaug> tbsaunde: right. other platforms indeed don't seem to do anything like that
  12. # [00:13] <smaug> but will it break them then if we start to do the same thing everywhere?
  13. # [00:13] <smaug> are there some platform conventions here?
  14. # [00:13] <@tbsaunde> smaug: I mean add a new ipc method
  15. # [00:14] <@tbsaunde> smaug: well each platform's method has a spec, want links?
  16. # [00:14] <smaug> tbsaunde: some Atk specific ipc method?
  17. # [00:14] <@tbsaunde> smaug: yeah, that was my thought
  18. # [00:14] <smaug> ok, I could do that
  19. # [00:14] <smaug> I'll use Atk somewhere in the name then
  20. # [00:15] <@tbsaunde> makes sense
  21. # [00:18] <smaug> tbsaunde: so getKeyBindingCB(AtkAction *aAction, gint aActionIndex) doesn't actually use the latter param for anything
  22. # [00:18] <smaug> but I won't change that
  23. # [00:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  24. # [00:21] * ChanServ sets mode: +o yzen
  25. # [00:22] <@tbsaunde> smaug: yeah, the prototype is determined by the function pointer we assign it to
  26. # [00:22] <@tbsaunde> I'm not totally convinced the action index never matters to what the key binding is, but I'll worry about that possible bug later ;)
  27. # [00:24] <Jamie> data:text/html,<bdy contenTeditable="true">foo<div>--<br>Jamie</div></body>
  28. # [00:35] <Jamie> joanie: foobar<br>*bas
  29. # [00:39] * Quits: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  30. # [00:43] * Joins: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP)
  31. # [00:52] * Quits: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  32. # [00:53] <Jamie> joanie: bug 1052504
  33. # [00:53] <@firebot> https://bugzil.la/1052504 — NEW, nobody@mozilla.org — atk_text_get_text_at_offset sometimes returns an empty line instead of the line at offset
  34. # [00:54] * Joins: fredw (Icedove@moz-i5m.05u.207.66.IP)
  35. # [00:55] <Jamie> joanie: bug 1096071
  36. # [00:55] <@firebot> https://bugzil.la/1096071 — NEW, nobody@mozilla.org — atk_text_get_text_at_offset, IAccessibleText::textAtOffset is broken for CSS-generated content
  37. # [01:09] <Jamie> joanie: bug 1149415
  38. # [01:09] <@firebot> https://bugzil.la/1149415 — NEW, nobody@mozilla.org — Inline embedded object with no text breaks line offsets
  39. # [01:21] * yzen is now known as yzen_
  40. # [01:26] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  41. # [01:28] <fredw> joanie: bug 1182469
  42. # [01:28] <@firebot> https://bugzil.la/1182469 — NEW, nobody@mozilla.org — The mathvariant transformation is not visible in the accessible tree
  43. # [01:28] <smaug> tbsaunde: curious, which tool do you prefer for reviewing?
  44. # [01:31] <fredw> joanie: the relevant patch is the "WIP" one I think
  45. # [01:31] <@tbsaunde> smaug: at this point bugzilla since its easy to read diffs
  46. # [01:32] <smaug> k
  47. # [01:32] <@tbsaunde> smaug: don't tell me you actually like something new ;p
  48. # [01:32] <smaug> still no reason to use MozReview then ;)
  49. # [01:39] <@firebot> bugs@pettay.fi changed the Assignee on bug 1210408 from nobody@mozilla.org to bugs@pettay.fi.
  50. # [01:39] <Jamie> joanie: bug 919508
  51. # [01:39] <@firebot> https://bugzil.la/1210408 — NEW, bugs@pettay.fi — make nsMaiInterfaceAction work with proxies
  52. # [01:39] <@firebot> https://bugzil.la/919508 — REOPENED, nobody@mozilla.org — Incorrect results when get_text_at_offset() is used to get the last word on the line in wrapped text
  53. # [01:42] * Joins: davidb (davidb@moz-lsu4ch.dsl.bell.ca)
  54. # [01:42] * ChanServ sets mode: +qo davidb davidb
  55. # [01:43] * Quits: ~davidb (davidb@moz-lsu4ch.dsl.bell.ca) (Quit: peace out)
  56. # [01:43] * Quits: fredw (Icedove@moz-i5m.05u.207.66.IP) (Client exited)
  57. # [01:50] <Jamie> joanie: bug 1177014
  58. # [01:51] <@firebot> https://bugzil.la/1177014 — NEW, nobody@mozilla.org — Line offsets incorrect for block followed by list
  59. # [01:58] <Jamie> <span onClick=";">foo</span> <span>onClick=";">bar</span>
  60. # [01:59] <Jamie> joanie: <span onClick=";">foo</span> <span onClick=";">bar</span>
  61. # [02:11] * Quits: Jamie (Instantbird@moz-drd3bh.fnjk.s0pt.0450.2001.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  62. # [02:18] <smaug> tbsaunde: any idea why getCaptionCB doesn't g_object_ref the return value?
  63. # [02:20] <smaug> same with getColumnHeaderCB
  64. # [02:20] <smaug> and some others
  65. # [02:20] <smaug> in other words, I don't understand when to g_object_ref the return AtkObject
  66. # [02:31] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  67. # [02:31] * ChanServ sets mode: +o surkov
  68. # [02:43] <@firebot> bugs@pettay.fi requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1210407.
  69. # [02:44] <@firebot> https://bugzil.la/1210407 — NEW, nobody@mozilla.org — teach nsMaiInterfaceTable to use proxies
  70. # [03:03] <@firebot> bugs@pettay.fi changed the Assignee on bug 1210407 from nobody@mozilla.org to bugs@pettay.fi.
  71. # [03:03] <@firebot> https://bugzil.la/1210407 — NEW, bugs@pettay.fi — teach nsMaiInterfaceTable to use proxies
  72. # [03:14] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  73. # [03:14] * ChanServ sets mode: +o yzen
  74. # [03:22] * yzen is now known as yzen_
  75. # [03:23] * yzen_ is now known as yzen
  76. # [03:24] * yzen is now known as yzen_
  77. # [03:25] * yzen_ is now known as yzen
  78. # [03:29] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  79. # [04:27] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  80. # [05:20] * yzen is now known as yzen_
  81. # [05:25] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  82. # [05:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  83. # [05:55] * ChanServ sets mode: +o yzen
  84. # [06:13] * yzen is now known as yzen_
  85. # [06:18] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  86. # [08:22] <@firebot> gijskruitbosch+bugs@gmail.com requested needinfo from surkov.alexander@gmail.com on bug 1210982.
  87. # [08:22] <@firebot> https://bugzil.la/1210982 — NEW, nobody@mozilla.org — JavaScript alert dialogs should be exposed as ROLE_DIALOG rather than ROLE_ALERT in ATK and IA2
  88. # [09:03] * Quits: Yakulu (Yakulu@moz-8a4.fkm.194.78.IP) (Quit: WeeChat 1.3)
  89. # [09:04] * Joins: Yakulu (Yakulu@moz-8a4.fkm.194.78.IP)
  90. # [11:25] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  91. # [11:45] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  92. # [11:52] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  93. # [13:10] <@firebot> jdiggs@igalia.com requested needinfo from jdiggs@igalia.com on bug 1210982.
  94. # [13:10] <@firebot> https://bugzil.la/1210982 — NEW, nobody@mozilla.org — JavaScript alert dialogs should be exposed as ROLE_DIALOG rather than ROLE_ALERT in ATK and IA2
  95. # [13:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  96. # [13:55] * ChanServ sets mode: +o yzen
  97. # [14:11] * yzen is now known as yzen_
  98. # [14:15] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  99. # [14:22] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  100. # [14:22] * ChanServ sets mode: +o surkov
  101. # [14:32] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  102. # [14:53] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  103. # [15:02] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  104. # [15:20] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  105. # [15:20] * ChanServ sets mode: +o yzen
  106. # [15:22] <@firebot> masayuki@d-toybox.com requested needinfo from mark@wolfbeast.com on bug 1210739.
  107. # [15:22] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
  108. # [15:30] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  109. # [15:34] * yzen is now known as yzen_
  110. # [15:38] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  111. # [15:47] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  112. # [15:49] <@firebot> mark@wolfbeast.com cancelled needinfo?(mark@wolfbeast.com) on bug 1210739.
  113. # [15:50] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
  114. # [15:56] <@firebot> masayuki@d-toybox.com requested needinfo from mark@wolfbeast.com on bug 1210739.
  115. # [16:01] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  116. # [16:10] <@firebot> mark@wolfbeast.com cancelled needinfo?(mark@wolfbeast.com) on bug 1210739.
  117. # [16:10] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
  118. # [16:21] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  119. # [16:22] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  120. # [16:52] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  121. # [17:41] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  122. # [18:15] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  123. # [18:34] <@firebot> vseerror@lehigh.edu changed the Resolution on bug 1115551 from --- to INVALID.
  124. # [18:35] <@firebot> vseerror@lehigh.edu changed the Status on bug 1115551 from UNCONFIRMED to RESOLVED.
  125. # [18:35] <@firebot> https://bugzil.la/1115551 — INVALID, nobody@mozilla.org — Missing important page elements in Windows High Contrast Theme
  126. # [18:40] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  127. # [18:40] * ChanServ sets mode: +o yzen
  128. # [18:42] <@firebot> jamie@nvaccess.org cancelled needinfo?(jamie@nvaccess.org) on bug 1052866.
  129. # [18:42] <@firebot> https://bugzil.la/1052866 — NEW, nobody@mozilla.org — Expose IAccessibleText on tables, rows, etc.
  130. # [18:48] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
  131. # [18:49] * yzen is now known as yzen_
  132. # [18:53] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  133. # [20:06] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
  134. # [22:05] * Quits: funnel (hegel@moz-hmd.ddu.4.81.IP) (Ping timeout: 121 seconds)
  135. # [22:05] * Joins: funnel (hegel@moz-hmd.ddu.4.81.IP)
  136. # Session Close: Sun Oct 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