/irc-logs / mozilla / #accessibility / 2015-10-03 / end
Options:
Previous day, Next day
- # Session Start: Sat Oct 03 00:00:00 2015
- # Session Ident: #accessibility
- # [00:00] <smaug> (in other words, what part could be moved to child process)
- # [00:00] <smaug> (or do I need to somehow access parent atk object in parent process)
- # [00:01] <smaug> hmm, I need to also check if AtkAction is actually AtkObject
- # [00:04] <smaug> oh, sure it does
- # [00:07] <@tbsaunde> smaug: ugh, I forgot about that weird keybind stuff
- # [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*
- # [00:10] <smaug> tbsaunde: sure, ATK_OBJECT is used there
- # [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)
- # [00:13] <smaug> tbsaunde: right. other platforms indeed don't seem to do anything like that
- # [00:13] <smaug> but will it break them then if we start to do the same thing everywhere?
- # [00:13] <smaug> are there some platform conventions here?
- # [00:13] <@tbsaunde> smaug: I mean add a new ipc method
- # [00:14] <@tbsaunde> smaug: well each platform's method has a spec, want links?
- # [00:14] <smaug> tbsaunde: some Atk specific ipc method?
- # [00:14] <@tbsaunde> smaug: yeah, that was my thought
- # [00:14] <smaug> ok, I could do that
- # [00:14] <smaug> I'll use Atk somewhere in the name then
- # [00:15] <@tbsaunde> makes sense
- # [00:18] <smaug> tbsaunde: so getKeyBindingCB(AtkAction *aAction, gint aActionIndex) doesn't actually use the latter param for anything
- # [00:18] <smaug> but I won't change that
- # [00:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [00:21] * ChanServ sets mode: +o yzen
- # [00:22] <@tbsaunde> smaug: yeah, the prototype is determined by the function pointer we assign it to
- # [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 ;)
- # [00:24] <Jamie> data:text/html,<bdy contenTeditable="true">foo<div>--<br>Jamie</div></body>
- # [00:35] <Jamie> joanie: foobar<br>*bas
- # [00:39] * Quits: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [00:43] * Joins: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP)
- # [00:52] * Quits: fredw (Icedove@moz-8b1urf.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [00:53] <Jamie> joanie: bug 1052504
- # [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
- # [00:54] * Joins: fredw (Icedove@moz-i5m.05u.207.66.IP)
- # [00:55] <Jamie> joanie: bug 1096071
- # [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
- # [01:09] <Jamie> joanie: bug 1149415
- # [01:09] <@firebot> https://bugzil.la/1149415 — NEW, nobody@mozilla.org — Inline embedded object with no text breaks line offsets
- # [01:21] * yzen is now known as yzen_
- # [01:26] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [01:28] <fredw> joanie: bug 1182469
- # [01:28] <@firebot> https://bugzil.la/1182469 — NEW, nobody@mozilla.org — The mathvariant transformation is not visible in the accessible tree
- # [01:28] <smaug> tbsaunde: curious, which tool do you prefer for reviewing?
- # [01:31] <fredw> joanie: the relevant patch is the "WIP" one I think
- # [01:31] <@tbsaunde> smaug: at this point bugzilla since its easy to read diffs
- # [01:32] <smaug> k
- # [01:32] <@tbsaunde> smaug: don't tell me you actually like something new ;p
- # [01:32] <smaug> still no reason to use MozReview then ;)
- # [01:39] <@firebot> bugs@pettay.fi changed the Assignee on bug 1210408 from nobody@mozilla.org to bugs@pettay.fi.
- # [01:39] <Jamie> joanie: bug 919508
- # [01:39] <@firebot> https://bugzil.la/1210408 — NEW, bugs@pettay.fi — make nsMaiInterfaceAction work with proxies
- # [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
- # [01:42] * Joins: davidb (davidb@moz-lsu4ch.dsl.bell.ca)
- # [01:42] * ChanServ sets mode: +qo davidb davidb
- # [01:43] * Quits: ~davidb (davidb@moz-lsu4ch.dsl.bell.ca) (Quit: peace out)
- # [01:43] * Quits: fredw (Icedove@moz-i5m.05u.207.66.IP) (Client exited)
- # [01:50] <Jamie> joanie: bug 1177014
- # [01:51] <@firebot> https://bugzil.la/1177014 — NEW, nobody@mozilla.org — Line offsets incorrect for block followed by list
- # [01:58] <Jamie> <span onClick=";">foo</span> <span>onClick=";">bar</span>
- # [01:59] <Jamie> joanie: <span onClick=";">foo</span> <span onClick=";">bar</span>
- # [02:11] * Quits: Jamie (Instantbird@moz-drd3bh.fnjk.s0pt.0450.2001.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [02:18] <smaug> tbsaunde: any idea why getCaptionCB doesn't g_object_ref the return value?
- # [02:20] <smaug> same with getColumnHeaderCB
- # [02:20] <smaug> and some others
- # [02:20] <smaug> in other words, I don't understand when to g_object_ref the return AtkObject
- # [02:31] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [02:31] * ChanServ sets mode: +o surkov
- # [02:43] <@firebot> bugs@pettay.fi requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1210407.
- # [02:44] <@firebot> https://bugzil.la/1210407 — NEW, nobody@mozilla.org — teach nsMaiInterfaceTable to use proxies
- # [03:03] <@firebot> bugs@pettay.fi changed the Assignee on bug 1210407 from nobody@mozilla.org to bugs@pettay.fi.
- # [03:03] <@firebot> https://bugzil.la/1210407 — NEW, bugs@pettay.fi — teach nsMaiInterfaceTable to use proxies
- # [03:14] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [03:14] * ChanServ sets mode: +o yzen
- # [03:22] * yzen is now known as yzen_
- # [03:23] * yzen_ is now known as yzen
- # [03:24] * yzen is now known as yzen_
- # [03:25] * yzen_ is now known as yzen
- # [03:29] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [04:27] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [05:20] * yzen is now known as yzen_
- # [05:25] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [05:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [05:55] * ChanServ sets mode: +o yzen
- # [06:13] * yzen is now known as yzen_
- # [06:18] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [08:22] <@firebot> gijskruitbosch+bugs@gmail.com requested needinfo from surkov.alexander@gmail.com on bug 1210982.
- # [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
- # [09:03] * Quits: Yakulu (Yakulu@moz-8a4.fkm.194.78.IP) (Quit: WeeChat 1.3)
- # [09:04] * Joins: Yakulu (Yakulu@moz-8a4.fkm.194.78.IP)
- # [11:25] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [11:45] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
- # [11:52] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [13:10] <@firebot> jdiggs@igalia.com requested needinfo from jdiggs@igalia.com on bug 1210982.
- # [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
- # [13:55] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [13:55] * ChanServ sets mode: +o yzen
- # [14:11] * yzen is now known as yzen_
- # [14:15] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [14:22] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [14:22] * ChanServ sets mode: +o surkov
- # [14:32] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [14:53] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [15:02] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [15:20] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [15:20] * ChanServ sets mode: +o yzen
- # [15:22] <@firebot> masayuki@d-toybox.com requested needinfo from mark@wolfbeast.com on bug 1210739.
- # [15:22] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
- # [15:30] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [15:34] * yzen is now known as yzen_
- # [15:38] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [15:47] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [15:49] <@firebot> mark@wolfbeast.com cancelled needinfo?(mark@wolfbeast.com) on bug 1210739.
- # [15:50] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
- # [15:56] <@firebot> masayuki@d-toybox.com requested needinfo from mark@wolfbeast.com on bug 1210739.
- # [16:01] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
- # [16:10] <@firebot> mark@wolfbeast.com cancelled needinfo?(mark@wolfbeast.com) on bug 1210739.
- # [16:10] <@firebot> https://bugzil.la/1210739 — UNCONFIRMED, nobody@mozilla.org — Input confusion when Numlock is off
- # [16:21] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [16:22] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
- # [16:52] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [17:41] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
- # [18:15] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [18:34] <@firebot> vseerror@lehigh.edu changed the Resolution on bug 1115551 from --- to INVALID.
- # [18:35] <@firebot> vseerror@lehigh.edu changed the Status on bug 1115551 from UNCONFIRMED to RESOLVED.
- # [18:35] <@firebot> https://bugzil.la/1115551 — INVALID, nobody@mozilla.org — Missing important page elements in Windows High Contrast Theme
- # [18:40] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [18:40] * ChanServ sets mode: +o yzen
- # [18:42] <@firebot> jamie@nvaccess.org cancelled needinfo?(jamie@nvaccess.org) on bug 1052866.
- # [18:42] <@firebot> https://bugzil.la/1052866 — NEW, nobody@mozilla.org — Expose IAccessibleText on tables, rows, etc.
- # [18:48] * Quits: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [18:49] * yzen is now known as yzen_
- # [18:53] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [20:06] * Joins: smaug (chatzilla@moz-kn7naf.elisa-laajakaista.fi)
- # [22:05] * Quits: funnel (hegel@moz-hmd.ddu.4.81.IP) (Ping timeout: 121 seconds)
- # [22:05] * Joins: funnel (hegel@moz-hmd.ddu.4.81.IP)
- # 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