/irc-logs / mozilla / #accessibility / 2015-03-10 / end
Options:
Previous day, Next day
- # Session Start: Tue Mar 10 00:00:00 2015
- # Session Ident: #accessibility
- # [00:00] <fredw> surkov: I haven't tested it at all yet...
- # [00:01] <@surkov> fredw: can you give it a spin?
- # [00:02] <fredw> also, I've not updated the test for bug 1001637 (I think you changed Jonathan's mochitest)
- # [00:02] <@firebot> https://bugzil.la/1001637 — NEW, jwei@jonathanwei.ca — Add MathMLTableAccessible and related classes
- # [00:02] <@surkov> joanie: is it multi or single process firefox?
- # [00:03] <joanie> I thought multi, but how do I check?
- # [00:03] <@surkov> it’s running by default in multiprocess firefox, but if there’s AT then it should run in single process. You can force single process firefox by pref
- # [00:05] <@surkov> joanie: can you run your test with browser.tabs.remote.autostart.1; turned off
- # [00:05] <joanie> sure one sec
- # [00:05] <@surkov> and browser.tabs.remote.autostart
- # [00:05] <@surkov> I think multiprocess a11y is not yet ready
- # [00:06] <joanie> heh, I have a setting which I set apparently
- # [00:06] <joanie> browser.tabs.remote.autostart.disabled-because-using-a11y
- # [00:06] <joanie> is true
- # [00:06] <joanie> I set remote.autostart to true just now
- # [00:07] <joanie> I don't see the first one
- # [00:07] <joanie> autostart.1
- # [00:08] <joanie> surkov: is there another multiprocess setting?
- # [00:08] <joanie> I started googling
- # [00:08] <joanie> then you mentioned the settings with autostart
- # [00:08] <joanie> and I stopped
- # [00:08] <fredw> surkov: it's late here in Paris I need to sign off. I think I'll only have time to go back to these patches on Friday.
- # [00:10] * Joins: davidb (davidb@moz-5ncamr.dsl.bell.ca)
- # [00:10] * ChanServ sets mode: +qo davidb davidb
- # [00:10] <joanie> ok, having googled, the setting I quoted seems to be the multiprocess seting
- # [00:10] * Quits: ~davidb (davidb@moz-5ncamr.dsl.bell.ca) (Connection closed)
- # [00:10] <joanie> and it's already disabled
- # [00:14] * Quits: fredw (Icedove@moz-7gtdsj.fbx.proxad.net) (Client exited)
- # [00:34] <@surkov> joanie: so both browser.tabs.remote.autostart are off?
- # [00:35] <joanie> I'll triple-triple check, but yeah
- # [00:35] <@surkov> ok
- # [00:35] <@surkov> I meant “ browser.tabs.remote.autostart” and “ browser.tabs.remote.autostart.1”
- # [00:35] <joanie> browser.tabs.remote.autostart is true
- # [00:35] <joanie> I don't have that second one
- # [00:35] <@surkov> try to make it false
- # [00:35] <joanie> instead I have
- # [00:36] <joanie> browser.tabs.remote.autostart.disabled-because-using-a11y
- # [00:36] <joanie> and it is also true
- # [00:36] <joanie> which one false?
- # [00:36] <@surkov> 2nd one should let multi a11y run
- # [00:36] <@surkov> first one should be false
- # [00:36] <joanie> ok
- # [00:37] <@surkov> if it it’s multi process Firefox then tab text should be underlyinged
- # [00:37] <joanie> it's now false and the bug is still here
- # [00:37] <joanie> lots of dead accessibles
- # [00:39] <@surkov> ok, just in case tab names are not underlyed? :_
- # [00:39] <@surkov> :)
- # [00:39] <joanie> I didn't see any, but lemme relaunch and compare
- # [00:40] <joanie> and you mean the page tabs, right?
- # [00:40] <@surkov> yes
- # [00:40] <joanie> right now they are not
- # [00:40] <joanie> lemme set it back to true
- # [00:40] <@surkov> ok
- # [00:41] <joanie> I set it to true and relaunched and I still don't see tab names underlined
- # [00:42] <@surkov> I don’t see perf problems on os x, it’s read by vo nice
- # [00:43] <joanie> I don't see this problem in epiphany/WebKitGtk either
- # [00:43] <@surkov> that’s different I think
- # [00:43] <joanie> if I saw it there too, it would suggest something in my platform's layer
- # [00:43] <joanie> errr platform
- # [00:44] <joanie> not layer
- # [00:44] <@surkov> not sure, if it means there’s no problem no platform’s layer
- # [00:44] * Quits: Gijs (chatzilla@moz-be1.e16.80.5.IP) (Quit: sleep)
- # [00:44] <@surkov> but maybe unlikely
- # [00:44] <@surkov> what dead exactly means?
- # [00:45] <joanie> defunct accessible
- # [00:45] <@surkov> ok
- # [00:46] <joanie> I don't know if that means you're giving us dead accessibles, or some timeout is occurring and AT-SPI2 is giving up
- # [00:47] <joanie> btw, I need to run to the pharmacy, but then I'll be back
- # [00:48] <@surkov> DOMi also seems working, that should be something linux specific
- # [00:48] <@surkov> sure
- # [00:49] <@surkov> not sure I have good ideas how to puzzle out it
- # [00:52] <@firebot> surkov.alexander@gmail.com requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1141220.
- # [00:52] <@firebot> https://bugzil.la/1141220 — NEW, nobody@mozilla.org — Incredibly long load time and "dead" accessible objects seen with certain sites
- # [00:53] <@surkov> can you traverse the hierarchy?
- # [00:55] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [01:10] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [01:15] <joanie> surkov: sorry, just got back. Traverse it when/how?
- # [01:15] <joanie> after page load?
- # [01:15] <@surkov> yeah, after that long timeout
- # [01:15] <joanie> dunno. lemme try
- # [01:17] <@surkov> I just curious if that’s all about eventing or there’s real broken tree
- # [01:17] <joanie> when the page is local (saved entire web page), the bug doesn't occur
- # [01:17] <@surkov> and it’s quite strange
- # [01:18] <joanie> the problem in terms of traversal is that I don't read hungarian
- # [01:18] <joanie> but I'll do my best to see if all the tree seems to be present
- # [01:18] <@surkov> sure, that’s what I did in DOMi :)
- # [01:19] <joanie> i see a section with 9214 children
- # [01:19] <joanie> but haven't yet been able to expand it in accerciser
- # [01:19] * joanie waits
- # [01:20] <joanie> those objects so far are not "dead"
- # [01:20] <@surkov> good
- # [01:20] <@surkov> so there’s something wrong with events
- # [01:20] <joanie> and they have text
- # [01:24] * Quits: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [01:28] * Quits: scottgonzalez (scott_gonza@moz-mhe.gsn.149.12.IP) (Client exited)
- # [01:52] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [01:52] * ChanServ sets mode: +o yzen
- # [01:56] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [01:57] * Joins: scott_gonzalez (scott_gonza@moz-5t7jkp.fios.verizon.net)
- # [02:33] <@firebot> wkocher@mozilla.com changed the Resolution on bug 1001634 from --- to FIXED.
- # [02:33] <@firebot> wkocher@mozilla.com changed the Status on bug 1001634 from NEW to RESOLVED.
- # [02:33] <@firebot> wkocher@mozilla.com set status-firefox39 to fixed on bug 1001634.
- # [02:33] <@firebot> wkocher@mozilla.com changed the Target Milestone on bug 1001634 from --- to mozilla39.
- # [02:33] <@firebot> https://bugzil.la/1001634 — FIXED, surkov.alexander@gmail.com — Add MathMLAccessible class
- # [02:39] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [02:42] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [03:04] <@firebot> wkocher@mozilla.com changed the Resolution on bug 1141228 from --- to FIXED.
- # [03:04] <@firebot> wkocher@mozilla.com changed the Status on bug 1141228 from ASSIGNED to RESOLVED.
- # [03:04] <@firebot> wkocher@mozilla.com set status-firefox39 to fixed on bug 1141228.
- # [03:04] <@firebot> wkocher@mozilla.com changed the Target Milestone on bug 1141228 from --- to mozilla39.
- # [03:04] <@firebot> https://bugzil.la/1141228 — FIXED, mhabicher@mozilla.com — Include GfxMessageUtils.h in PDocAccessible.ipdl
- # [03:43] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [03:43] * ChanServ sets mode: +o surkov
- # [04:27] <@firebot> janus926@gmail.com changed the Assignee on bug 1137906 from nobody@mozilla.org to janus926@gmail.com.
- # [04:27] <@firebot> janus926@gmail.com changed the Status on bug 1137906 from NEW to ASSIGNED.
- # [04:27] <@firebot> https://bugzil.la/1137906 — ASSIGNED, janus926@gmail.com — [Accessibility] crash during FxA login with screen reader on - mozilla::a11y::xpcAccessible::GetSta
- # [05:33] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [05:34] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [05:40] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [05:45] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [05:45] * ChanServ sets mode: +o yzen
- # [05:49] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [06:39] * icaaq|afk is now known as icaaq
- # [06:39] * icaaq is now known as icaaq|afk
- # [06:44] * icaaq|afk is now known as icaaq
- # [06:44] * icaaq is now known as icaaq|afk
- # [06:44] * icaaq|afk is now known as icaaq
- # [07:34] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [07:34] * ChanServ sets mode: +o yzen
- # [07:38] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [07:49] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [08:12] * Tomcat|afk is now known as Tomcat|sheriffduty
- # [08:58] <@firebot> xshen@mozilla.com requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1092845.
- # [08:58] <@firebot> https://bugzil.la/1092845 — NEW, nobody@mozilla.org — crash in @0x0 | mozilla::a11y::xpcAccessibleValue::GetMinimumValue(double*)
- # [09:23] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [09:23] * ChanServ sets mode: +o yzen
- # [09:27] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [09:42] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:42] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [09:42] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:55] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [09:55] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:57] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [09:57] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [10:04] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
- # [10:29] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [10:59] * Joins: agibson (agibson@moz-1bc.kg5.255.62.IP)
- # [11:05] * Joins: Gijs (chatzilla@moz-be1.e16.80.5.IP)
- # [11:10] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [11:12] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [11:12] * ChanServ sets mode: +o yzen
- # [11:16] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [11:31] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Connection closed)
- # [11:37] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [11:37] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [11:43] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [12:07] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [12:14] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:22] * Gijs is now known as Gijs_away
- # [13:11] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
- # [13:28] * Quits: agibson (agibson@moz-1bc.kg5.255.62.IP) (Quit: )
- # [13:34] * Quits: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [13:48] * Gijs_away is now known as Gijs
- # [14:00] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [14:05] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
- # [14:10] * Joins: agibson (agibson@moz-1bc.kg5.255.62.IP)
- # [14:15] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [14:15] * ChanServ sets mode: +qo davidb davidb
- # [14:15] <~davidb> heyo
- # [14:17] * davidb is now known as davidb|afk
- # [14:24] * davidb|afk is now known as davidb
- # [14:26] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [14:26] * ChanServ sets mode: +o yzen
- # [14:33] * wlach|bbl is now known as wlach
- # [14:39] * Joins: newtron (newtron@moz-6lh.c31.71.199.IP)
- # [14:45] * davidb is now known as davidb|afk
- # [14:53] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [15:11] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [15:15] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:30] * davidb|afk is now known as davidb
- # [15:30] * Quits: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [15:49] * icaaq is now known as icaaq|afk
- # [16:12] * Joins: clown (clown@moz-v6m.c3o.211.205.IP)
- # [16:21] <@firebot> New Core - Disability Access APIs bug 1141570 filed by ntim007@yahoo.it.
- # [16:21] <@firebot> https://bugzil.la/1141570 — NEW, nobody@mozilla.org — [e10s] Switching back to default theme from High contrast theme leaves a black scrollbar
- # [16:23] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [16:23] * ChanServ sets mode: +o surkov
- # [16:34] * Gijs is now known as Gijs_away
- # [16:47] * Quits: agibson (agibson@moz-1bc.kg5.255.62.IP) (Connection closed)
- # [16:48] * Joins: agibson (agibson@moz-1bc.kg5.255.62.IP)
- # [16:53] * Gijs_away is now known as Gijs
- # [16:54] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [16:57] * Joins: surkov (surkov@moz-sms.pvc.0.192.IP)
- # [16:57] * ChanServ sets mode: +o surkov
- # [17:01] * davidb is now known as davidb|afk
- # [17:07] * Quits: Funktr0n (Funktron@moz-33k59i.tukw.qwest.net) (Quit: Leaving)
- # [17:10] * Quits: newtron (newtron@moz-6lh.c31.71.199.IP) (Quit: Leaving...)
- # [17:16] * davidb|afk is now known as davidb
- # [17:17] * Joins: newtron (newtron@moz-6lh.c31.71.199.IP)
- # [17:17] <@firebot> New Core - Disability Access APIs bug 1141607 filed by ntim007@yahoo.it.
- # [17:17] <@firebot> https://bugzil.la/1141607 — NEW, nobody@mozilla.org — outline-color doesn't adapt to high contrast colors (it's always black in h-c themes)
- # [17:28] * Tomcat|sheriffduty is now known as Tomcat|afk
- # [17:31] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
- # [17:47] <Zunino> I'm building a custom component which contains, among other elements, a standard input element. I have added a tabindex="0" attribute/value to the component's container (a 'div' element) and tabindex="-1" to its internal input element.
- # [17:48] <Zunino> The idea is that the tab navigation should occur at the component level, i.e., if the user tabs onto my component than presses tab once again, focus should be moved to the next focusable component.
- # [17:49] <Zunino> At least that's what I understand from the ARIA practices document.
- # [17:51] <Zunino> The expected behavior for the component is that its internal input element should gain keyboard focus when the component itself receives focus.
- # [17:52] <Zunino> Think of a lookup component where the user will type in some keys and corresponding suggestions will be displayed under the input field, for the user to choose.
- # [17:58] <Zunino> Any suggestions on how I should handle focus in such situations?
- # [18:00] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
- # [18:01] * Quits: @yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [18:10] * Joins: slee (chatzilla@moz-fvgbl2.range86-157.btcentralplus.com)
- # [18:18] * icaaq|afk is now known as icaaq
- # [18:29] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [18:29] * ChanServ sets mode: +o yzen
- # [18:38] * icaaq is now known as icaaq|afk
- # [18:44] * Gijs is now known as Gijs_away
- # [18:48] * Quits: agibson (agibson@moz-1bc.kg5.255.62.IP) (Quit: )
- # [18:54] * Quits: slee (chatzilla@moz-fvgbl2.range86-157.btcentralplus.com) (Ping timeout: 121 seconds)
- # [18:58] * Joins: slee (chatzilla@moz-fvgbl2.range86-157.btcentralplus.com)
- # [19:01] * Quits: clown (clown@moz-v6m.c3o.211.205.IP) (Quit: Leaving.)
- # [19:11] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [19:15] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [19:27] * Quits: ioanachiorean (ioanachiore@moz-ohb.65e.79.82.IP) (Ping timeout: 121 seconds)
- # [19:40] * Joins: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [19:40] * ChanServ sets mode: +o yzen_
- # [19:41] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Connection closed)
- # [19:44] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
- # [19:46] * Gijs_away is now known as Gijs
- # [19:47] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [19:49] * Quits: ~davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [20:01] * Joins: fredw (Icedove@moz-7gtdsj.fbx.proxad.net)
- # [20:02] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
- # [20:09] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
- # [20:23] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
- # [20:38] <@firebot> jmathies@mozilla.com changed the Component on bug 1141570 from Disability Access APIs to Widget: Win32.
- # [20:38] <@firebot> https://bugzil.la/1141570 — NEW, nobody@mozilla.org — [e10s] Switching back to default theme from High contrast theme leaves a black scrollbar
- # [20:47] * yzen_ is now known as yzen
- # [20:49] * Joins: davidb (davidb@moz-kl3.2o7.49.70.IP)
- # [20:49] * ChanServ sets mode: +qo davidb davidb
- # [20:58] * wlach is now known as wlach|biab
- # [21:12] * icaaq|afk is now known as icaaq
- # [21:12] * icaaq is now known as icaaq|afk
- # [21:24] * davidb is now known as davidb|afk
- # [21:30] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
- # [21:35] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
- # [21:40] * davidb|afk is now known as davidb
- # [21:41] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
- # [22:00] * Quits: ~davidb (davidb@moz-kl3.2o7.49.70.IP) (Quit: Blah blah blah)
- # [22:01] <Zunino> I wonder if my messages can be seen and, if so, whether I'm in the right place for questions such as the ones I asked before.
- # [22:04] * Quits: @surkov (surkov@moz-sms.pvc.0.192.IP) (Client exited)
- # [22:07] * Joins: davidb (davidb@moz-kl3.2o7.49.70.IP)
- # [22:07] * ChanServ sets mode: +qo davidb davidb
- # [22:08] * Joins: aprilmorone (chatzilla@moz-98ta48.access.naxs.com)
- # [22:09] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [22:09] * ChanServ sets mode: +o surkov
- # [22:09] <aprilmorone> I have a group I created tht isn't yet active called contributors with disabilities
- # [22:09] <aprilmorone> #contributors_with_disabilities
- # [22:09] <aprilmorone> That I also head.
- # [22:09] <aprilmorone> May I be allowed to have a mailing forum for this group?
- # [22:10] <aprilmorone> and apply updates on my MozillaWiki page for this, as well?
- # [22:10] <aprilmorone> it is on IRC, already.
- # [22:10] <aprilmorone> though not on FB as the regular #contributors IRC chat is.
- # [22:11] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [22:15] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [22:19] * Joins: scottgonzalez (scott_gonza@moz-5t7jkp.fios.verizon.net)
- # [22:19] * Quits: scott_gonzalez (scott_gonza@moz-5t7jkp.fios.verizon.net) (Connection closed)
- # [22:19] <@firebot> mats@mozilla.com changed the Component on bug 1141465 from General to Disability Access APIs.
- # [22:19] <@firebot> mats@mozilla.com changed the Product on bug 1141465 from Firefox to Core.
- # [22:19] <@firebot> https://bugzil.la/1141465 — NEW, nobody@mozilla.org — crash in nsIPresShell::GetRootScrollFrameAsScrollable() const
- # [22:22] * Gijs is now known as Gijs_away
- # [22:23] * Quits: ~davidb (davidb@moz-kl3.2o7.49.70.IP) (Quit: Blah blah blah)
- # [22:24] * Parts: aprilmorone (chatzilla@moz-98ta48.access.naxs.com) ("")
- # [22:27] * wlach|biab is now known as wlach
- # [22:43] * yzen is now known as yzen_
- # [22:47] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [22:47] * Quits: fredw (Icedove@moz-7gtdsj.fbx.proxad.net) (Client exited)
- # [22:48] * Joins: fredw (Icedove@moz-7gtdsj.fbx.proxad.net)
- # [22:54] * Quits: newtron (newtron@moz-6lh.c31.71.199.IP) (Ping timeout: 121 seconds)
- # [23:15] * Quits: Zunino (zunino@moz-7of.uh2.58.187.IP) (Quit: WeeChat 0.4.2)
- # [23:18] * Gijs_away is now known as Gijs
- # [23:18] * Quits: Gijs (chatzilla@moz-be1.e16.80.5.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [23:22] * Joins: davidb (davidb@moz-kl3.2o7.49.70.IP)
- # [23:22] * ChanServ sets mode: +qo davidb davidb
- # [23:28] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [23:28] * ChanServ sets mode: +o yzen
- # [23:33] * Quits: ~davidb (davidb@moz-kl3.2o7.49.70.IP) (Quit: Blah blah blah)
- # [23:39] * yzen is now known as yzen_
- # [23:39] <@firebot> wkocher@mozilla.com changed the Resolution on bug 1140917 from --- to FIXED.
- # [23:39] <@firebot> wkocher@mozilla.com changed the Status on bug 1140917 from NEW to RESOLVED.
- # [23:39] <@firebot> wkocher@mozilla.com set status-firefox39 to fixed on bug 1140917.
- # [23:40] <@firebot> wkocher@mozilla.com changed the Target Milestone on bug 1140917 from --- to mozilla39.
- # [23:40] <@firebot> wkocher@mozilla.com changed the Resolution on bug 1140900 from --- to FIXED.
- # [23:40] <@firebot> wkocher@mozilla.com changed the Status on bug 1140900 from NEW to RESOLVED.
- # [23:40] <@firebot> wkocher@mozilla.com set status-firefox39 to fixed on bug 1140900.
- # [23:40] <@firebot> wkocher@mozilla.com changed the Target Milestone on bug 1140900 from --- to mozilla39.
- # [23:40] <@firebot> https://bugzil.la/1140900 — FIXED, bugs@pettay.fi — IPC Proxy for ScrollSubstringTo*
- # [23:40] <@firebot> https://bugzil.la/1140917 — FIXED, bugs@pettay.fi — IPC Proxy for replace/insert/copy/cut/delete/paste
- # [23:40] <@firebot> wkocher@mozilla.com changed the Resolution on bug 1140895 from --- to FIXED.
- # [23:40] <@firebot> wkocher@mozilla.com changed the Status on bug 1140895 from NEW to RESOLVED.
- # [23:41] <@firebot> wkocher@mozilla.com set status-firefox39 to fixed on bug 1140895.
- # [23:41] <@firebot> wkocher@mozilla.com changed the Target Milestone on bug 1140895 from --- to mozilla39.
- # [23:41] <@firebot> https://bugzil.la/1140895 — FIXED, bugs@pettay.fi — IPC Proxy for get/set/add/remove Selection
- # [23:42] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Connection closed)
- # [23:42] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [23:42] * ChanServ sets mode: +o yzen
- # [23:55] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [23:57] * Quits: fredw (Icedove@moz-7gtdsj.fbx.proxad.net) (Client exited)
- # Session Close: Wed Mar 11 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