/irc-logs / mozilla / #developers / 2015-01-19 / end
Options:
Previous day, Next day
- # Session Start: Mon Jan 19 00:00:00 2015
- # Session Ident: #developers
- # [00:00] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [00:01] <philor> all this looking at tests we disabled on 10.8 in 2012 with minimal looking at the failures either before or since makes me wonder whether we should just randomly reenable disabled tests, along with randomly disabling tests just to see if anyone cares about them
- # [00:04] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:04] <&dbaron> we probably should try reenabling disabled tests
- # [00:05] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [00:06] <philor> https://treeherder.mozilla.org/#/jobs?repo=try&revision=73221c39634f
- # [00:08] <philor> interesting that 10.10 debug is hellishly slow even by our low standards, so the same amount of retries on it would be more than 10 hours of wall clock time
- # [00:13] <philor> though I think they weren't genuine r5 test slaves, so much as random boxes that were being used to prop up a table with three short legs, so maybe that'll get better
- # [00:13] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [00:14] * nthomas is now known as nthomas|away
- # [00:14] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
- # [00:14] * Joins: tedders1 (tedders1@moz-2kt.br8.141.1.IP)
- # [00:15] <philor> also wonder whether it's still true that we're running a preview image rather than actual 10.10
- # [00:16] * Quits: Archaeopteryx (Archaeopter@moz-do3ar1.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:17] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [00:18] * Quits: rednaks (rednaks@moz-iru.36j.227.41.IP) (Ping timeout: 121 seconds)
- # [00:19] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [00:19] * Joins: joch (Thunderbird@moz-8l5ru8.bredband.comhem.se)
- # [00:19] <joch> Is it possible to hide a dragimage set in a datatransfer?
- # [00:20] <joch> No luck with visibility = "hidden/collapse"
- # [00:20] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [00:21] <joch> width = 0 and height = 0 appears to invalidate the dragimage?
- # [00:21] <@smaug> joch: why you set drag image if you don't want to show it?
- # [00:21] <joch> smaug: I want to be able to toggle it
- # [00:22] <joch> show the dragimage on dragenter
- # [00:22] <joch> hide it on dragexit
- # [00:22] <joch> ^ e.g.
- # [00:23] <@smaug> right
- # [00:23] <joch> or would I have to create the dragimage on every dragexit?
- # [00:25] <joch> oh and it's the tab's dragimage in tabbrowser.xml I'm talking about :)
- # [00:25] <@smaug> looks like we read the dragimage value only right after the dnd has started.
- # [00:25] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Connection closed)
- # [00:25] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [00:26] * Quits: tedders1 (tedders1@moz-2kt.br8.141.1.IP) (Ping timeout: 121 seconds)
- # [00:27] * BenWa is now known as BenWa|email
- # [00:27] * Joins: tedders1 (tedders1@moz-vm1.skn.134.1.IP)
- # [00:30] <joch> well the dragimage is set on dragstart in this case
- # [00:31] * BenWa|email is now known as BenWa
- # [00:31] <@smaug> joch: right, and per spec drag image can be set only during dragstart
- # [00:31] <@smaug> https://html.spec.whatwg.org/multipage/interaction.html#dom-datatransfer-setdragimage
- # [00:31] <@smaug> and https://html.spec.whatwg.org/multipage/interaction.html#concept-dnd-rw
- # [00:32] <joch> ah
- # [00:33] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [00:33] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [00:36] * Joins: ehugg (ehugg@moz-i33.i2q.170.166.IP)
- # [00:37] * Quits: mikeratcliffe (Adium@moz-37l.9hb.12.149.IP) (Quit: Leaving.)
- # [00:39] <joch> then I can't do anything to the dragimage itself during dragexit?
- # [00:40] <joch> but shouldn't I be able to modify the canvas in the dragimage?
- # [00:43] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [00:43] * Joins: alexbardas (alexbardas@moz-pob0fr.BH.idilis.net)
- # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7e6b191f83f7 - Ehsan Akhgari - Bug 1123110 - Clarify the ownership of several cycle collector members; r=mccr8
- # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9604119ee9d3 - Ehsan Akhgari - Bug 1123114 - Mark DOMString::mStringBuffer as unsafe; r=smaug
- # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/953aecc38f56 - Ehsan Akhgari - Bug 1123112 - Mark AutoEntryScript as stack class, and clarify the ownership of its members; r=smaug
- # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf2d52a26ec2 - Ehsan Akhgari - Bug 1123111 - Mark EventNameMapping::mAtom as non-owning; r=smaug
- # [00:45] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [00:46] * Quits: ehugg (ehugg@moz-i33.i2q.170.166.IP) (Client exited)
- # [00:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fae8ad41a604 - Ehsan Akhgari - Bug 927430 - Add a static analysis to detect is-NaN testing using |x == x| or |x != x|; r=jrmuizel
- # [00:47] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [00:48] * Quits: alexbardas (alexbardas@moz-pob0fr.BH.idilis.net) (Ping timeout: 121 seconds)
- # [00:49] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [00:51] * bc|bbl is now known as bc
- # [00:51] * Joins: mikeratcliffe (Adium@moz-37l.9hb.12.149.IP)
- # [00:53] * Quits: lsumar_ (lsumar@moz-4v0.gkd.16.182.IP) (Connection closed)
- # [00:53] * mattwoodrow is now known as mattwoodrow|away
- # [00:53] * Joins: lsumar (lsumar@moz-4v0.gkd.16.182.IP)
- # [00:55] * Quits: lsumar (lsumar@moz-4v0.gkd.16.182.IP) (Connection closed)
- # [00:55] * Joins: lsumar (lsumar@moz-4v0.gkd.16.182.IP)
- # [00:57] * Quits: IanN (chatzilla@moz-lnh6qk.cable.virginm.net) (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.35a1/20150117203334])
- # [00:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/31cfd9095d71 - John Daggett - Bug 1118981 - initialize mSkipDrawing correctly for already loading fonts. r=jfkthame, a=sylvestre
- # [00:58] <philor> my favorite part of weekends is guessing exactly when to close inbound to catch ehsan between when he has notice that he broken it and when he tries to push a followup
- # [00:59] <philor> well, that and saving energy by only typing part of words
- # [00:59] * Parts: lsumar (lsumar@moz-4v0.gkd.16.182.IP) ("Leaving")
- # [01:00] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
- # [01:00] * ewong|away is now known as ewong
- # [01:01] * BenWa is now known as BenWa|email
- # [01:02] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/beb62e1ad523 - John Daggett - Bug 1118981 - initialize mSkipDrawing correctly for already loading fonts. r=jfkthame, a=sylvestre
- # [01:05] <@njn> ... and ehsan's static analysis change is burning
- # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e5b597326bb9 - Ehsan Akhgari - Backed out changeset fae8ad41a604 (bug 927430) because of build bustage on a CLOSED TREE
- # [01:05] <@njn> oh, he backed it out
- # [01:06] <@njn> 16:06:05 up 1:51, 8 users, load average: 20.26, 15.31, 11.41
- # [01:06] <@njn> not bad
- # [01:07] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [01:09] * Quits: junaid (junaid@moz-gag.pr7.101.212.IP) (Ping timeout: 121 seconds)
- # [01:09] * Quits: gustavold1 (gustavold@moz-prde1b.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [01:13] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [01:14] <joch> is setdragimage for html content broken? O.o
- # [01:17] <joch> If someony can verify: http://jsfiddle.net/2y9zjx64/2/
- # [01:17] * Joins: capella-s32 (capella-s3@moz-41e.a68.87.66.IP)
- # [01:18] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [01:18] * Quits: capella-s32 (capella-s3@moz-41e.a68.87.66.IP) (Connection closed)
- # [01:19] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [01:19] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
- # [01:20] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [01:20] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [01:21] * Quits: dria (dria@moz-lbj.rq2.175.184.IP) (Client exited)
- # [01:22] * Quits: tonymec_KDE (tonymec@moz-2k8f6e.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [01:25] * Joins: alexbardas (alexbardas@moz-pob0fr.BH.idilis.net)
- # [01:25] * Quits: alexbardas (alexbardas@moz-pob0fr.BH.idilis.net) (A TLS packet with unexpected length was received.)
- # [01:25] * Joins: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net)
- # [01:26] * Parts: marco (marco@moz-tutqvf.retail.telecomitalia.it) ("")
- # [01:26] * Joins: mwarger__ (mwargers@moz-tst4f6.adsl.online.nl)
- # [01:28] * Quits: mikeratcliffe (Adium@moz-37l.9hb.12.149.IP) (Ping timeout: 121 seconds)
- # [01:28] * Quits: mconley (mconley@moz-d7b.k9e.239.204.IP) (Connection closed)
- # [01:30] * Joins: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP)
- # [01:31] * Joins: tonymec_KDE (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [01:31] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [01:34] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [01:40] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [01:43] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [01:44] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [01:45] * Parts: joch (Thunderbird@moz-8l5ru8.bredband.comhem.se)
- # [01:48] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [01:49] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [01:49] <philor> wish we had usable data on test failure frequency
- # [01:50] * Quits: mt (mt@moz-bligus.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [01:50] <philor> some of these things I'm trying to hit on try in a reenabled test, I get them once while getting some current non-disabled failure six or eight times
- # [01:52] <philor> I know our standards have changed enormously since the early days, when we have bug comments saying "your test has failed *_two_* times this week! why haven't you disabled it yet?" but I suspect they've changed a lot since more recent times too
- # [01:53] * nthomas|away is now known as nthomas
- # [01:54] * Quits: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP) (Quit: Leaving.)
- # [01:54] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [01:54] * Joins: dria (dria@moz-lbj.rq2.175.184.IP)
- # [01:59] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [02:02] * Joins: mt (mt@moz-bligus.ujol.1ibb.0101.2620.IP)
- # [02:03] * Quits: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [02:05] * Quits: till (till@moz-bhb9br.adsl.alicedsl.de) (A TLS packet with unexpected length was received.)
- # [02:07] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Ping timeout: 121 seconds)
- # [02:08] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [02:08] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [02:14] <redwood> does firefox use CSS3 cascade ordering re origin and important and if so about when when (roughly) did that land?
- # [02:14] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [02:15] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [02:15] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [02:16] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [02:18] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [02:18] <&dbaron> redwood, there aren't any differences from CSS 2, I don't think
- # [02:19] <redwood> dbaron, i must be wrong then but i had the impression there was something different with respect to user agent-origin important rules
- # [02:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c09784f0bf81 - Phil Ringnalda - Bug 792304 - Move the disabling of test_contextmenu.html on OS X 10.8 out of the test and into the manifest, and expand it to disabling the test for all OS X versions other than 10.6
- # [02:20] <redwood> could it be that user-agent important simply gets explicitly referenced in the caseade description for css3 but wasn't for css3?
- # [02:20] <&dbaron> redwood, ah, I guess UA important didn't exist in level 2, but we've implemented it for at least a decade, probably longer
- # [02:21] <redwood> ok, a long time back
- # [02:21] <redwood> thanks
- # [02:21] <redwood> and that should have read "but wasn't for css2"
- # [02:21] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Ping timeout: 121 seconds)
- # [02:23] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:24] * Joins: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:25] * BenWa|email is now known as BenWa
- # [02:27] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [02:27] * Joins: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP)
- # [02:29] * Joins: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:32] * Quits: mwarger__ (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [02:40] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [02:42] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [02:42] * Joins: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net)
- # [02:45] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [02:46] * Joins: karlt (karl@moz-0mfuf7.dqqd.b0fh.0cb0.2001.IP)
- # [02:47] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
- # [02:48] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [02:48] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:49] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [02:52] * heycam is now known as heycam|away
- # [02:55] * Quits: victorporof (victorporof@moz-9j8.4ed.71.67.IP) (Quit: 💤)
- # [03:03] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:03] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:05] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [03:06] * Joins: till (till@moz-bhb9br.adsl.alicedsl.de)
- # [03:08] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [03:11] * Quits: till (till@moz-bhb9br.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [03:13] * Quits: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP) (Quit: Leaving.)
- # [03:14] * Joins: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:16] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
- # [03:20] * Joins: boris_pc (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:21] * mattwoodrow|away is now known as mattwoodrow
- # [03:22] * Joins: victorporof (victorporof@moz-9j8.4ed.71.67.IP)
- # [03:23] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [03:23] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
- # [03:25] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [03:27] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [03:28] * Joins: chewey (chewey@moz-c2fqej.dip0.t-ipconnect.de)
- # [03:30] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [03:30] * Quits: chewey_ (chewey@moz-f56iah.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [03:36] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [03:38] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [03:38] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Connection closed)
- # [03:40] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [03:40] * heycam|away is now known as heycam
- # [03:41] * Joins: StevenLee (Adium@moz-ku93c7.dynamic.hinet.net)
- # [03:41] * Quits: StevenLee (Adium@moz-ku93c7.dynamic.hinet.net) (Quit: Leaving.)
- # [03:42] * Joins: juniorhsu (uid27704@moz-isgpq0.uxbridge.irccloud.com)
- # [03:45] * Joins: jw_wang (jw_wang@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:47] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Connection closed)
- # [03:47] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
- # [03:47] * killer sets mode: +o bsmedberg
- # [03:52] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
- # [03:53] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f996db705b48 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/57661eeda484 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:06] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [04:07] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [04:11] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [04:13] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [04:15] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/83180a007a3c - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2459957e8a45 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4483e49e26b2 - Christoph Kerschbaumer - Bug 1119006 - Remove files where code is still calling removed NS_OpenURI API (r=mcmanus)
- # [04:21] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [04:22] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [04:25] * Joins: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net)
- # [04:26] * Joins: alexbardas (alexbardas@moz-j91ph9.BV.idilis.net)
- # [04:29] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [04:30] * Quits: alexbardas (alexbardas@moz-j91ph9.BV.idilis.net) (Ping timeout: 121 seconds)
- # [04:31] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [04:32] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:33] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [04:33] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [04:33] * Quits: @njn (chatzilla@moz-v3o.bov.214.203.IP) (Ping timeout: 121 seconds)
- # [04:33] * Joins: njn_ (chatzilla@moz-daaic0.iinet.net.au)
- # [04:34] * njn_ is now known as njn
- # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/73009e704daa - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/94888c4a993a - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:37] * Joins: jdm (jdm@moz-ilbt2e.cable.teksavvy.com)
- # [04:37] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Ping timeout: 121 seconds)
- # [04:37] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [04:38] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
- # [04:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/750730cebb40 - Phil Ringnalda - Bug 1060869 followup, only add disabling test_fileapi_slice.html on Mulet, since that's the only new platform it caused it to fail on
- # [04:41] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:41] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [04:48] <dmajor> philor++
- # [04:49] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13834f7f5c6c - Phil Ringnalda - Bug 788999 followup, reenable test_fileapi_slice.html on OS X 10.8 since whatever caused it to hang two years ago seems to be gone
- # [04:54] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Ping timeout: 121 seconds)
- # [04:54] <philor> rage-reenabling tests makes a nice break from rage-disabling them
- # [04:55] <dmajor> please rage more
- # [04:56] * nthomas is now known as nthomas|away
- # [04:58] * Joins: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net)
- # [04:59] * Joins: mib_n05771 (Mibbit@moz-bd5cm4.oc.cox.net)
- # [04:59] * Quits: mib_n05771 (Mibbit@moz-bd5cm4.oc.cox.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [05:00] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [05:03] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [05:04] * Quits: mt_ (mt@moz-q5mdp9.ca.comcast.net) (Quit: Leaving.)
- # [05:05] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
- # [05:06] * Joins: sewardj_ (sewardj@moz-b2g62n.dip0.t-ipconnect.de)
- # [05:07] * Quits: KaiRo (robert@moz-n8uth9.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [05:08] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [05:08] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [05:08] * Joins: ddahl (ddahl@moz-k48.kjt.199.138.IP)
- # [05:08] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [05:09] * Quits: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Connection closed)
- # [05:10] * Joins: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [05:10] * Quits: sewardj (sewardj@moz-vio9eo.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [05:10] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [05:10] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [05:11] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [05:12] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [05:15] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [05:16] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [05:17] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Ping timeout: 121 seconds)
- # [05:21] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [05:21] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [05:23] * Quits: GPHemsley (GPHemsley@moz-frh6ap.nggo.qi13.000b.2601.IP) (Ping timeout: 121 seconds)
- # [05:23] * Quits: dria (dria@moz-lbj.rq2.175.184.IP) (Client exited)
- # [05:24] * Joins: dria (dria@moz-lbj.rq2.175.184.IP)
- # [05:29] <philor> nice, between the manifest and the in-test disabling, we run the one pointerlock test on Linux and on 10.6
- # [05:31] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [05:33] * mattwoodrow is now known as mattwoodrow|away
- # [05:34] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [05:36] * Joins: GPHemsley (GPHemsley@moz-d3dpe5.nggo.qi13.000b.2601.IP)
- # [05:36] * darkowlzz|afk is now known as darkowlzz
- # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a5eb32572fd - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/46baffc1a555 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:38] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [05:38] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [05:42] * Joins: amoghbl2 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [05:42] * Quits: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [05:44] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:45] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [05:49] * Joins: jsx|offline (uid48919@moz-2hni06.charlton.irccloud.com)
- # [05:49] * jsx|offline is now known as jsx
- # [05:51] * Joins: developers357 (bzlandfill@moz-7mn.9pd.225.103.IP)
- # [05:54] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [05:56] * Quits: developers357 (bzlandfill@moz-7mn.9pd.225.103.IP) (Quit: CGI:IRC (Ping timeout))
- # [05:56] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:59] <philor> my test manifest lines are around 250 characters long, and so is my trychooser syntax
- # [05:59] <philor> #winning
- # [06:01] * Quits: jdm (jdm@moz-ilbt2e.cable.teksavvy.com) (Quit: )
- # [06:08] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [06:10] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [06:10] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [06:11] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [06:12] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [06:13] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [06:13] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [06:14] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [06:16] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [06:17] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Ping timeout: 121 seconds)
- # [06:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a4b8babdabe6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [06:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/785a136e11af - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [06:22] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [06:23] * heycam is now known as heycam|away
- # [06:23] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [06:24] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [06:25] * jlund is now known as jlund|away
- # [06:26] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [06:27] <jsx> Does anyone know if the url fragment part gets send over to the server in HTTP/2?
- # [06:28] <jsx> Or is it the same as of now?
- # [06:29] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [06:31] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [06:32] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [06:32] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
- # [06:33] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [06:36] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
- # [06:37] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Ping timeout: 121 seconds)
- # [06:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/08cf29ed4cda - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [06:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0e9496c4e398 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [06:42] * Joins: mahdi (mahdi@moz-649.evb.244.151.IP)
- # [06:43] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [06:43] * heycam|away is now known as heycam
- # [06:44] * Quits: karlt (karl@moz-0mfuf7.dqqd.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
- # [06:46] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [06:51] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [06:51] * Quits: loveless (loveless@moz-cej.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [06:54] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
- # [06:54] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [06:54] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
- # [06:55] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [06:55] * Joins: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net)
- # [06:55] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [06:58] <heycam> there's no way I can run talos on the build machines and have them record a profile I could then download and open with cleopatra, is there?
- # [07:00] <Unfocused> heycam: at the very least, you can request a slave, login, and setup/save the profile manually
- # [07:01] <heycam> Unfocused, yeah that's a good point. I would have to learn how to run talos manually again but I guess that's do-able. :)
- # [07:01] <philor> despite https://wiki.mozilla.org/Buildbot/Talos/Profiling claiming prereqs haven't landed, it claims you should see a closed bug for details, so perhaps its out of date
- # [07:02] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [07:02] <heycam> philor, oh wow that does sound like what I want though
- # [07:02] * Joins: Anupkumar (uid16774@moz-3mjuju.charlton.irccloud.com)
- # [07:02] <BenWa> philor: It works and we’re in the process of landing patches to make it even better
- # [07:02] <BenWa> philor: I’ll file a bug to update these
- # [07:02] <heycam> BenWa, cool. so those instructions there should be good to follow? (and on windows?)
- # [07:03] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
- # [07:03] <BenWa> heycam: I think it depends on the test right now. Some will output decent profiles, some will hang intermittently and some wont produce anything useful
- # [07:03] <BenWa> heycam: mstange has been working on a series of patches to improve it
- # [07:04] <heycam> BenWa, ok. I'll try and see if it works.
- # [07:04] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [07:04] <BenWa> heycam: So push what you want to Try (or run it locally), see what happens and send me and mstange a note if it doesn’t work well
- # [07:04] <heycam> BenWa, will do! when I asked the question I didn't expect the answer to be "yes", btw. :)
- # [07:05] <BenWa> Well it’s more of a ‘kinda’ at this point. There’s a lot of details and moving pieces to getting it to work
- # [07:05] <heycam> sounds great anyway. debugging why talos regressions happen (without this) sucks.
- # [07:06] * Joins: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [07:06] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [07:09] * Joins: Alessar (Alessar@moz-mfn.qfs.104.79.IP)
- # [07:09] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [07:13] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
- # [07:13] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
- # [07:14] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [07:15] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [07:15] * Joins: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net)
- # [07:16] * darkowlzz is now known as darkowlzz|afk
- # [07:18] * Joins: stransky (stransky@moz-mh3.53u.81.109.IP)
- # [07:19] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [07:19] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Ping timeout: 121 seconds)
- # [07:22] * Joins: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net)
- # [07:22] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
- # [07:22] * Joins: tedders1_ (tedders1@moz-bbh.26m.135.1.IP)
- # [07:22] * Joins: loveless (loveless@moz-cej.mg6.56.172.IP)
- # [07:22] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
- # [07:25] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
- # [07:25] * Quits: tedders1 (tedders1@moz-vm1.skn.134.1.IP) (Ping timeout: 121 seconds)
- # [07:28] * Quits: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [07:29] * Quits: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [07:31] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [07:32] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:34] * heycam is now known as heycam|away
- # [07:34] * Quits: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [07:37] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [07:38] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [07:41] * Joins: anirudhgp (Mibbit@moz-f40.f10.139.14.IP)
- # [07:42] * Joins: CristinaM (Instantbird@moz-662.esi.231.62.IP)
- # [07:42] <anirudhgp> Hey guys can someone help me with this bug? https://bugzilla.mozilla.org/show_bug.cgi?id=387061 How do i move NS_MsgStripRE to an XPCOM interface?
- # [07:45] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:46] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [07:48] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [07:49] * flod|away is now known as flod
- # [07:53] * bc is now known as bc|afk
- # [07:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d0cdc390be2 - Phil Ringnalda - Bug 1123195 - skip image/test/crashtests/694165-1.xhtml on OS X 10.10 debug, where it hangs
- # [08:01] * Fallen|away is now known as Fallen
- # [08:01] * Joins: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net)
- # [08:01] * Joins: tzimmermann (tzimmermann@moz-cuftrp.pools.vodafone-ip.de)
- # [08:05] * Joins: shelly_ (shelly@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:09] * Joins: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP)
- # [08:10] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [08:10] * Tomcat|afk is now known as Tomcat|Sheriffduty
- # [08:11] * Quits: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP) (Quit: Leaving)
- # [08:13] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:13] * Quits: anirudhgp (Mibbit@moz-f40.f10.139.14.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [08:14] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [08:14] * Quits: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [08:15] * darkowlzz|afk is now known as darkowlzz
- # [08:17] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:20] * darkowlzz is now known as darkowlzz|afk
- # [08:21] * philor is now known as philor|away
- # [08:27] * whimboo|afk is now known as whimboo
- # [08:27] * Quits: loveless (loveless@moz-cej.mg6.56.172.IP) (Quit: Leaving...)
- # [08:27] * Fallen is now known as Fallen|away
- # [08:28] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [08:28] * Quits: lth|away (lth@moz-boe.4db.7.185.IP) (Quit: leaving)
- # [08:29] * mattwoodrow|away is now known as mattwoodrow
- # [08:31] * Joins: lth (lth@moz-boe.4db.7.185.IP)
- # [08:35] * Joins: jaoo (user@moz-b8lhan.user.ono.com)
- # [08:37] * Joins: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro)
- # [08:39] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [08:41] * Joins: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net)
- # [08:42] * Quits: jaoo (user@moz-b8lhan.user.ono.com) (Ping timeout: 121 seconds)
- # [08:43] * Quits: Rik (rik@moz-49ou5f.9fj5.68v8.0e35.2a01.IP) (A TLS packet with unexpected length was received.)
- # [08:43] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [08:45] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [08:48] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [08:50] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [08:50] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [08:52] * Quits: Alessar (Alessar@moz-mfn.qfs.104.79.IP) (Quit: IRC protocol for QIP)
- # [08:52] * Quits: kip (kip@moz-2pbhbo.stc.novuscom.net) (Connection closed)
- # [08:53] * Joins: Alessar (Alessar@moz-mfn.qfs.104.79.IP)
- # [08:54] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
- # [08:54] * Quits: mastizada (Thunderbird@moz-iur.sij.197.5.IP) (Ping timeout: 121 seconds)
- # [08:54] * Quits: kip (kip@moz-2pbhbo.stc.novuscom.net) (Connection closed)
- # [08:56] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [08:56] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [08:56] * Joins: mastizada (Thunderbird@moz-iur.sij.197.5.IP)
- # [08:56] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [08:56] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [08:57] * Joins: ddamjano (Instantbird@moz-k291et.cfl3.oeer.8388.2a02.IP)
- # [08:59] * pbrosset|afk is now known as pbrosset
- # [09:01] * julienw_afk is now known as julienw
- # [09:02] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
- # [09:02] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [09:02] * Joins: Dexter (Dexter@moz-crhbu6.adsl.alicedsl.de)
- # [09:02] * jcranmer is now known as jcranmer|away
- # [09:03] * Joins: Swatinem (swatinem@moz-mddkaj.static.inode.at)
- # [09:04] * Joins: janv (varga@moz-1qioqq.dynamic.orange.sk)
- # [09:10] <erdalprinz> HI, I've created a local build of Firefox 31.2esr. Now I want to build it in another language than english. How can I do that? I've already searched and tried a few things, but nothing works for me...
- # [09:11] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [09:11] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
- # [09:13] <darktrojan> erdalprinz, try asking that in #l10n
- # [09:14] <erdalprinz> darktrojan: Thank you, I will.
- # [09:14] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC)
- # [09:14] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [09:15] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC (EOF))
- # [09:15] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [09:15] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC (EOF))
- # [09:15] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [09:17] * Quits: Anupkumar (uid16774@moz-3mjuju.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [09:17] * Quits: shelly_ (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [09:22] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [09:23] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [09:25] * Fallen|away is now known as Fallen
- # [09:25] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [09:26] * Joins: mdibaiee (mahdi@moz-5bm.d7n.245.172.IP)
- # [09:26] * Quits: mahdi (mahdi@moz-649.evb.244.151.IP) (Connection closed)
- # [09:26] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
- # [09:27] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
- # [09:27] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
- # [09:28] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
- # [09:28] * Quits: jkitch (Thunderbird@moz-8v08gb.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [09:33] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:35] * Joins: avaida (andreivaida@moz-662.esi.231.62.IP)
- # [09:36] * Joins: gcp (gcp@moz-2o4l7m.beqe.9i1r.1812.2a02.IP)
- # [09:38] * BenWa is now known as BenWa|email
- # [09:40] * Quits: gcp (gcp@moz-2o4l7m.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
- # [09:40] * Joins: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP)
- # [09:41] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [09:43] * Joins: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:44] * Quits: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro) (Client exited)
- # [09:45] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [09:45] <smontagu> tryserver lied to me
- # [09:46] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [09:46] <smontagu> said "Once completed, builds and logs will be available at: https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/try-builds/smontagu@mozilla.com-30e6d701934c/
- # [09:47] <smontagu> but in fact they are at https://ftp-ssl.mozilla.org/pub/mozilla.org/b2g/try-builds/smontagu@mozilla.com-30e6d701934c/
- # [09:47] <Tomcat|Sheriffduty> :)
- # [09:47] * Joins: jaoo (user@moz-jcolam.dynamicIP.rima-tde.net)
- # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f86a9dfe3be5 - L. David Baron - Bug 1089417 patch 9 - Add mochitest that exercises case of clearing rule cascades twice. r=heycam
- # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e26b3a0731c - L. David Baron - Bug 1089417 patch 10 - Make CloneMQCacheKey clone the mPreviousCacheKey, to fix bug 1089417 for multiple rebuilds of the rule cascade in sequence. r=heycam
- # [09:51] * Ms2ger wonders in what timezone dbaron is
- # [09:52] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [09:54] <darktrojan> his computer thinks he's pacific time
- # [09:54] * Joins: AndroUser (androirc@moz-pte.l0h.30.119.IP)
- # [09:56] * Joins: ferjm (textual@moz-jcolam.dynamicIP.rima-tde.net)
- # [09:56] * Quits: tedders1_ (tedders1@moz-bbh.26m.135.1.IP) (Connection closed)
- # [09:57] * Joins: tedders1 (tedders1@moz-bbh.26m.135.1.IP)
- # [09:57] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [09:57] * flod is now known as flod|afk
- # [09:58] * Quits: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [09:58] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
- # [09:58] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:59] * Quits: ferjm (textual@moz-jcolam.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [10:00] * Quits: Dexter (Dexter@moz-crhbu6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [10:00] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [10:01] * Quits: tedders1 (tedders1@moz-bbh.26m.135.1.IP) (Ping timeout: 121 seconds)
- # [10:01] * Joins: asac (asac@moz-vuobu5.compute-1.amazonaws.com)
- # [10:02] * Joins: jkitch (Thunderbird@moz-nvhvsc.k4n0.vhij.44b8.2001.IP)
- # [10:02] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [10:03] * Quits: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [10:03] * Joins: alexbardas (alexbardas@moz-7ih4ap.BZ.idilis.net)
- # [10:03] * Joins: Mano (Mano@moz-5qsh0d.dynamic.barak-online.net)
- # [10:03] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [10:03] * killer sets mode: +o smaug
- # [10:04] * Joins: brsun_ (chatzilla@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/856679a135f2 - Shawn Ku - Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu.
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7ce5ad5a7539 - ProgramFOX - Bug 1031203 - Implemented float64x2. r=bbouvier
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a1118794ba7c - ProgramFOX - Bug 1031203 - Added test cases for float64x2. r=bbouvier
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2342e344fb3 - Jeremy Chen - Bug 1110917 - Part 1 - Add test cases for selectioncaret changes. r=dburns
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ff34718d7f68 - Jeremy Chen - Bug 1110917 - v3 Part 2: Fix focus not changing while selecting word. r=roc
- # [10:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33a81cbadb6e - Jeremy Chen - Bug 1110917 - Part 3 - Remove HTMLElement.location usage in selection.py. r=dburns
- # [10:04] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Connection closed)
- # [10:05] * Quits: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:05] * brsun_ is now known as brsun
- # [10:05] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [10:05] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
- # [10:06] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [10:09] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [10:11] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [10:12] * bobowen|afk is now known as bobowen
- # [10:12] * Joins: seanlin1 (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:13] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:15] * Quits: AndroUser (androirc@moz-pte.l0h.30.119.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
- # [10:15] * Joins: alexbard_ (alexbardas@moz-s3a3r7.CL.idilis.net)
- # [10:16] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [10:16] * Quits: alexbardas (alexbardas@moz-7ih4ap.BZ.idilis.net) (Ping timeout: 121 seconds)
- # [10:16] * Joins: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP)
- # [10:18] * Joins: squeakytoy (squeakytoy@moz-i4mle1.netset.se)
- # [10:18] * Quits: njn (chatzilla@moz-daaic0.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
- # [10:19] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [10:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33ea628dd337 - Francois Marier - Bug 1113004 - Add IsPrivateResponse to HttpChannel. r=mayhemer
- # [10:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9577955e37cc - Barbara Guida - Bug 1122586 - Unbreak build on platforms missing std::llabs since bug 1073716. r=dholbert
- # [10:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/837613fc3a49 - Chris Manchester - Bug 1117906 - Skip test_accessibility.py b2g as long as it's consistently failing. r=yzen
- # [10:27] * Quits: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk) (Quit: Chatzilla 0.9.67 [Netscape7 7.05/20040113])
- # [10:27] * Joins: tedders1 (tedders1@moz-4l3.isk.134.1.IP)
- # [10:28] * Quits: avaida (andreivaida@moz-662.esi.231.62.IP) (Quit: Leaving.)
- # [10:30] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [10:31] * Quits: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:31] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Ping timeout: 121 seconds)
- # [10:33] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
- # [10:34] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [10:34] * Joins: Dexter (Dexter@moz-u51.21q.19.178.IP)
- # [10:34] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
- # [10:35] * ewong is now known as ewong|away
- # [10:35] * Quits: tedders1 (tedders1@moz-4l3.isk.134.1.IP) (Ping timeout: 121 seconds)
- # [10:36] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [10:39] * julienw is now known as julienw_afk
- # [10:40] <kamidphish> Hey, where do I ask about debugging FF on OSX with lldb? Recently, breakpoints don't work anymore.
- # [10:40] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [10:40] * Quits: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa) (Ping timeout: 121 seconds)
- # [10:41] * Joins: ferjm (textual@moz-jcolam.dynamicIP.rima-tde.net)
- # [10:42] * Quits: stransky (stransky@moz-mh3.53u.81.109.IP) (Quit: Connection reset by beer)
- # [10:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a7de66143752 - Patrick Brosset - Bug 1122507 - Fix the way the new network security tab toggles in the network panel now that we have the allTabs menu. r=past
- # [10:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/230d46f387f2 - Blake Kaplan - Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer
- # [10:42] * mattwoodrow is now known as mattwoodrow|away
- # [10:43] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [10:44] * Joins: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP)
- # [10:45] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
- # [10:45] * killer sets mode: +o Cwiiis
- # [10:46] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [10:47] * Joins: avaida (andreivaida@moz-662.esi.231.62.IP)
- # [10:48] * Joins: tkuo (uid49815@moz-9h4p2b.highgate.irccloud.com)
- # [10:48] * sewardj_ is now known as sewardj
- # [10:49] * Joins: brsun (chatzilla@moz-4rrmu1.dynamic.hinet.net)
- # [10:52] * Joins: brsun_ (chatzilla@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:55] * Quits: brsun (chatzilla@moz-4rrmu1.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [10:55] * brsun_ is now known as brsun
- # [10:56] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
- # [10:57] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/669b9d53990d - Blair McBride - Bug 1075625 - AddonManager can race between provider startup / shutdown and methods that call back to providers. r=Mossop
- # [10:57] * Joins: gabor (gabor@moz-g68q5m.j7lv.v76v.0a40.2a04.IP)
- # [10:57] * Quits: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP) (Quit: Leaving.)
- # [10:58] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (A TLS packet with unexpected length was received.)
- # [11:00] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [11:02] * flod|afk is now known as flod
- # [11:02] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [11:02] * Joins: Archaeopteryx (Archaeopter@moz-qs656m.cust.telecolumbus.net)
- # [11:03] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [11:05] * Quits: tkuo (uid49815@moz-9h4p2b.highgate.irccloud.com) (Quit: )
- # [11:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37ec2038576e - Jonathan Kew - Bug 1121448 - Ignore negative values in the OS/2 table sxHeight field. r=jdaggett
- # [11:06] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [11:06] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [11:06] * Joins: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP)
- # [11:08] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [11:08] * Quits: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [11:10] * Quits: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net) (Quit: Leaving.)
- # [11:11] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [11:11] * Joins: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk)
- # [11:12] * Joins: gerv (Instantbird@moz-tk4cic.sheffield.sch.uk)
- # [11:12] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [11:12] * Quits: jw_wang (jw_wang@moz-aj9ejj.HINET-IP.hinet.net) (Quit: 暫離)
- # [11:13] * Quits: seanlin1 (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:13] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [11:15] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
- # [11:15] * Quits: boris (boris@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:15] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
- # [11:15] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:15] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
- # [11:16] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:16] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [11:17] * Quits: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:17] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [11:18] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [11:19] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:20] * Joins: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net)
- # [11:20] * Quits: mdibaiee (mahdi@moz-5bm.d7n.245.172.IP) (Connection closed)
- # [11:21] * Joins: mdibaiee (mahdi@moz-649.evb.244.151.IP)
- # [11:22] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [11:22] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [11:24] * ferjm is now known as ferjm_brb
- # [11:25] * Quits: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [11:26] * julienw_afk is now known as julienw
- # [11:27] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [11:27] * Joins: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:27] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [11:27] * Quits: ferjm_brb (textual@moz-jcolam.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [11:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ccd38ce999f - Nicolas Devillers - Bug 1096129 - IonMonkey: Implement Ceil Recover Instruction. r=nbp
- # [11:34] * vikash-afk is now known as vikash
- # [11:36] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [11:36] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:37] * Quits: alexbard_ (alexbardas@moz-s3a3r7.CL.idilis.net) (A TLS packet with unexpected length was received.)
- # [11:37] * Joins: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net)
- # [11:40] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:41] * Quits: mastizada (Thunderbird@moz-iur.sij.197.5.IP) (Ping timeout: 121 seconds)
- # [11:41] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [11:44] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [11:44] * Joins: marxin (marxin@moz-11fnnc.scz.suse.com)
- # [11:45] * Joins: ferjm (textual@moz-jcolam.dynamicIP.rima-tde.net)
- # [11:46] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [11:48] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [11:49] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [11:52] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Ping timeout: 121 seconds)
- # [11:52] <gcp> looks like IPDL code now expects rvalue references
- # [11:53] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:56] * darkowlzz|afk is now known as darkowlzz
- # [11:56] * Quits: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP) (Quit: Leaving.)
- # [11:57] * Joins: Gijs (chatzilla@moz-8e8.cgs.80.5.IP)
- # [11:58] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [11:59] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [12:02] * Quits: jrgill (jrgill@moz-ng2hkq.res.rr.com) (Connection closed)
- # [12:04] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [12:06] * Joins: jrgill (jrgill@moz-ng2hkq.res.rr.com)
- # [12:07] * Quits: Lewoco (Lewoco@moz-gb3oa0.tpgi.com.au) (Connection closed)
- # [12:07] * Joins: Lewoco (Lewoco@moz-gb3oa0.tpgi.com.au)
- # [12:08] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [12:09] * Quits: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:09] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1d32c46f2143 - Jean-Yves Avenard - Bug 1121876: Treat negative WMF's output sample timestamp as zero. r=cpearce
- # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f16ef283fee5 - Jean-Yves Avenard - Bug 1121876: Configure WMF decoder to output PCM 16. r=cpearce
- # [12:13] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [12:15] * Joins: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com)
- # [12:15] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [12:15] * killer sets mode: +o smaug
- # [12:17] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [12:19] * Joins: alexbardas (alexbardas@moz-s3a3r7.CL.idilis.net)
- # [12:19] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [12:19] * Joins: nical (nical@moz-n1alpk.2500.1rfi.0450.2001.IP)
- # [12:21] <NeilAway> gcp: I seem to remember seeing a checkin to that effect
- # [12:22] * xidorn is now known as xidorn|away
- # [12:23] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:28] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [12:28] * Quits: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net) (Quit: Leaving.)
- # [12:29] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [12:29] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [12:30] * pbrosset is now known as pbrosset|afk
- # [12:30] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [12:33] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b178fc355421 - Olli Pettay - Bug 1121473, define the list of void tags only in one place, r=hsivonen
- # [12:35] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [12:35] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [12:36] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [12:36] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [12:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/99e678b45ec5 - Nicolas Silva - Bug 1122621 - Fix incorrect scaling of tile origins with low res paiting. r=BenWa
- # [12:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/331be4792cad - Nicolas Silva - Bug 1122631 - Fix wrong logic in DrawTargetTiled::CopySurface. r=jrmuizel
- # [12:40] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [12:40] <tzimmermann> Tomcat|Sheriffduty: ping
- # [12:41] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:42] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [12:43] * Fallen is now known as Fallen|away
- # [12:44] * Joins: pnkfelix (pnkfelix@moz-6v5.3nd.202.89.IP)
- # [12:45] * Quits: tzimmermann (tzimmermann@moz-cuftrp.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [12:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/350013f91dd2 - Jonathan Kew - Bug 1123133 - Vertical writing-mode support in nsFieldSetFrame. r=smontagu
- # [12:46] * Joins: tzimmermann (tzimmermann@moz-cuftrp.pools.vodafone-ip.de)
- # [12:47] * Joins: till (till@moz-fh8t27.adsl.alicedsl.de)
- # [12:48] * Fallen|away is now known as Fallen
- # [12:50] * Quits: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [12:54] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [12:55] <Tomcat|Sheriffduty> tzimmermann: pong
- # [12:56] <tzimmermann> Tomcat|Sheriffduty: i don't know who else to ask, but i get http error 413 when pulling fro mtry or m-c. do you know anything about that?
- # [12:57] <Tomcat|Sheriffduty> hm let me check
- # [12:58] <Tomcat|Sheriffduty> tzimmermann: hm pulling from m-c worked here
- # [12:59] <tzimmermann> so it's local problem
- # [12:59] <tzimmermann> thank you for trying
- # [12:59] * Quits: gerv (Instantbird@moz-tk4cic.sheffield.sch.uk) (Ping timeout: 121 seconds)
- # [12:59] <Tomcat|Sheriffduty> tzimmermann: also #vcs would be a good place to ask
- # [12:59] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [12:59] <tzimmermann> ah, i'll do that if i can't figure it out
- # [13:00] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [13:03] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
- # [13:06] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
- # [13:06] * Quits: nical (nical@moz-n1alpk.2500.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [13:08] <Yoric> blassey: How can I use your version of about:compartments?
- # [13:08] * Quits: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [13:08] <Yoric> Simply visiting about:compartments displays me an about:memory error message.
- # [13:09] <Yoric> Also, I have a prototype that collects all the data. We'll see how it behaves.
- # [13:14] * Joins: nical (nical@moz-1h31k4.lmuk.1rfi.0450.2001.IP)
- # [13:14] * Quits: jaoo (user@moz-jcolam.dynamicIP.rima-tde.net) (Ping timeout: 121 seconds)
- # [13:20] * Quits: jkitch (Thunderbird@moz-nvhvsc.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [13:31] * darkowlzz is now known as darkowlzz|afk
- # [13:35] <Yoric> blassey: We're back to ~2.3% if we collect all compartment data, not just toplevel addon/tab.
- # [13:36] * Joins: evanxd (Adium@moz-0kr5n5.dynamic.hinet.net)
- # [13:41] * Joins: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP)
- # [13:45] * Quits: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [13:51] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (Ping timeout: 121 seconds)
- # [13:52] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [13:52] * Quits: mikeratcliffe (Adium@moz-ovh.tbf.208.62.IP) (Ping timeout: 121 seconds)
- # [13:53] * baku|away is now known as baku
- # [13:53] * Quits: alexbardas (alexbardas@moz-s3a3r7.CL.idilis.net) (A TLS packet with unexpected length was received.)
- # [13:56] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [13:56] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [13:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/942bd6bf0cd0 - Eddy Bruël - Bug 1123211 - Handle uncaught promise rejections in the source editor;r=pbrosset
- # [13:58] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [13:59] * Joins: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP)
- # [14:00] * Quits: evanxd (Adium@moz-0kr5n5.dynamic.hinet.net) (Quit: Leaving.)
- # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f9c20f576d9f - Eddy Bruël - Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins
- # [14:00] * Quits: Dexter (Dexter@moz-u51.21q.19.178.IP) (Ping timeout: 121 seconds)
- # [14:02] * Joins: KaiRo (robert@moz-3k382s.highway.telekom.at)
- # [14:03] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [14:03] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Ping timeout: 121 seconds)
- # [14:04] * darkowlzz|afk is now known as darkowlzz
- # [14:04] * whimboo is now known as whimboo|afk
- # [14:05] * Joins: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa)
- # [14:06] * Joins: Dexter (Dexter@moz-hddlik.vd25.v76v.0a40.2a04.IP)
- # [14:06] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [14:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f82edb30c66d - Eddy Bruël - Bug 1102441 - Use source actors instead of source forms in locations;r=fitzgen
- # [14:10] * Parts: nical (nical@moz-1h31k4.lmuk.1rfi.0450.2001.IP) ("")
- # [14:11] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (Ping timeout: 121 seconds)
- # [14:11] * Joins: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de)
- # [14:12] * AutomatedTester|AFK is now known as AutomatedTester
- # [14:12] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [14:12] <MarcoZ> Ewww, Visual Studio 2013 swapout.
- # [14:12] * Joins: jaoo (user@moz-ac0.gdc.235.195.IP)
- # [14:13] * Joins: Sushant94 (Sushant@moz-14d.ff5.202.116.IP)
- # [14:13] * Quits: jsx (uid48919@moz-2hni06.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [14:14] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [14:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e8fd6f4fb702 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [14:22] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [14:22] * pbrosset|afk is now known as pbrosset
- # [14:22] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [14:22] * Joins: Pike (chatzilla@moz-lffm4l.pool.mediaWays.net)
- # [14:23] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [14:25] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [14:25] * benfrancis|away is now known as benfrancis
- # [14:25] * Joins: Edgar (Thunderbird@moz-00erak.dynamic.hinet.net)
- # [14:28] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:28] * Joins: nical (nical@moz-egpqs3.lmuk.1rfi.0450.2001.IP)
- # [14:29] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7c25be97325d - Nicolas B. Pierron - Bug 1112159 part 1 - Add a testing function to check the stack alignment. r=bbouvier
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6472e110b2f - Nicolas B. Pierron - Bug 1112159 part 2 - MacroAssembler::assertStackAlignment accepts an additional offset argument. r=bbouvier
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d426154dd31d - Nicolas B. Pierron - Bug 1112159 part 3 - Align x86/x64 entry frame. r=bbouvier
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8768ed71a79 - Nicolas B. Pierron - Bug 1112159 part 4 - Align arm entry frame. r=mjrosenb
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95b50888ff51 - Nicolas B. Pierron - Bug 1112159 part 5 - Assert mips entry frame is aligned. r=rankov
- # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bfa43f46d24c - Nicolas B. Pierron - Bug 1112159 part 6 - Add test case to verify stack alignment. r=me
- # [14:32] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [14:34] * Quits: nical (nical@moz-egpqs3.lmuk.1rfi.0450.2001.IP) (Client exited)
- # [14:38] <till> hsivonen++, excellent blog post
- # [14:38] <Ms2ger> As always
- # [14:39] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [14:40] <hsivonen> till: thanks
- # [14:44] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [14:44] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [14:44] * killer sets mode: +o smaug
- # [14:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/29687660a627 - Eddy Bruël - Bug 1107682 - Clean up the way we set breakpoints on newly introduced scripts;r=fitzgen
- # [14:47] * Joins: jdm (jdm@moz-ilbt2e.cable.teksavvy.com)
- # [14:48] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [14:52] * Quits: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [14:52] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bbd37e7c0d08 - Fernando Jimenez - Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice
- # [14:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6ea82f73b2b4 - Fernando Jimenez - Bug 1097928 - Convert MozPaymentProvider to WebIDL. Android. r=wjohnston
- # [14:53] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [14:55] * bobowen is now known as bobowen|afk
- # [14:55] * Joins: Bas (chatzilla@moz-bbdigr.ftth.concepts.nl)
- # [14:57] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:59] * bobowen|afk is now known as bobowen
- # [14:59] * lth is now known as lth|shoveling-snow
- # [15:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aafe9d60279f - Ehsan Akhgari - Bug 1122989 - Remove nsIPersistentProperties::Subclass(); r=froydnj
- # [15:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9c534b922c7 - Ehsan Akhgari - Bug 1121489 - Make it possible to construct a RefPtr from an already_AddRefed; r=froydnj
- # [15:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3fe6eeb1f1f - Ehsan Akhgari - Bug 1122986 - Mark nsQueryElementAt::mCollection as non-owning; r=froydnj
- # [15:03] * Joins: alexbardas (alexbardas@moz-jssurl.DB.idilis.net)
- # [15:03] * Joins: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net)
- # [15:04] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
- # [15:04] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:05] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [15:06] * Joins: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP)
- # [15:06] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [15:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a3d85dc67fc - Ehsan Akhgari - Bug 1122995 - Clarify the lifetime rules applying to the permanent and non-permanent nsIATOM* members in nsAtomTable.cpp; r=froydnj
- # [15:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b207d2f49f26 - Ehsan Akhgari - Bug 1122996 - Convert nsSupportsArrayEnumerator::mArray into an nsCOMPtr; r=froydnj
- # [15:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebacff7149da - Ehsan Akhgari - Bug 1123098 - Mark two members of nsCOMPtr_helper classes as non-owning; r=froydnj
- # [15:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aaf1358c7975 - Ehsan Akhgari - Bug 1123109 - Mark nsStaticAtom::mStringBuffer as non-owning; r=froydnj
- # [15:07] * whimboo|afk is now known as whimboo
- # [15:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/793fb5d20398 - Ehsan Akhgari - Bug 1121489 follow-up: Addresss the review comment
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03ca9d11a981 - Alexandre Lissy - Bug 1123072 - Fix build of GonkGPSGeolocationProvider on Flatfish. r=kchen
- # [15:11] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
- # [15:11] * killer sets mode: +o Cwiiis
- # [15:11] * lth|shoveling-snow is now known as lth
- # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5161e9b47a3c - shreyas - Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao
- # [15:16] * Joins: mconley (mconley@moz-etl.e5t.246.24.IP)
- # [15:17] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [15:18] * Joins: RattyAway (Jim_diGriz@moz-993.582.72.180.IP)
- # [15:19] * Quits: mconley (mconley@moz-etl.e5t.246.24.IP) (Connection closed)
- # [15:21] * catlee-away is now known as catlee
- # [15:21] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:22] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [15:22] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [15:26] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [15:26] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=0e9496c4e398 - 12 changesets
- # [15:28] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:29] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [15:29] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [15:32] * Joins: surkov (surkov@moz-i5m.05u.207.66.IP)
- # [15:34] * Quits: botond (botond@moz-behg7q.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [15:34] * Joins: botond (botond@moz-k8qas1.ckpj.s0pt.0450.2001.IP)
- # [15:37] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:39] * AutomatedTester is now known as AutomatedTester|AFK
- # [15:39] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [15:39] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
- # [15:41] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
- # [15:43] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:45] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [15:46] * Joins: janv_ (varga@moz-oht.quu.143.178.IP)
- # [15:47] * Quits: janv (varga@moz-1qioqq.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [15:48] * Joins: Mnyromyr (Mnyromyr@moz-rkprri.ejss.mv3s.0908.2a02.IP)
- # [15:50] * Joins: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com)
- # [15:52] * vladan-pto is now known as vladan
- # [15:54] * Quits: avih (quassel@moz-8fl.sud.210.192.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
- # [15:54] * Joins: avih (quassel@moz-8fl.sud.210.192.IP)
- # [15:55] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [15:55] * kats|away is now known as kats
- # [15:56] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:00] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:01] * Joins: wlach (wlach@moz-q4b8e2.ckpj.s0pt.0450.2001.IP)
- # [16:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6161c63e250 - Ehsan Akhgari - Bug 1122990 - Mark nsPropertiesParser as stack class, and make its mProps member a strong ref; r=froydnj
- # [16:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df5fad5e386d - Ehsan Akhgari - Bug 1122991 - Mark findIndexOfClosure as stack class, and make its targetElement member a void*; r=froydnj
- # [16:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d62c258d3b41 - Ehsan Akhgari - Bug 1122999 - Mark the fOuter member defined by NS_DECL_AGGREGATED as unsafe; r=froydnj
- # [16:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d257de9b0cb - Ehsan Akhgari - Bug 1123000 - Mark nsDiscriminatedUnion::mInterfaceValue as owning; r=froydnj
- # [16:02] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:03] * Quits: Swatinem (swatinem@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
- # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d571a20181c5 - Leonid V. Fedorenchik - Bug 1110874 - Delete payload passed to PROFILER_MARKER_PAYLOAD. r=kats
- # [16:04] * Joins: mconley (mconley@moz-i5m.05u.207.66.IP)
- # [16:06] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:07] * Joins: hunboy_ (hunboy@moz-3c3sef.pool.invitel.hu)
- # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2bfd9d55f94c - Robert Longson - Bug 1119698 - ensure image elements take pointer-events into account r=jwatt
- # [16:08] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:08] * Quits: hunboy (hunboy@moz-t0idb5.pool.invitel.hu) (Ping timeout: 121 seconds)
- # [16:08] * hunboy_ is now known as hunboy
- # [16:09] * coop|afk is now known as coop|buildduty
- # [16:11] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [16:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=f8e4fdb89a05 - 33 changesets
- # [16:11] * Joins: gustavold (gustavold@moz-ptttu5.redhat.com)
- # [16:11] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [16:11] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [16:13] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [16:14] * Joins: developers766 (bzlandfill@moz-7mn.9pd.225.103.IP)
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2b94eb1efedf - Jordan Santell - Bug 1121196 - Toggle flamegraph rendering when switching, r=vporof
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/1b19461160c4 - Phil Ringnalda - Merge m-c to f-t
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8bf3e3c3a96f - Abdelrhman Ahmed - Bug 1122356 - Remove use of expression closures from WindowsPreviewPerTab.jsm. r=dao
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/27b7a7867e1c - Matthew Noorenberghe - Bug 1123128 - Silence "no useful preprocessor directives" warning for permissions.xul/translation.xul/contentAreaDownloadsView.css. a=faster-builds
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a7de66143752 - Patrick Brosset - Bug 1122507 - Fix the way the new network security tab toggles in the network panel now that we have the allTabs menu. r=past
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/230d46f387f2 - Blake Kaplan - Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/669b9d53990d - Blair McBride - Bug 1075625 - AddonManager can race between provider startup / shutdown and methods that call back to providers. r=Mossop
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/dcb4c5573aef - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/798f31f9f2fc - Tom Schuster - Bug 1123053 - Force English as language for date/time in jstests. r=jandem
- # [16:18] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:18] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Quit: Quitting for Bacon.)
- # [16:19] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [16:19] * Quits: developers766 (bzlandfill@moz-7mn.9pd.225.103.IP) (Quit: CGI:IRC (Ping timeout))
- # [16:21] * Quits: Mnyromyr (Mnyromyr@moz-rkprri.ejss.mv3s.0908.2a02.IP) (Connection closed)
- # [16:23] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:24] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:25] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [16:25] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:28] * Joins: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net)
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=b0fb82e9804d - 22 changesets
- # [16:29] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=fc735ea14f19 - 47 changesets
- # [16:34] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
- # [16:35] * Quits: CristinaM (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [16:37] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Connection closed)
- # [16:38] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
- # [16:38] * killer sets mode: +o bsmedberg
- # [16:38] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [16:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0994dd98faa8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [16:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1e3caec8675 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [16:39] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:40] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
- # [16:40] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [16:40] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [16:41] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:41] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:41] * Joins: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro)
- # [16:41] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [16:42] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:44] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [16:44] * Joins: emtwo (Adium@moz-0av2bj.fnjk.s0pt.0450.2001.IP)
- # [16:45] * mcote|afk is now known as mcote
- # [16:46] * Quits: alexbardas (alexbardas@moz-jssurl.DB.idilis.net) (A TLS packet with unexpected length was received.)
- # [16:47] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:47] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [16:48] * Quits: avaida (andreivaida@moz-662.esi.231.62.IP) (Quit: Leaving.)
- # [16:48] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:48] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:49] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [16:49] * Joins: alexbardas (alexbardas@moz-jssurl.DB.idilis.net)
- # [16:50] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [16:51] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [16:51] * Quits: alexbardas (alexbardas@moz-jssurl.DB.idilis.net) (A TLS packet with unexpected length was received.)
- # [16:54] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [16:54] * lmandel_afk is now known as lmandel
- # [16:55] * Joins: Jackneill (Jackneill@moz-vu7qek.pool.digikabel.hu)
- # [16:56] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:57] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [16:57] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Connection closed)
- # [16:57] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [16:57] <Yoric> Today's Nightly crashes on me at 100% during startup.
- # [16:57] <Yoric> :/
- # [16:58] * Joins: Dexter_ (Dexter@moz-91n558.vd25.v76v.0a40.2a04.IP)
- # [16:58] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [16:58] * Quits: Dexter (Dexter@moz-hddlik.vd25.v76v.0a40.2a04.IP) (Ping timeout: 121 seconds)
- # [16:58] * davidb is now known as davidb|afk
- # [16:59] * Joins: Mano_ (mano@moz-5qsh0d.dynamic.barak-online.net)
- # [16:59] <Sylvestre> Tomcat|Sheriffduty, do you know if ryan is going to do some beta uplifts today? I just realized that it is an holiday in the US :/
- # [16:59] <Ms2ger> I assume he'll be out
- # [16:59] * Quits: tzimmermann (tzimmermann@moz-cuftrp.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [16:59] * Joins: milan_ (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP)
- # [16:59] * Dexter_ is now known as Dexter
- # [17:00] <froydnj> celebrating the presidents
- # [17:00] * Quits: Mano_ (mano@moz-5qsh0d.dynamic.barak-online.net) (Connection closed)
- # [17:00] * darkowlzz is now known as darkowlzz|afk
- # [17:00] * Joins: mayhemer (Miranda@moz-i211qr.joqu.pdma.1028.2a00.IP)
- # [17:00] <RattyAway> Isn't that a pop group?
- # [17:01] * KaiRo is now known as KaiRo_away
- # [17:01] <froydnj> the presidents of the united states of america is indeed a pop group
- # [17:01] * BenWa|email is now known as BenWa
- # [17:01] <RattyAway> or I'm thinking about the dead Kennedys
- # [17:02] * Quits: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP) (Connection closed)
- # [17:02] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [17:04] * davidb|afk is now known as davidb
- # [17:04] * Quits: mdibaiee (mahdi@moz-649.evb.244.151.IP) (Connection closed)
- # [17:05] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
- # [17:05] * Quits: Edgar (Thunderbird@moz-00erak.dynamic.hinet.net) (Client exited)
- # [17:06] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [17:06] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [17:07] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [17:08] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [17:10] <Tomcat|Sheriffduty> Sylvestre: no he is out today
- # [17:10] * Fallen is now known as Fallen|away
- # [17:10] <Sylvestre> Tomcat|Sheriffduty, any chance you could take care of that? (I would like to start 36 b2 today)
- # [17:10] <Sylvestre> +build
- # [17:11] <Tomcat|Sheriffduty> oh i'm about to head out
- # [17:12] <mhoye> Huh: https://bugzilla.mozilla.org/show_bug.cgi?id=1123309
- # [17:12] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [17:12] <mhoye> Boy, that didn't take long.
- # [17:12] * Joins: kapy (kapy@moz-dtk.nnv.68.182.IP)
- # [17:13] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [17:14] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [17:17] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
- # [17:17] * Quits: milan_ (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a4a637be054 - Julien Pagès - Bug 1119838 - Raise exception early when there is no adb command available; r=bclary
- # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/44a53f7cfe58 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/93581950cc84 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [17:17] * Joins: milan (milan@moz-bg26r3.ckpj.s0pt.0450.2001.IP)
- # [17:19] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [17:19] * Tomcat|Sheriffduty is now known as Tomcat|afk
- # [17:21] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [17:21] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [17:22] <mhoye> If you've got bugs you'd like me to bring to the community's attention, please needinfo me.
- # [17:23] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [17:23] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [17:23] * BenWa is now known as BenWa|email
- # [17:24] * Joins: luke (luke@moz-fk7pee.tx.charter.com)
- # [17:25] * davidb is now known as davidb|afk
- # [17:26] * Joins: ProgramFOX (ProgramFOX@moz-t3l.gsn.176.91.IP)
- # [17:27] * Joins: Mano_ (mano@moz-5qsh0d.dynamic.barak-online.net)
- # [17:27] * Parts: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [17:28] * vikash is now known as vikash-afk
- # [17:28] * philor|away is now known as philor
- # [17:30] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [17:30] * killer sets mode: +o ehsan
- # [17:31] * Quits: gabor (gabor@moz-g68q5m.j7lv.v76v.0a40.2a04.IP) (Connection closed)
- # [17:32] * darkowlzz|afk is now known as darkowlzz
- # [17:33] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:33] * Joins: janv (varga@moz-oht.quu.143.178.IP)
- # [17:34] * Quits: janv_ (varga@moz-oht.quu.143.178.IP) (Ping timeout: 121 seconds)
- # [17:35] * lth is now known as lth|away
- # [17:35] * vikash-afk is now known as vikash
- # [17:37] <RattyAway> yuck VS link.exe is eating up 4gig of memory. Is this normal?
- # [17:38] * Quits: Mano (Mano@moz-5qsh0d.dynamic.barak-online.net) (Connection closed)
- # [17:38] * Joins: mixedpuppy_ (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [17:39] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Connection closed)
- # [17:39] * mixedpuppy_ is now known as mixedpuppy
- # [17:39] <@ehsan> for PGO builds, yes
- # [17:40] <RattyAway> I'm pretty sure I'm not doing Pogo
- # [17:41] * Quits: janv (varga@moz-oht.quu.143.178.IP) (Quit: This computer has gone to sleep)
- # [17:41] * Joins: Mano (mano@moz-msd.6o6.66.109.IP)
- # [17:42] * Joins: mixedpuppy_ (mixedpuppy@moz-n7o68n.sub-70-197-75.myvzw.com)
- # [17:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ad6ede35b99 - Botond Ballo - Bug 1120609 - Printing support for gfx::Matrix. r=Bas
- # [17:43] <timeless> dmajor: is anyone working on bug 1120331?
- # [17:43] * BenWa|email is now known as BenWa
- # [17:44] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Ping timeout: 121 seconds)
- # [17:44] * mixedpuppy_ is now known as mixedpuppy
- # [17:44] * Quits: Mano_ (mano@moz-5qsh0d.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [17:45] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (Ping timeout: 121 seconds)
- # [17:45] <timeless> Ms2ger: is NoScript almost entirely broken in nightly?
- # [17:45] <timeless> :(
- # [17:45] * Joins: Silne30 (Silne30@moz-osb574.dybhfl.sbcglobal.net)
- # [17:45] <timeless> oh, nevermind even w/ noscript enabled, i'm just getting spinners of doom instead of web pages
- # [17:45] * Joins: milan_ (milan@moz-i5m.05u.207.66.IP)
- # [17:45] * Joins: hunboy_ (hunboy@moz-m2d.0ek.52.92.IP)
- # [17:45] * timeless should go back to not using firefox
- # [17:45] * Quits: milan_ (milan@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [17:45] <RattyAway> timeless: make sure indexedDB is enabled
- # [17:46] <gfritzsche> hm, what happened to hg.stage.mozaws.net/gecko? do we have an alternative around?
- # [17:46] <timeless> RattyAway: eh?
- # [17:46] <Ms2ger> timeless, haven't ever used noscript
- # [17:46] <RattyAway> timeless: go to about:config
- # [17:46] <Ms2ger> gfritzsche, what's that?
- # [17:46] * Joins: milan_ (milan@moz-6kaprk.ckpj.s0pt.0450.2001.IP)
- # [17:46] <timeless> RattyAway: i can't, firefox just crashed (again)
- # [17:46] <RattyAway> filter for indexeddb.enabled
- # [17:46] * Quits: hunboy (hunboy@moz-3c3sef.pool.invitel.hu) (Ping timeout: 121 seconds)
- # [17:46] <gfritzsche> Ms2ger: that was a unified repository good for coordination work etc.
- # [17:46] * hunboy_ is now known as hunboy
- # [17:46] * davidb|afk is now known as davidb
- # [17:46] <RattyAway> timeless: <Yoric> Today's Nightly crashes on me at 100% during startup.
- # [17:46] <timeless> dom.indexedDB.enabled;true
- # [17:47] <Ms2ger> gfritzsche, then gps probably knows
- # [17:47] <timeless> RattyAway: awesome
- # [17:47] <timeless> anyway, it isn't disabled
- # [17:47] * vikash is now known as vikash-afk
- # [17:47] * davidb is now known as davidb|afk
- # [17:47] <timeless> RattyAway: most web pages i get just give me http://www.cssscript.com/wp-content/uploads/2014/10/iOS-OS-X-Style-Pure-CSS-Loading-Spinner.jpg
- # [17:48] <timeless> which is pretty, but,.. not actually a web page
- # [17:48] * Joins: jarviste (Adium@moz-cm4.ie2.37.8.IP)
- # [17:48] * Quits: milan (milan@moz-bg26r3.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:48] * Joins: askalski (akuda@moz-vdg7pg.dynamic.chello.pl)
- # [17:49] <gfritzsche> Ms2ger: right, i was thinking maybe someone else knows from usage etc.
- # [17:49] <gfritzsche> gps: ping
- # [17:49] <RattyAway> timeless: ok just completed a build, starting it up
- # [17:49] <Ms2ger> gfritzsche, maybe someone, but not me :)
- # [17:49] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
- # [17:50] <gfritzsche> gps: do we have any unified hg repo around now for work coordination?
- # [17:50] <gfritzsche> Ms2ger: fair enough :)
- # [17:50] * Joins: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP)
- # [17:50] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [17:50] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [17:50] * Quits: Mano (mano@moz-msd.6o6.66.109.IP) (Ping timeout: 121 seconds)
- # [17:51] <RattyAway> timeless: looks pretty stable no crashes yet
- # [17:51] <timeless> RattyAway: they weren't instant
- # [17:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ab08515b732f - Prabhjyot Singh Sodhi - Bug 852247 - adding new checkbox to expose pref to force page zoomability in settings. r=margaret
- # [17:51] <timeless> they just sort of happened if i use the urlbar or things
- # [17:51] * pbrosset is now known as pbrosset|afk
- # [17:51] <RattyAway> timeless: hmm ok
- # [17:51] <timeless> trying to load https://crash-stats.mozilla.com/report/index/ab623f4e-3b67-4270-9f6d-0518b2150119 just gives me a full tab spinner
- # [17:51] <timeless> never loads a web page
- # [17:52] * Quits: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP) (Quit: Leaving)
- # [17:52] <timeless> the page loads instantly in IE
- # [17:52] <timeless> trying to type into the urlbar caused another crash...
- # [17:52] <timeless> note: type involves letters + arrow keys, but not <enter>
- # [17:52] <RattyAway> searching for "timeless crashes" gets me "Star Trek Voyager - Timeless Crash Scene HD - YouTube"
- # [17:52] <timeless> heh
- # [17:53] <RattyAway> timeless: wfm https://crash-stats.mozilla.com/report/index/ab623f4e-3b67-4270-9f6d-0518b2150119
- # [17:53] <timeless> RattyAway: yeah, i know, it loads fine in IE :)
- # [17:53] <timeless> or Chrome
- # [17:54] <timeless> how does one debug the spinner of antagonism?
- # [17:54] <@smaug> loads fine here
- # [17:54] * Joins: Mano (Mano@moz-5qsh0d.dynamic.barak-online.net)
- # [17:55] <timeless> smaug: that makes two of you and none of me :)
- # [17:55] <timeless> smaug: where the heck does the stupid spinner come from?
- # [17:56] <timeless> and is there any debugging/logging for it?
- # [17:56] <@smaug> what spinner?
- # [17:56] <@smaug> on the page?
- # [17:56] <@smaug> that would be the e10s thing
- # [17:56] <@smaug> oh, I'm using non-e10s
- # [17:56] * @smaug tries e10s
- # [17:57] <timeless> yeah, i'm using e10s
- # [17:57] <@smaug> works fine
- # [17:57] <timeless> the way i know, is because i'm regularly crashing in it :)
- # [17:58] <timeless> smaug: ok, so... the spinner is an e10s thing... good to know, is there debugging to understand why it's showing instead of something else?
- # [17:58] <timeless> web console network shows that network happens, timeline shows that stuff happens
- # [17:58] <timeless> but i don't see a page, just a spinner :(
- # [17:58] <@smaug> timeless: if the child process takes too much time to paint or something
- # [17:58] <@smaug> then parent process shows the spinner
- # [17:58] <@smaug> IIRC
- # [17:58] <timeless> sure, makes sense
- # [17:58] <timeless> but surely someone should capture that and do something
- # [17:59] * Quits: Mano (Mano@moz-5qsh0d.dynamic.barak-online.net) (Quit: )
- # [17:59] <@smaug> so I guess you could profile the child process
- # [17:59] <timeless> e.g. crash the tab and apologize
- # [17:59] <@smaug> to see where the child process takes all the time
- # [17:59] <timeless> um, nightly, and i'm not working on this layout engine anymore
- # [17:59] <@smaug> nightly is fine, and if you're on linux, Zoom is easy to get a profile
- # [18:00] <timeless> paint start 247,257.22 ms; end 247,268.66 ms; duration: 11.43ms
- # [18:00] <@smaug> (Nightly tends to be better for profiling anyway)
- # [18:00] <timeless> dom event type beforeunload; end: 245,607.49 ms
- # [18:00] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [18:01] <timeless> assuming i'm reading that correctly, it takes roughly 2s between me hitting <reload> and the page <paint>ing
- # [18:01] <timeless> according to the web console timeline
- # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c8cf0eff888 - Botond Ballo - Bug 1122794 - Call SetResolutionAndScaleTo() instead of SetResolution() consistently in TabChild. r=kats
- # [18:01] <timeless> which isn't horrible IMO
- # [18:01] * vikash-afk is now known as vikash
- # [18:01] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [18:02] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
- # [18:02] <timeless> but... given that it does paint (according to the timeline), and given that my mouse can hover over the webpage (cursor changes, and url status tips), shouldn't e10s let me see the webpage at some point? :(
- # [18:02] * Fallen|away is now known as Fallen
- # [18:03] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [18:03] * killer sets mode: +ao dbaron dbaron
- # [18:03] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [18:04] <@smaug> no idea what is happening there
- # [18:04] <timeless> oh... i suppose that restore-all-tabs would slow things down since all the tabs would be competing for cpu time
- # [18:04] <@smaug> #e10s might be able to help
- # [18:04] <@smaug> ah
- # [18:04] <timeless> i have 9 tabs
- # [18:04] <timeless> in each of two windows
- # [18:05] <gps> gfritzsche: no usable unified repo. create it locally. https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/unifiedrepo.html
- # [18:05] <timeless> cute, the button that shows all my tabs as tiles shows me renderings of each tab
- # [18:05] <timeless> so, someone has the painted content :(
- # [18:05] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [18:05] <gfritzsche> gps: hm, so no nice option right now to share bookmarks etc.?
- # [18:05] * Joins: jsx (uid48919@moz-2hni06.charlton.irccloud.com)
- # [18:06] <gfritzsche> gps: i.e. not hand out list of patches and their order all the time?
- # [18:07] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [18:08] * Quits: ggp_ (ggp@moz-n3i.gok.205.191.IP) (Ping timeout: 121 seconds)
- # [18:08] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [18:09] <gps> gfritzsche: https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/bookmarks.html#collaborating-sharing-bookmarks
- # [18:09] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [18:10] <gfritzsche> gps: ah, thank you
- # [18:10] <RattyAway> -> It appeared that it was not "diversity" (having equal numbers of men and women) that mattered for a team's intelligence, but simply having more women. This last effect, however, was partly explained by the fact that women, on average, were better at "mindreading" than men.
- # [18:10] <RattyAway> Mozilla needs more female programmers!
- # [18:11] <RattyAway> erm mindreading?
- # [18:11] * Quits: askalski (akuda@moz-vdg7pg.dynamic.chello.pl) (Quit: Wychodzi)
- # [18:11] * vikash is now known as vikash-afk
- # [18:12] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [18:12] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [18:13] <timeless> ok, disabling e10s makes firefox suck less :/
- # [18:13] * Quits: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de) (Quit: l8er)
- # [18:13] * Joins: marco (marco@moz-4k7dmf.retail.telecomitalia.it)
- # [18:13] <timeless> RattyAway: mindreading sounds about right
- # [18:13] <timeless> you might translate it as "intuiting"
- # [18:14] <evilpie> RattyAway: i agree, but i feel like some women probably perceive Mozilla as hostile
- # [18:15] * Joins: janv (varga@moz-oht.quu.143.178.IP)
- # [18:15] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [18:15] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [18:15] * whimboo is now known as whimboo|afk
- # [18:16] <Pike> some men do, too
- # [18:16] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
- # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d1ce70fbb8d7 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a81ddc024a8f - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:17] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [18:18] * Joins: nical (nical@moz-3poijs.2500.1rfi.0450.2001.IP)
- # [18:18] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [18:19] <evilpie> Well and I can't blame anyone for it
- # [18:20] <timeless> evilpie: don't some people perceive everything as hostile? :)
- # [18:20] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [18:21] <RattyAway> > This needs to be done prior to CVS' shutdown in 2015 Q1. (which is soon.)
- # [18:21] * Quits: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
- # [18:21] <RattyAway> ah does this affect bonsai too?
- # [18:21] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [18:21] <timeless> RattyAway: ooh, cvs is going away?
- # [18:21] <RattyAway> timeless: yes
- # [18:21] <timeless> in theory, bonsai could survive w/o it
- # [18:22] <timeless> bonsai works by having a local rsync of cvs + a database based on cvs transactions
- # [18:22] <timeless> as long as they take down the cvs server for the rsync, bonsai would just stop getting updates
- # [18:22] <timeless> if they're careless/evil and wipe out the cvs server instead, bonsai could accidentally wipe out its mirror (which would be bad)
- # [18:23] <timeless> make sense?
- # [18:23] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [18:23] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [18:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb251436e156 - Andrea Marchesini - Bug 1123021 - Better life-time management for WebSocketChannelChild, r=smaug
- # [18:23] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [18:23] <RattyAway> Yes thanks. I'm surprised that nobody has ported Bonsai to hg or git
- # [18:23] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [18:23] <timeless> i had a partial port of bonsai to hg
- # [18:23] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [18:23] <RattyAway> timeless: put it up on github?
- # [18:24] * timeless can't remember where it's hiding
- # [18:24] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Connection closed)
- # [18:24] * Quits: squeakytoy (squeakytoy@moz-i4mle1.netset.se) (Quit: Leaving)
- # [18:25] <timeless> http://bonsai-hg.konigsberg.mozilla.org/bonsai-hg/source/ probably here
- # [18:25] * timeless can't remember how to get to it
- # [18:25] <timeless> i never got the database side up
- # [18:25] <timeless> i was most interested in getting blame + graph working
- # [18:25] <timeless> but i hit a number of issues w/ graph
- # [18:26] <Ms2ger> baku, ugh, threading in C++ is so awful
- # [18:26] <timeless> hrm, doesn't seem to be hiding quite there
- # [18:26] * timeless shrugs
- # [18:27] * jlund|away is now known as jlund
- # [18:27] <baku> Ms2ger, yeah. I love it :) Nothing can go wrong.
- # [18:28] <Ms2ger> baku, wanna do some Servo? :)
- # [18:28] <timeless> well, konigsberg thinks it's in /bonsai/
- # [18:28] <@ehsan> baku: you just need to write correct code, it's not that hard :P
- # [18:28] <baku> ehsan, indeed.
- # [18:28] * benfrancis is now known as benfrancis|away
- # [18:29] <froydnj> Ms2ger: wanna do some Servo?
- # [18:29] <baku> Ms2ger, when I finish my use todolist, maybe I can start studing rust.
- # [18:29] <Ms2ger> froydnj, wanna do some Servo?
- # [18:29] <froydnj> Ms2ger: nono, I asked you!
- # [18:30] * Ms2ger panics
- # [18:30] * Fallen is now known as Fallen|away
- # [18:31] <@ehsan> baku: it's a trick question, have you just met Ms2ger? ;)
- # [18:31] <baku> ehsan, not yet.
- # [18:31] <@ehsan> baku: if he ever asks you about anything in C++ just say "things are fine" and move on ;)
- # [18:31] <baku> Ms2ger, do you go to fosdem?
- # [18:31] <froydnj> lies! :)
- # [18:32] <@ehsan> froydnj: white lies ;)
- # [18:32] <Ms2ger> Saturday only
- # [18:32] <baku> ok cool. see you there then.
- # [18:32] <Ms2ger> ehsan, as black a your soul :)
- # [18:32] <@ehsan> my soul is only black striped
- # [18:32] <Ms2ger> as
- # [18:32] <@ehsan> ZEBRA SOUL \o/
- # [18:34] * Pike pictures Moire patterns in hell
- # [18:34] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [18:35] * Quits: jarviste (Adium@moz-cm4.ie2.37.8.IP) (Quit: Leaving.)
- # [18:35] * ahal is now known as ahal|lunch
- # [18:36] * davidb|afk is now known as davidb
- # [18:36] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [18:37] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [18:37] * Joins: jarviste (Adium@moz-cm4.ie2.37.8.IP)
- # [18:37] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aa3b6eb067f2 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
- # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/80bc076af701 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:37] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [18:37] * Quits: six600110 (six600110@moz-br7ucn.il.comcast.net) (Connection closed)
- # [18:37] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [18:37] * Joins: jonco (Adium@moz-g49t6t.nemh.1887.0450.2001.IP)
- # [18:37] * Quits: jarviste (Adium@moz-cm4.ie2.37.8.IP) (Connection closed)
- # [18:37] * Joins: jarviste (Adium@moz-cm4.ie2.37.8.IP)
- # [18:38] * Joins: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at)
- # [18:38] * catlee is now known as catlee-lunch
- # [18:39] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [18:39] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [18:39] * Quits: janv (varga@moz-oht.quu.143.178.IP) (Ping timeout: 121 seconds)
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8f271c913a9 - Ehsan Akhgari - Bug 1123003 - Clarify the ownership of xptiInterfaceInfo pointers in xptiprivate.h; r=froydnj
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5de50c69a8d - Ehsan Akhgari - Bug 1123006 - Mark FileData as stack class, and its data member as nsCOMPtr; r=froydnj
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e38b6362383 - Ehsan Akhgari - Bug 1123009 - Make nsAppDirectoryEnumerator::mProvider an nsCOMPtr; r=froydnj
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ed760c8317a - Ehsan Akhgari - Bug 1123121 - Mark all nsCOMPtr_helper classes as stack class; r=froydnj
- # [18:42] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [18:42] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
- # [18:42] * killer sets mode: +o dveditz
- # [18:42] * Fallen|away is now known as Fallen
- # [18:44] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [18:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/981a1a2dd464 - Chris Lord - Bug 1096513 - Disallow underscroll in APZC. r=botond
- # [18:45] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [18:45] * Quits: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro) (Client exited)
- # [18:47] * Joins: ggp (ggp@moz-auh.dr1.205.191.IP)
- # [18:47] * kats is now known as kats-lunch
- # [18:48] * Joins: alexbardas (alexbardas@moz-fg6.j1b.166.109.IP)
- # [18:49] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [18:49] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [18:50] * Joins: mastizada (Thunderbird@moz-iur.sij.197.5.IP)
- # [18:50] * coop|buildduty is now known as coop|lunch
- # [18:52] * Joins: janv (varga@moz-oht.quu.143.178.IP)
- # [18:54] * Joins: bogdan_maris (Instantbird@moz-ksj.47a.126.86.IP)
- # [18:55] <gw280> glandium: you may want to update your blog to cater for https://github.com/glandium/git-remote-hg/commit/2f99e9fc9ef1f844d857b8abfb2519a0919fa811 :)
- # [18:55] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [18:55] * Parts: jonco (Adium@moz-g49t6t.nemh.1887.0450.2001.IP)
- # [18:56] * Quits: kapy (kapy@moz-dtk.nnv.68.182.IP) (Quit: )
- # [18:57] * Quits: mixedpuppy (mixedpuppy@moz-n7o68n.sub-70-197-75.myvzw.com) (Ping timeout: 121 seconds)
- # [18:57] * Joins: jrmuizel (jrmuizel@moz-ppaknq.eng.wind.ca)
- # [18:57] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [18:58] * Joins: rednaks (rednaks@moz-iru.36j.227.41.IP)
- # [18:58] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [18:58] <@ehsan> botond: inbound is red
- # [18:58] <@ehsan> err
- # [18:58] <@ehsan> Cwiiis: ^
- # [18:59] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [18:59] <@Cwiiis> ehsan: damnit...
- # [19:00] <@Cwiiis> why the heck did this build locally fine :/
- # [19:00] <@Cwiiis> ehsan: shall I push a back-out?
- # [19:01] <Ms2ger> !seen mcote
- # [19:01] <firebot> I've never seen a 'mcote', sorry.
- # [19:01] <@Cwiiis> oh damnit, of course, I'm not building debug...
- # [19:01] * Quits: jrmuizel (jrmuizel@moz-ppaknq.eng.wind.ca) (Connection closed)
- # [19:01] * Joins: jrmuizel (jrmuizel@moz-ppaknq.eng.wind.ca)
- # [19:01] <@Cwiiis> ehsan: is it ok to push a quick fix, or would you prefer backout + re-push with fix?
- # [19:02] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [19:02] * Joins: davidb (davidb@moz-s09mjj.dsl.bell.ca)
- # [19:02] <hub> Ms2ger: but he is here, in this channel :-)
- # [19:02] <hub> firebot is on crack
- # [19:02] <@ehsan> Cwiiis: anything that makes the builds green
- # [19:02] <firebot> hub: Sorry, I've no idea what 'is on crack' might be.
- # [19:03] <@ehsan> Cwiiis: (I'm not a sheriff)
- # [19:03] <Ms2ger> hub, that's what I was showing mcote :)
- # [19:03] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [19:03] <hub> uh oh
- # [19:03] <@Cwiiis> who's sheriff atm?
- # [19:03] <philor> Cwiiis: haven't you pushed that fix yet?
- # [19:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7ae39f7f77ec - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [19:04] <Ms2ger> Cwiiis, he just pinged you :)
- # [19:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/142bdecf51f5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:04] * Joins: Anupkumar (uid16774@moz-3mjuju.charlton.irccloud.com)
- # [19:04] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [19:04] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:04] <@Cwiiis> philor: can I push a quick fix commit, is that alright?
- # [19:04] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [19:05] * catlee-lunch is now known as catlee
- # [19:06] * Quits: jrmuizel (jrmuizel@moz-ppaknq.eng.wind.ca) (Ping timeout: 121 seconds)
- # [19:06] * philor gives up on humor
- # [19:06] <@Cwiiis> I'll take that as a yes
- # [19:06] <philor> Cwiiis: please push a fix for the bustage on mozilla-inbound, don't forget to include CLOSED TREE in the commit message
- # [19:07] <@Cwiiis> philor: pushed/pushing
- # [19:07] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Linkinus - http://linkinus.com)
- # [19:07] * Joins: emtwo1 (Adium@moz-i5m.05u.207.66.IP)
- # [19:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e46d10862f7 - Chris Lord - Bug 1096513 - Fix build error on a CLOSED TREE. r=me
- # [19:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [19:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [19:10] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [19:10] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [19:11] * Quits: emtwo (Adium@moz-0av2bj.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [19:11] <@Cwiiis> philor: sorry about that - I did have a green try build, but obviously without that line that I added later :p
- # [19:12] * jandem is now known as jandem-brb
- # [19:12] <philor> the best is when it's addressing a review comment
- # [19:13] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [19:13] <jcranmer|away> sigh
- # [19:14] <jcranmer|away> it would be nice to be able to have some sort of solution for JS code coverage analysis for our tests
- # [19:14] <Ms2ger> Really nice
- # [19:14] * Joins: junaid (junaid@moz-5eq.k21.101.212.IP)
- # [19:14] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
- # [19:14] * Quits: Dexter (Dexter@moz-91n558.vd25.v76v.0a40.2a04.IP) (Quit: Leaving)
- # [19:15] * Joins: ckitching_ (ckitching@moz-cbggqe.cable.virginm.net)
- # [19:15] <jcranmer|away> so long as we use SpiderMonkey-only extensions, most tools are basically useless
- # [19:16] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (Connection closed)
- # [19:16] <jcranmer|away> [actually, even if we didn't, we'd probably still lose out since we aggressively use ES6 and tool support for ES6 is very spotty]
- # [19:16] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [19:16] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [19:17] * bobowen is now known as bobowen|afk
- # [19:18] * Quits: bc|afk (bc@moz-010.ifm.3.76.IP) (Quit: leaving)
- # [19:18] <jcranmer|away> I don't suppose there would be much enthusiasm in the JS engine to havea built-in code coverage tool instead of one that relied on instrumentation?
- # [19:19] * Quits: jarviste (Adium@moz-cm4.ie2.37.8.IP) (Quit: Leaving.)
- # [19:20] * Quits: ferjm (textual@moz-jcolam.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [19:20] <padenot> jcranmer|away: I've talked to some people that work on js/, they agreed it would be cool
- # [19:20] * Quits: jaoo (user@moz-ac0.gdc.235.195.IP) (Ping timeout: 121 seconds)
- # [19:20] * Joins: mcomella (mcomella@moz-igsdu8.ca.comcast.net)
- # [19:21] <jcranmer|away> padenot: but no availability for implementation effort?
- # [19:22] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [19:22] * Quits: mmatyas (mmatyas@moz-mf5q0b.inf.u-szeged.hu) (Ping timeout: 121 seconds)
- # [19:23] <padenot> it was some time ago, I can't remember the specifics, and I can't remember if the project was rejected because other stuff need to happen, or if people forgot about it
- # [19:23] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [19:23] <padenot> needed*
- # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c05b2399837 - Paul Adenot - Bug 698079 - When using the WASAPI backend, always output audio to the default audio device. r=kinetik
- # [19:25] * Joins: mmatyas (mmatyas@moz-mf5q0b.inf.u-szeged.hu)
- # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9efd544f112f - Paul Adenot - Bug 698079 - Synthetize the clock when using WASAPI to prevent A/V desynchronization issues when switching the default audio output device. r=kinetik
- # [19:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f143f852ede1 - Mike Kaply - Bug 1119235 - Use null for xhr.send if no postData. r=Mossop
- # [19:27] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:27] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [19:27] * Quits: rednaks (rednaks@moz-iru.36j.227.41.IP) (Ping timeout: 121 seconds)
- # [19:29] * kats-lunch is now known as kats
- # [19:30] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:33] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [19:33] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [19:33] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [19:33] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [19:34] * wlach is now known as wlach|biab
- # [19:37] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
- # [19:37] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [19:39] * Quits: alexbardas (alexbardas@moz-fg6.j1b.166.109.IP) (Connection closed)
- # [19:39] * darkowlzz is now known as darkowlzz|afk
- # [19:39] * Joins: alexbardas (alexbardas@moz-fg6.j1b.166.109.IP)
- # [19:40] * Quits: mcomella (mcomella@moz-igsdu8.ca.comcast.net) (Quit: Leaving.)
- # [19:41] * Quits: alexbardas (alexbardas@moz-fg6.j1b.166.109.IP) (A TLS packet with unexpected length was received.)
- # [19:41] * ahal|lunch is now known as ahal
- # [19:42] * Joins: lgarner (lgarner@moz-9a4.att.59.50.IP)
- # [19:42] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
- # [19:42] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/57e703cf464d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5a7c09b21f5b - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:44] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [19:44] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [19:44] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [19:46] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
- # [19:46] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [19:47] * Quits: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa) (Ping timeout: 121 seconds)
- # [19:49] * Joins: alexbardas (alexbardas@moz-b8001j.AB.idilis.net)
- # [19:49] * Joins: Dexter (Dexter@moz-crhbu6.adsl.alicedsl.de)
- # [19:49] * Joins: rednaks (rednaks@moz-iru.36j.227.41.IP)
- # [19:50] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [19:51] * Quits: gcp (gcp@moz-tiv602.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
- # [19:51] * Joins: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro)
- # [19:52] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [19:53] * Quits: badescunicu (Thunderbird@moz-ainmka.eregie.pub.ro) (Client exited)
- # [19:53] * Callek_disconnected is now known as Callek
- # [19:54] * Quits: rednaks (rednaks@moz-iru.36j.227.41.IP) (Ping timeout: 121 seconds)
- # [19:54] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Ping timeout: 121 seconds)
- # [19:54] * Quits: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
- # [19:54] * Quits: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [19:54] * baku is now known as baku|away
- # [19:55] * Quits: jya (jya@moz-tuuufl.bigpond.net.au) (Ping timeout: 121 seconds)
- # [19:55] * Joins: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net)
- # [19:56] * Joins: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net)
- # [19:56] * Joins: gcp (gpascutto@moz-vu45ab.beqe.9i1r.1812.2a02.IP)
- # [19:57] * coop|lunch is now known as coop|buildduty
- # [19:57] <mcote> Ms2ger: I see :)
- # [19:59] * Quits: alexbardas (alexbardas@moz-b8001j.AB.idilis.net) (A TLS packet with unexpected length was received.)
- # [19:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d04f6e7cc3e1 - Hiroyuki Ikezoe - Bug 1122540 - Set preferences which are necessary for passing xpcshell test on comm-central. r=hurley
- # [20:01] * Quits: dria (dria@moz-lbj.rq2.175.184.IP) (Client exited)
- # [20:02] * Joins: milan (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP)
- # [20:02] * Quits: milan (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [20:03] * Joins: milan (milan@moz-731k1g.ckpj.s0pt.0450.2001.IP)
- # [20:03] * kripton is now known as Kripton
- # [20:04] * yzen is now known as yzen_
- # [20:04] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [20:05] * Quits: cpearce (chatzilla@moz-kgevj0.xtra.co.nz) (Ping timeout: 121 seconds)
- # [20:05] * Quits: milan_ (milan@moz-6kaprk.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [20:05] * Joins: loveless (loveless@moz-cej.mg6.56.172.IP)
- # [20:07] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [20:07] * Joins: jaoo (user@moz-b8lhan.user.ono.com)
- # [20:07] * baku|away is now known as baku
- # [20:07] * Joins: squib (squib@moz-napvi8.wi.charter.com)
- # [20:08] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:08] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [20:09] * Joins: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP)
- # [20:09] <@smaug> arai: about Bug 229925
- # [20:09] <arai> smaug: hi :)
- # [20:10] <@smaug> arai: want to fix the behavior to follow the spec more exactly, or just fix that bug and handle other descendants of <label> in some other bug?
- # [20:10] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [20:11] * Joins: janv_ (varga@moz-oht.quu.143.178.IP)
- # [20:11] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [20:11] * Quits: janv (varga@moz-oht.quu.143.178.IP) (Connection closed)
- # [20:11] <arai> other descendants?
- # [20:11] <@smaug> arai: I mean https://html.spec.whatwg.org/multipage/forms.html#the-label-element:the-label-element-10
- # [20:12] <@smaug> and then https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2
- # [20:12] * Quits: ProgramFOX (ProgramFOX@moz-t3l.gsn.176.91.IP) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552])
- # [20:12] * Quits: eeejay (eeejay@moz-04n88s.yourbnc.co.uk) (A TLS packet with unexpected length was received.)
- # [20:12] <arai> reading
- # [20:12] <@smaug> arai: your patch deals with a subset of interactive content only
- # [20:13] <@smaug> so just wondering if you'd like to include all the interactive content
- # [20:13] * Parts: jaoo (user@moz-b8lhan.user.ono.com) ("ERC Version 5.3 (IRC client for Emacs)")
- # [20:14] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Quit: leaving... bye!)
- # [20:14] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [20:14] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [20:14] <@smaug> ...since you're changing the code anyway
- # [20:15] * Joins: rednaks (rednaks@moz-iru.36j.227.41.IP)
- # [20:15] <@smaug> but either way
- # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b325610fa26d - Benjamin Peterson - No bug - fix typo r=me DONTBUILD
- # [20:15] <arai> if the additional change is small enough, I'd like to fix other descendants in same bug
- # [20:16] * Joins: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi)
- # [20:17] <@smaug> arai: I assume the easiest fix would be to add virtual bool IsInteractiveHTMLContent() method to Element class (similar to IsLabelable) and then override that method in the relevant element implementations
- # [20:17] <@smaug> arai: and then use IsInteractiveHTMLContent() where you now use IsLabelable()
- # [20:17] * Joins: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP)
- # [20:17] <arai> smaug: okay, I'll do that :)
- # [20:18] <@smaug> great thanks
- # [20:18] <@smaug> arai: and if it starts to feel complicated or anything, let's take the current patch first
- # [20:18] <@smaug> just re-ask review for that
- # [20:18] <arai> smaug: yes, thanks :)
- # [20:19] * Quits: rednaks (rednaks@moz-iru.36j.227.41.IP) (Quit: Leaving)
- # [20:20] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [20:20] * Quits: janv_ (varga@moz-oht.quu.143.178.IP) (Ping timeout: 121 seconds)
- # [20:23] * Joins: milan_ (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP)
- # [20:23] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [20:23] <@ehsan> philor: request for approval to land a NPOTB change on m-c and merge to branches
- # [20:24] <philor> ehsan: sure, why not?
- # [20:24] * Quits: milan_ (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [20:24] * whimboo|afk is now known as whimboo
- # [20:24] * jandem-brb is now known as jandem
- # [20:25] * Joins: milan_ (milan@moz-06thgq.ckpj.s0pt.0450.2001.IP)
- # [20:25] <@ehsan> thanks
- # [20:25] * Joins: alexbardas (alexbardas@moz-b8001j.AB.idilis.net)
- # [20:25] * Quits: milan (milan@moz-731k1g.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [20:27] * baku is now known as baku|away
- # [20:28] * emtwo1 is now known as emtwo
- # [20:28] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/80b221f602c3 - Ehsan Akhgari - Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
- # [20:29] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [20:30] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80b221f602c3 - Ehsan Akhgari - Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
- # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf147447d879 - Ehsan Akhgari - Merge m-c into inbound
- # [20:30] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [20:31] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [20:31] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/fe217a0d2e9a - Mike Hommey - Bug 1110760 - Followup to avoid build failure with Windows SDK v7.0 and v7.0A. r=gps a=lsblakk
- # [20:32] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [20:34] * Quits: kip (kip@moz-2pbhbo.stc.novuscom.net) (Connection closed)
- # [20:35] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [20:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/80b221f602c3 - Ehsan Akhgari - Bug 1123342 - Add a new tooltool manifest for OS X static analysis builds; r=bhearsum a=NPOTB
- # [20:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1a3cff98e1df - Ehsan Akhgari - Merge m-c into fx-team
- # [20:35] * Quits: ddamjano (Instantbird@moz-k291et.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [20:35] * coop|buildduty is now known as coop
- # [20:36] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
- # [20:36] * jlund is now known as jlund|buildduty
- # [20:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=b76d6ff1744f - 42 changesets
- # [20:37] * Quits: pnkfelix (pnkfelix@moz-6v5.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [20:37] * Quits: mastizada (Thunderbird@moz-iur.sij.197.5.IP) (Ping timeout: 121 seconds)
- # [20:38] <philor> hey, thanks for getting the mergeback someone apparently forgot :)
- # [20:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/121f46041aba - Victor Porof - Bug 1123306 - Remove minSquaredDistanceBetweenPoints from the LineGraph, r=jsantell
- # [20:44] * philor tries to think what it's a sign of, that browser_parsable_script.js is exceeding maxtime all over the place
- # [20:46] <Callek> Does anyone know of an hg command to "list changes (in a graph form) since branch point rev X to `now` but don't show changes that are not descendants of X"
- # [20:46] * Callek suspects its something obvious I'm missing
- # [20:47] * Joins: gerv (Instantbird@moz-crc.b4p.133.85.IP)
- # [20:47] * Joins: Shrooms` (Shrooms@moz-lofuj7.ip.windstream.net)
- # [20:47] <RattyAway> Callek: use TortoiseHg
- # [20:47] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Ping timeout: 121 seconds)
- # [20:47] <Callek> RattyAway: command-line is a req for me ;-)
- # [20:48] <RattyAway> Callek: you get nice colour coded graphs
- # [20:48] * Callek has colored output already
- # [20:48] <RattyAway> Callek: that's a tough one.
- # [20:49] <RattyAway> http://mercurial.selenic.com/wiki/GraphlogExtension
- # [20:49] <RattyAway> Callek^^
- # [20:49] * Joins: mahdi (mahdi@moz-649.evb.244.151.IP)
- # [20:51] <Callek> RattyAway: well graphlog is enabled by default in 3.x iirc
- # [20:51] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [20:51] <Callek> so I can get graphs, I just want that hisory-view I'm looking for
- # [20:51] <Callek> :-)
- # [20:51] <Callek> s/3.x/2.3/
- # [20:52] * wlach|biab is now known as wlach
- # [20:52] * Quits: gerv (Instantbird@moz-crc.b4p.133.85.IP) (A TLS packet with unexpected length was received.)
- # [20:52] * mattwoodrow|away is now known as mattwoodrow
- # [20:52] * AutomatedTester|AFK is now known as AutomatedTester
- # [20:52] <RattyAway> Callek: what's a history view?
- # [20:53] <RattyAway> http://stackoverflow.com/questions/5662717/mercurial-how-to-enable-create-visual-graph
- # [20:53] <RattyAway> For a fast check you can use hg serve command, that will deploy the mercurial built-in web server which includes a graph view of the repository it's useful and you can fine tune it with the .hgrc file"
- # [20:53] <Callek> RattyAway: aka: I want to trim the `hg log` output to just what I said above, and explicitly not include things that are not relevant (even if they landed after the oldest piece)
- # [20:53] * Quits: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi) (Ping timeout: 121 seconds)
- # [20:54] <Callek> anyway, thanks
- # [20:56] * Quits: Silne30 (Silne30@moz-osb574.dybhfl.sbcglobal.net) (Connection closed)
- # [20:56] * Joins: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi)
- # [20:56] * Joins: Silne30 (Silne30@moz-osb574.dybhfl.sbcglobal.net)
- # [20:56] * Quits: RattyAway (Jim_diGriz@moz-993.582.72.180.IP) (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.0.15pre/20110606000022])
- # [20:56] * Callek is now known as Callek_cron
- # [20:57] * Callek_cron is now known as Callek_disconnected
- # [20:58] * Callek_disconnected is now known as Callek
- # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3953437a1bcd - Paul Kerr [:pkerr] - Bug 1028869 - Part 1: Add ping and ack operations to PushHandler. r=standard8, a=sledru
- # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e86a967b9875 - Paul Kerr [:pkerr] - Bug 1028869 - Part 2: xpcshell test updated with ping/restore. r=standard8, a=sledru
- # [20:59] * Quits: davidb (davidb@moz-s09mjj.dsl.bell.ca) (Quit: Blah blah blah)
- # [21:00] * Quits: marco (marco@moz-4k7dmf.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [21:00] * Joins: marco (marco@moz-4k7dmf.retail.telecomitalia.it)
- # [21:02] * Quits: ckitching_ (ckitching@moz-cbggqe.cable.virginm.net) (Ping timeout: 121 seconds)
- # [21:02] * Joins: florent (Thunderbird@moz-sinhj1.abo.wanadoo.fr)
- # [21:02] * Quits: marco (marco@moz-4k7dmf.retail.telecomitalia.it) (Client exited)
- # [21:02] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [21:02] * jlund|buildduty is now known as jlund|lunch
- # [21:03] * Quits: mak (uid24946@moz-7ljuor.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:04] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [21:05] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [21:05] * Quits: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
- # [21:08] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [21:10] <_AtilA_> ehsan: ping
- # [21:10] <@ehsan> _AtilA_: hello sire
- # [21:10] <@ehsan> *sir
- # [21:11] <_AtilA_> Hi! :)
- # [21:11] <Ms2ger> You can call me sire
- # [21:11] <_AtilA_> ehsan: I saw that you reviewed some of the patches for the warnings-as-errors on b2g bug
- # [21:11] <@ehsan> yes
- # [21:11] <_AtilA_> ehsan: I need someone to review a patch related (for Flatfish) ;)
- # [21:12] <@ehsan> _AtilA_: perhaps I can help
- # [21:12] <_AtilA_> bug 1121907 (second attachment)
- # [21:12] <_AtilA_> it's very short
- # [21:12] <_AtilA_> ( firebot: wakeup )
- # [21:12] * edmorley is now known as edmorley|away
- # [21:12] <Ms2ger> firebot doesn't do that here, too noisy
- # [21:12] <firebot> Ms2ger: Sorry, I've no idea what 'doesn't do that here, too noisy' might be.
- # [21:13] <_AtilA_> :)
- # [21:13] <Ms2ger> Shut up firebot
- # [21:13] <_AtilA_> https://bugzilla.mozilla.org/show_bug.cgi?id=1121907
- # [21:13] * chmanchester is now known as chmanchester|afk
- # [21:13] <@ehsan> _AtilA_: why are you excluding BT_PROPERTY_REMOTE_VERSION_INFO?
- # [21:14] <_AtilA_> Because is only defined for JB4.3 (ANDROID_VERSION >= 18)
- # [21:14] <@ehsan> ok
- # [21:14] <_AtilA_> and FlatFish is JB4.2 (ANDROID_VERSION 17)
- # [21:15] <@ehsan> _AtilA_: r=me with a comment
- # [21:15] <_AtilA_> (and.. I remeber fixing the very same thing not so long ago)
- # [21:15] <_AtilA_> Thks!
- # [21:15] <@ehsan> np!
- # [21:15] <@ehsan> _AtilA_: btw do you have commit access?
- # [21:16] * nthomas|away is now known as nthomas
- # [21:16] <_AtilA_> Nop, just L1
- # [21:16] <@ehsan> _AtilA_: if you'd like to apply for it, I will vouch for you :)
- # [21:16] * Quits: Olipro (Olipro@moz-u8bkhq.679t.str9.0270.2a01.IP) (Ping timeout: 121 seconds)
- # [21:17] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [21:17] <_AtilA_> hehehe, thks, I should go for it.. mwu told me to request for commiting to github too
- # [21:18] <_AtilA_> I think I will
- # [21:18] * Joins: Olipro (Olipro@moz-u8bkhq.679t.str9.0270.2a01.IP)
- # [21:18] <@ehsan> _AtilA_: do you know how to do that?
- # [21:19] <@ehsan> _AtilA_: https://www.mozilla.org/en-US/about/governance/policies/commit/
- # [21:19] <_AtilA_> Yes! Well, I have bookmarked the wiki anywhere..
- # [21:19] <@ehsan> ok cool!
- # [21:19] * jcranmer|away is now known as jcranmer
- # [21:19] <@ehsan> once you have filed the bug, feel free to ping me with the number
- # [21:19] <_AtilA_> :)
- # [21:20] <_AtilA_> Ok!
- # [21:21] * Joins: Mnyromyr (Mnyromyr@moz-av07mj.ejss.mv3s.0908.2a02.IP)
- # [21:22] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:24] * coop is now known as coop|afk
- # [21:24] * Quits: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [21:25] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [21:26] * Joins: mdibaiee (mahdi@moz-649.evb.244.151.IP)
- # [21:26] * Quits: mahdi (mahdi@moz-649.evb.244.151.IP) (Connection closed)
- # [21:26] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:28] * flod is now known as flod|away
- # [21:28] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [21:30] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [21:32] * Joins: marco (marco@moz-4k7dmf.retail.telecomitalia.it)
- # [21:32] * merike|away is now known as merike
- # [21:33] * Joins: barancev (kvirc@moz-q4bg9a.static-pppoe.itce.ru)
- # [21:35] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
- # [21:36] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:36] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:37] <barancev> hi! I'm attemting to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1122727 and I need some help
- # [21:37] <barancev> there is a file https://github.com/SeleniumHQ/selenium/blob/master/cpp/webdriver-firefox/nsIAccessibleDocumentWrapper.h and when I add just a simple #include "nsIDOMWindow.h" instruction I get a compilation error https://gist.github.com/barancev/323cdb93459610292488 (more errors if I add more includes)
- # [21:38] * Joins: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP)
- # [21:38] <barancev> compilation env: windows, msvs 2010
- # [21:38] <barancev> what did I miss?
- # [21:38] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:39] * Quits: Archaeopteryx (Archaeopter@moz-qs656m.cust.telecolumbus.net) (Quit: Goodbye)
- # [21:39] * Quits: lgarner (lgarner@moz-9a4.att.59.50.IP) (Ping timeout: 121 seconds)
- # [21:40] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [21:40] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:41] * Quits: alexbardas (alexbardas@moz-b8001j.AB.idilis.net) (A TLS packet with unexpected length was received.)
- # [21:41] * Joins: rniwa (rniwa@moz-t3u.b6e.164.67.IP)
- # [21:41] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [21:42] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
- # [21:43] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [21:44] * Quits: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP) (Client exited)
- # [21:44] * Joins: dria (dria@moz-lbj.rq2.175.184.IP)
- # [21:44] * Joins: dark-knight (dark-knight@moz-jiljvb.kakapo.dk)
- # [21:44] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:45] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (Ping timeout: 121 seconds)
- # [21:45] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:45] * heycam|away is now known as heycam
- # [21:45] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [21:45] * Joins: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP)
- # [21:45] * Joins: happy-dude (Adium@moz-rafum9.res.rr.com)
- # [21:46] * catlee is now known as catlee-away
- # [21:46] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [21:47] * Joins: happy-dude_ (uid62780@moz-8as1vu.ealing.irccloud.com)
- # [21:48] * Quits: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [21:48] * Quits: happy-dude (Adium@moz-rafum9.res.rr.com) (Quit: Leaving.)
- # [21:48] * happy-dude_ is now known as happy-dude
- # [21:48] * Joins: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP)
- # [21:49] * Joins: jkitch (Thunderbird@moz-7fledu.k4n0.vhij.44b8.2001.IP)
- # [21:49] * Quits: bogdan_maris (Instantbird@moz-ksj.47a.126.86.IP) (Connection closed)
- # [21:50] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Quit: )
- # [21:52] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
- # [21:54] * Quits: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:54] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:55] * Quits: mdibaiee (mahdi@moz-649.evb.244.151.IP) (Connection closed)
- # [21:56] * Quits: Jackneill (Jackneill@moz-vu7qek.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
- # [21:56] * Joins: davidb (davidb@moz-s09mjj.dsl.bell.ca)
- # [21:57] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/50981656f6b7 - George Wright - Bug 1082127 - Implement TabChild::SetDimensions so that window.moveTo/resizeTo work with e10s r=smaug
- # [21:57] * Joins: Archaeopteryx (Archaeopter@moz-qs656m.cust.telecolumbus.net)
- # [21:57] * Joins: tedders1 (tedders1@moz-ej5.fh3.140.1.IP)
- # [21:58] * Quits: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150112203438])
- # [21:58] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:59] <dmajor> timeless: not that I know of (re 1120331)
- # [21:59] * Joins: andersh (chatzilla@moz-l3uubr.mobile.3.dk)
- # [21:59] * Quits: surkov (surkov@moz-i5m.05u.207.66.IP) (Client exited)
- # [21:59] <timeless> thx
- # [22:01] * Joins: milan (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP)
- # [22:01] * Joins: alexbardas (alexbardas@moz-b8001j.AB.idilis.net)
- # [22:01] * Quits: milan (milan@moz-ijn9kc.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [22:01] * Quits: botond_ (quassel@moz-fiaiua.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [22:02] * Joins: milan (milan@moz-kb6qf1.ckpj.s0pt.0450.2001.IP)
- # [22:03] * mattwoodrow is now known as mattwoodrow|away
- # [22:03] * yzen is now known as yzen_
- # [22:04] * Quits: milan_ (milan@moz-06thgq.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [22:05] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [22:05] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:05] * merike is now known as merike|away
- # [22:06] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/fc47c7a95f85 - Paul Kerr [:pkerr] - Bug 1028869 - Part 1: Add ping and ack operations to PushHandler. r=standard8, a=sledru
- # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/b653be6b040a - Paul Kerr [:pkerr] - Bug 1028869 - Part 2: xpcshell test updated with ping/restore. r=standard8, a=sledru
- # [22:07] * coop|afk is now known as coop
- # [22:07] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (A TLS packet with unexpected length was received.)
- # [22:09] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
- # [22:10] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [22:11] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [22:12] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [22:12] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [22:15] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:15] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Quit: Leaving...)
- # [22:16] * Parts: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk) ("")
- # [22:16] * Joins: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk)
- # [22:16] <bkelly> is there an irc channel for mozStorage or sqlite stuff?
- # [22:17] * Quits: davidb (davidb@moz-s09mjj.dsl.bell.ca) (Quit: Blah blah blah)
- # [22:18] * Quits: dark-knight (dark-knight@moz-jiljvb.kakapo.dk) (A TLS packet with unexpected length was received.)
- # [22:18] * jlund|lunch is now known as jlund|buildduty
- # [22:18] * Quits: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP) (Client exited)
- # [22:19] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [22:19] * Joins: ddamjano (Instantbird@moz-k291et.cfl3.oeer.8388.2a02.IP)
- # [22:20] <nalexander> bkelly: not really. fx-team might have the most knowledge.
- # [22:21] * xidorn|away is now known as xidorn
- # [22:23] <bkelly> thanks
- # [22:23] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:25] * Quits: ddamjano (Instantbird@moz-k291et.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [22:26] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [22:26] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [22:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd9efbbfa8e6 - Ehsan Akhgari - Bug 927430 - Add a static analysis to detect is-NaN testing using |x == x| or |x != x|; r=jrmuizel
- # [22:26] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
- # [22:26] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [22:27] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [22:28] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
- # [22:28] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [22:29] * Quits: Pike (chatzilla@moz-lffm4l.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552])
- # [22:32] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [22:32] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [22:32] <lmandel> aklotz: Hey Aaron. I take it bug 1117398 is e10s specific. If that's the case, does it really need to uplift to Aurora?
- # [22:33] * Joins: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP)
- # [22:33] <aklotz> lmandel: the patch cleaned up some other stuff that was also a problem, but not e10s specific.
- # [22:34] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
- # [22:34] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
- # [22:34] <aklotz> lmandel: I'd be hesitant to ask Linux users on Aurora to test asyncInit without having that patch
- # [22:36] * Quits: Dexter (Dexter@moz-crhbu6.adsl.alicedsl.de) (Quit: Leaving)
- # [22:36] <lmandel> aklotz: Will they test that without e10s?
- # [22:36] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [22:36] <aklotz> lmandel: on aurora, yes. (I think it's important to test without because asyncInit will need to ride the trains before e10s does)
- # [22:36] * mattwoodrow|away is now known as mattwoodrow
- # [22:37] <lmandel> aklotz: And is it riding the 37 train or a later train?
- # [22:37] <lmandel> i.e. Is 37 itself important?
- # [22:37] <aklotz> lmandel: 38 for sure, 37 maybe. I'd like to keep our options open on 37.
- # [22:38] <jez> Hi. Can anyone tell me why I'm getting different flexbox behaviour between Firefox and Google Chrome? The StackOverflow question where I summarize the issue is here (complete with jsfiddle): http://stackoverflow.com/questions/28029736/how-to-prevent-a-flex-column-from-shrinking-smaller-than-its-content
- # [22:38] <lmandel> aklotz: Ok. wfm
- # [22:38] <aklotz> lmandel: thanks
- # [22:39] * Quits: gcp (gpascutto@moz-vu45ab.beqe.9i1r.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [22:39] * Quits: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP) (Client exited)
- # [22:40] * darkowlzz|afk is now known as darkowlzz
- # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a72914398604 - Ehsan Akhgari - Bug 1123429: Allow implicit conversions on abstract C++ classes; r=jrmuizel
- # [22:40] * Joins: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP)
- # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bdb45896d9b5 - Ehsan Akhgari - Bug 1123459 - Add an informational note to the diagnostic explaining to use the explicit keyword; r=jrmuizel
- # [22:42] * Joins: eeejay (eeejay@moz-04n88s.yourbnc.co.uk)
- # [22:43] * whimboo is now known as whimboo|afk
- # [22:43] * Quits: jsx (uid48919@moz-2hni06.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:43] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [22:44] * darkowlzz is now known as darkowlzz|afk
- # [22:48] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
- # [22:51] * Joins: ddamjano (Instantbird@moz-0qq5v7.cfl3.oeer.8388.2a02.IP)
- # [22:52] * lmandel is now known as lmandel_afk
- # [22:53] * Quits: tn (tim@moz-099gp0.wp.shawcable.net) (Client exited)
- # [22:53] * Joins: botond_ (quassel@moz-ijf9k7.ckpj.s0pt.0450.2001.IP)
- # [22:56] * catlee-away is now known as catlee
- # [22:57] * Joins: tn (tim@moz-099gp0.wp.shawcable.net)
- # [23:02] * Joins: njn (chatzilla@moz-daaic0.iinet.net.au)
- # [23:02] * killer sets mode: +o njn
- # [23:04] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [23:05] * Quits: florent (Thunderbird@moz-sinhj1.abo.wanadoo.fr) (Connection closed)
- # [23:06] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:06] * Quits: alexbardas (alexbardas@moz-b8001j.AB.idilis.net) (Quit: Leaving...)
- # [23:07] * Kripton is now known as kripton
- # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/88c7d7380cee - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2f352385c542 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cd5c5fb458e - David Major - Bug 1122367: Null check the result of D2DFactory(). r=Bas
- # [23:07] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [23:07] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [23:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/090caf88ccfb - Kannan Vijayan - Bug 1122947 - Fix JitProfilingFrameIterator stack walker to accept Unwound frames. r=jandem
- # [23:08] * Joins: alexbardas (alexbardas@moz-b8001j.AB.idilis.net)
- # [23:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:11] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
- # [23:11] * Quits: chmanchester|afk (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
- # [23:14] * heycam is now known as heycam|away
- # [23:14] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [23:16] * heycam|away is now known as heycam
- # [23:16] * Quits: Shrooms` (Shrooms@moz-lofuj7.ip.windstream.net) (Quit: Quitting for Bacon.)
- # [23:17] * Quits: loveless (loveless@moz-cej.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [23:17] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:18] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [23:18] * kats is now known as kats|away
- # [23:19] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [23:20] * Quits: milan (milan@moz-kb6qf1.ckpj.s0pt.0450.2001.IP) (Quit: )
- # [23:21] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [23:21] * julienw is now known as julienw_afk
- # [23:22] * Quits: raniere (raniere@moz-gra.t7a.138.177.IP) (Ping timeout: 121 seconds)
- # [23:22] * Quits: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [23:23] * Joins: cpearce (chatzilla@moz-8d4dlj.dqqd.b0fh.0cb0.2001.IP)
- # [23:26] * Quits: alexbardas (alexbardas@moz-b8001j.AB.idilis.net) (Ping timeout: 121 seconds)
- # [23:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e064b7f87ef4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:28] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [23:30] * Joins: alexbardas (alexbardas@moz-njedbd.BR.idilis.net)
- # [23:30] * Joins: jya (jya@moz-tuuufl.bigpond.net.au)
- # [23:30] * jcranmer is now known as jcranmer|away
- # [23:31] * catlee is now known as catlee-away
- # [23:31] * heycam is now known as heycam|away
- # [23:31] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
- # [23:31] * Quits: Olipro (Olipro@moz-u8bkhq.679t.str9.0270.2a01.IP) (Ping timeout: 121 seconds)
- # [23:32] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [23:32] <dmajor> jrmuizel: ping
- # [23:34] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:34] * Joins: Olipro (Olipro@moz-u8bkhq.679t.str9.0270.2a01.IP)
- # [23:36] * Joins: raniere (raniere@moz-krb.uud.68.177.IP)
- # [23:38] * Joins: espadrine (ttyl@moz-imvc7h.capitainetrain.com)
- # [23:41] * Quits: gustavold (gustavold@moz-ptttu5.redhat.com) (Quit: Leaving.)
- # [23:42] <jrmuizel> dmajor: pong
- # [23:43] <dmajor> jrmuizel: nice find! how did you find those regions? gpuview?
- # [23:43] <jrmuizel> dmajor: which regions?
- # [23:43] <dmajor> jrmuizel: the write combine mappings
- # [23:43] <jrmuizel> vmmap
- # [23:43] <dmajor> aha
- # [23:43] <jrmuizel> and I can see them being created (at least from userspace)
- # [23:43] * heycam|away is now known as heycam
- # [23:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5c9550c4e4f - Trevor Saunders - bug 1122065 - use MOZ_OVERRIDE more in gfxish things r=jrmuizel
- # [23:44] <dmajor> jrmuizel: oh really? which API creates them?
- # [23:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5183c96b9fb2 - Trevor Saunders - bug 1122100 - more MOZ_OVERRIDE in xpcomish stuff r=froydnj
- # [23:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8714804a7c65 - Trevor Saunders - bug 1122242 - use MOZ_OVERRIDE more in accessible/ r=surkov
- # [23:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3cebb44b79ce - Trevor Saunders - bug 1122254 - use MOZ_OVERRIDE more in dom/ r=bz
- # [23:44] <jrmuizel> dmajor: see bug 1123465
- # [23:44] * Parts: nical (nical@moz-3poijs.2500.1rfi.0450.2001.IP) ("")
- # [23:44] * dmajor refreshes
- # [23:44] <dmajor> oho
- # [23:44] <dmajor> interesting
- # [23:45] * Quits: cpearce (chatzilla@moz-8d4dlj.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [23:46] * Joins: cpearce (chatzilla@moz-8d4dlj.dqqd.b0fh.0cb0.2001.IP)
- # [23:46] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [23:48] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [23:49] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [23:50] * Joins: kaze (kaze@moz-7u1.8e8.79.41.IP)
- # [23:50] * Quits: ddamjano (Instantbird@moz-0qq5v7.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [23:51] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:51] * bkero-conference is now known as bkero
- # [23:51] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [23:52] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [23:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ad3867772421 - Margaret Leibovic - Bug 795981 - (Part 1) Hook up reader mode for desktop. r=jaws
- # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a5db16049be1 - Margaret Leibovic - Bug 795981 - (Part 2) Add reader mode button to toolbar. r=jaws,mfinkle
- # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/739b6d124285 - Margaret Leibovic - Bug 795981 - (Part 3) Disable reader mode by default. r=jaws
- # [23:55] * Joins: kaze_ (kaze@moz-cfm.8e8.79.41.IP)
- # [23:56] * Quits: kaze (kaze@moz-7u1.8e8.79.41.IP) (Ping timeout: 121 seconds)
- # [23:56] * Quits: espadrine (ttyl@moz-imvc7h.capitainetrain.com) (Ping timeout: 121 seconds)
- # [23:58] * Quits: emtwo (Adium@moz-i5m.05u.207.66.IP) (Quit: Leaving.)
- # [23:59] * Joins: raniere_ (raniere@moz-f22.tts.110.179.IP)
- # Session Close: Tue Jan 20 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